Combining MAX and OFFSET?
Posted by Eric on October 06, 2001 3:13 PM
Hi all, here is my situation:
Col. A
string1
string2
string3
Col. B
1
2
3
Col. C (single cell)
Find the maximum value in col. B and display its corresponding string value from column A.
I have a pretty long list and I'm wondering if there are any efficient way to accomplish this? Thanks in advance!
Eric