Excel 2003

V

Vince

I receive alot of supplier quotes and have set up a spreadsheet using the
MINA function to automatically put the cheapest price in a column from across
the row of supplier prices. What I would like to do now is automatically
select the supplier name from the top of the column that it selected the
cheapest supplier price from and display it the column next to it. I can't
seem to fathom that one out. Help.

Thanks

Vince
 
T

T. Valko

Try this...

...........A..........B..........C..........D
1.....Sup1....Sup2.....Sup3.....Sup4
2.....100......420.......95.........127

=INDEX(A1:D1,MATCH(MIN(A2:D2),A2:D2,0))

Result = Sup3
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Formula to bring in the header 1
HLookup? 2
Function Problem 6
Excell Formula 2
Excell Formula 2
Mail Merge Directory Conditional Page Break 0
Formula To Bring The Best Name 2 2
AVERAGEIF and group?? 4

Top