Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]() I am trying to find the lowest bid in a range of bids and in an adjacent cell put the NAME of the bidder in that cell. I can find the low bidder using the min function but the lookup functions I'm trying to use only work if the range is sorted. I don't have this luxury because of the size of the date. Is there a fix for this? Bidder Joe 1 / Joe 2 / Joe 3 Low Bid / Low Bidder Bid 36 / 25 / 45 25 / Joe2 -- Jkulak ------------------------------------------------------------------------ Jkulak's Profile: http://www.excelforum.com/member.php...o&userid=26135 View this thread: http://www.excelforum.com/showthread...hreadid=394636 |
#2
![]() |
|||
|
|||
![]()
Jkulak,
With bidders in row 1, and bid in row 2: Lowest Bid: =MIN(2:2) Lowest Bidder: =INDEX(1:1,MATCH(MIN(2:2),2:2,FALSE)) HTH, Bernie MS Excel MVP "Jkulak" wrote in message ... I am trying to find the lowest bid in a range of bids and in an adjacent cell put the NAME of the bidder in that cell. I can find the low bidder using the min function but the lookup functions I'm trying to use only work if the range is sorted. I don't have this luxury because of the size of the date. Is there a fix for this? Bidder Joe 1 / Joe 2 / Joe 3 Low Bid / Low Bidder Bid 36 / 25 / 45 25 / Joe2 -- Jkulak ------------------------------------------------------------------------ Jkulak's Profile: http://www.excelforum.com/member.php...o&userid=26135 View this thread: http://www.excelforum.com/showthread...hreadid=394636 |
#3
![]() |
|||
|
|||
![]() Bernie, thank you, it's working beautifully. J -- Jkulak ------------------------------------------------------------------------ Jkulak's Profile: http://www.excelforum.com/member.php...o&userid=26135 View this thread: http://www.excelforum.com/showthread...hreadid=394636 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find Lowest Bidder | Excel Worksheet Functions | |||
Find lowest and highest value from a set of rows | Excel Discussion (Misc queries) | |||
Find lowest value in a range | Excel Worksheet Functions | |||
How to find highest, lowest and last cell in row? | Excel Discussion (Misc queries) | |||
How to find highest, lowest and last cell in a row? | Excel Worksheet Functions |