Hey everyone,
I have the challenge to first split the initial input into unique tiles and merge them after their respective calculations back together. I am aware that I could basically just filter based on the Tile number and then do this n-times but I would prefer having a macro since the steps for each tile group are the same (first row is skipped, data cleansing to remove null rows and formula for calc) and therefore standardised.
Does anybody have an idea how I could kick start this split and merge dynamically (n-amount of tile groups)?
Thanks in advance!