Hello! I have "blocks" of data, where multiple rows correspond to one data point. Within this block, I have a column where some values are stacked. I wish for these values to be in a single row.
By scripting, how do I
- Save the value <= 1 in Col A
- Create new column, Col A_2
- Insert saved data from step 1
- Repeat with all blocks. Blocks are illustrated below by: Row A,B; Row C,D; Row E,F
The distance between the value > 1 and <=1 can vary anywhere from right next to each other to a lot of data, but the data always seems to be value > 1, n amount of rows, value <= 1.

I truly value your help! :)
Learning every day!