Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Jkulak
 
Posts: n/a
Default Find Lowest Bidder


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   Report Post  
Bernie Deitrick
 
Posts: n/a
Default

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   Report Post  
Jkulak
 
Posts: n/a
Default


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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Find Lowest Bidder Jkulak Excel Worksheet Functions 0 August 10th 05 04:10 PM
Find lowest and highest value from a set of rows Paul A via OfficeKB.com Excel Discussion (Misc queries) 5 July 16th 05 03:54 PM
Find lowest value in a range Pat Excel Worksheet Functions 4 December 12th 04 07:52 AM
How to find highest, lowest and last cell in row? Sam Excel Discussion (Misc queries) 3 December 3rd 04 11:59 AM
How to find highest, lowest and last cell in a row? Sam Excel Worksheet Functions 1 December 3rd 04 11:51 AM


All times are GMT +1. The time now is 02:18 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"