Thread
:
Returning contents of a cell based upon the minimum value in a ran
View Single Post
#
5
Posted to microsoft.public.excel.worksheet.functions
Don Guillett
external usenet poster
Posts: 10,124
Returning contents of a cell based upon the minimum value in a ran
or
=INDEX(H2:J2,0,MATCH(MIN(H3:J3),H3:J3))
--
Don Guillett
Microsoft MVP Excel
SalesAid Software
"Shawn" wrote in message
...
If I have:
Apple Lemon Orange
3 0 1
How do I get Excel to look through the row of data, find the minimum (or
specifically, I am looking for the one and only Zero that would be in the
data), and return the cell above it? In this case, the returned value I am
looking for would be Lemon.
Tried =offset(min(range),-1) but I am guessing Excel won't let me use a
formula for the Reference part of Offset.
Reply With Quote
Don Guillett
View Public Profile
Find all posts by Don Guillett