say your range is A1:B15 (or whatever)
you can do a VLOOKUP to return what you want
Here the cellvalue returned is to the right of the cell
value you have targetted
VLOOKUP(MIN(A6:A13),A1:B13
Main Topics
Browse All TopicsHi guys,
Is there an IF/THEN statement (or something) that will
display the contents in a cell depending upon the contents of another?
Here's what I need to do...
1. I do a =MIN(B6:B13) to determine lowest number in
a range.
2. NOW I want another Cell to display the text that is
in the cell NEXT to whatever the lowest number reported
is...
For example, if B7 is the lowest number in that range,
I want my cell to display the text in A7 (next to B7)
In English, I suppose I'd be asking the cell to "display the text in the cell next to whatever cell has the lowest value"
Is this even possible?
Thanks again guys.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
already handled, thanks for the concern...
points for you calacuccia > http://www.experts-exchang
JGould-EE Moderator
Business Accounts
Answer for Membership
by: calacucciaPosted on 2002-10-23 at 06:52:24ID: 7360598
Hi gugis,
:B13),B6:B 13,0))
Try this formula:
=INDEX(A6:A13,MATCH(MIN(B6
calacuccia