Blocks of data - reorganization
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 ISave the value <= 1 in Col ACreate new column, Col A_2Insert saved data from step 1Repeat with all blocks. Blocks are illustrated below by: Row A,B; Row C,D; Row E,FThe distance betw...