Hi all, I need a little help please. I have data displayed like this:
a1 g7 k11
b2 h8 l12
c3 i9 m13
d4 j10 n14
e5 o15
f6 p16
and I can pull i can pull the highest value with the max function, but I also want to be able to pull the value next to the highest value. so when the max, in this case 16, is pulled I want P to pull up in another cell. i tried an index match but it seems to only work with 1 dimensional arrays.
I hope this makes sense. thank you for your help
Brian
Bookmarks