Help pulling row data from MAX-IF

SneakyWhale

New Member
Joined
Jan 15, 2018
Messages
1
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' & 'Value 3' in the row where each MAX value was found, how can this be done?

Example
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD="align: center"]Cycle[/TD]
[TD="align: center"]Value 1[/TD]
[TD="align: center"]Value 2[/TD]
[TD="align: center"]Value 3[/TD]
[/TR]
[TR]
[TD="align: center"]1[/TD]
[TD="align: center"]5[/TD]
[TD="align: center"]a[/TD]
[TD="align: center"]y[/TD]
[/TR]
[TR]
[TD="align: center"]1[/TD]
[TD="align: center"]5[/TD]
[TD="align: center"]d[/TD]
[TD="align: center"]z[/TD]
[/TR]
[TR]
[TD="align: center"]1[/TD]
[TD="align: center"]6[/TD]
[TD="align: center"]b[/TD]
[TD="align: center"]x[/TD]
[/TR]
[TR]
[TD="align: center"]2[/TD]
[TD="align: center"]11[/TD]
[TD="align: center"]b[/TD]
[TD="align: center"]w[/TD]
[/TR]
[TR]
[TD="align: center"]2[/TD]
[TD="align: center"]3[/TD]
[TD="align: center"]a[/TD]
[TD="align: center"]x[/TD]
[/TR]
[TR]
[TD="align: center"]2[/TD]
[TD="align: center"]5[/TD]
[TD="align: center"]c[/TD]
[TD="align: center"]y[/TD]
[/TR]
[TR]
[TD="align: center"]2[/TD]
[TD="align: center"]8[/TD]
[TD="align: center"]f[/TD]
[TD="align: center"]z[/TD]
[/TR]
[TR]
[TD="align: center"]3[/TD]
[TD="align: center"]7[/TD]
[TD="align: center"]c[/TD]
[TD="align: center"]w[/TD]
[/TR]
[TR]
[TD="align: center"]3[/TD]
[TD="align: center"]9[/TD]
[TD="align: center"]a[/TD]
[TD="align: center"]w[/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.

Forum statistics

Threads
1,226,730
Messages
6,192,698
Members
453,747
Latest member
tylerhyatt04

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top