I have data that is split into cycles, each cycle has 8-10 rows. I have used a MAX-IF formula to pull the highest "Value 1" for each cycle
i.e.
=MAX(IF('Cycle'=1,'Value 1'))
=MAX(IF('Cycle'=2,'Value 1'))
=MAX(IF('Cycle'=3,'Value 1'))
However I would also like to show the data for 'Value 2' &...