I have 3 columns whose values are randomly generated using this formula
=sort(A1:A36,arrayFormula(randbetween(sign(row(A1:A36)),1000000)),true)
and displayed in columns (H,I,J) and I would like to copy these values into 3 new columns (L,M,N) but skipping the entire row if an adjacent cell within the row = "Down" (Column O).
Below is a screenshot of my current state and problem.
Below is a screenshot of what I want to accomplish using an excel formula. I currently just pasted the values to use as a reference of what I would like to accomplish.