Forum Discussion
Ben_Millar
Oct 22, 2023Copper Contributor
Excel Max function how to print the row of data that the max value is on
I have 3 columns of data and I am trying to figure out how to print the row that has the maximum value in column 3. Column 1 has cause, column 2 has year it happened and column 3 has the frequenc...
- Oct 22, 2023
Ben_Millar Attached a file with two possible solutions. See which one works for you. One uses the dynamic array function FILTER. The other INDEX/MATCH entered with Ctrl-Shift-Enter (array formula).
Patrick2788
Oct 22, 2023Silver Contributor
- Ben_MillarOct 24, 2023Copper ContributorThank you. 😊