Jun 03 2022 12:29 PM
Hello,
I need to find cells in different columns and rows that are associated with a maximum value. I got as far as using the UNIQUE and MAX/IF functions to get that maximum value, but I can't figure out the best way (syntax/functions) to also get the other cells/variables associated with that maximum value. Below is a screen shot with an example of what I've done so far and what I'm trying to achieve (the right side of the graphic). I'm investigating INDEX/MATCH and VLOOKUP, but my skills are "limited"...
Thanks for any help!
Jun 03 2022 12:37 PM - edited Jun 03 2022 12:41 PM
SolutionAdjust the back end of the range as needed.
Place in K2 and fill down.
=XLOOKUP(I2&J2,$A$2:$A$100&$B$2:$B$100,$D$2:$F$100)
Jun 03 2022 12:53 PM
Jun 03 2022 01:01 PM
Jun 04 2022 04:19 AM
Jun 04 2022 08:48 AM
Jun 03 2022 12:37 PM - edited Jun 03 2022 12:41 PM
SolutionAdjust the back end of the range as needed.
Place in K2 and fill down.
=XLOOKUP(I2&J2,$A$2:$A$100&$B$2:$B$100,$D$2:$F$100)