+ Reply to Thread
Results 1 to 19 of 19

Find Lowest Bidder

  1. #1
    Registered User
    Join Date
    08-10-2005
    Posts
    2

    Question 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

  2. #2
    Bernie Deitrick
    Guest

    Re: Find Lowest Bidder

    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" <[email protected]> wrote in message
    news:[email protected]...
    >
    > 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. #3
    Registered User
    Join Date
    08-10-2005
    Posts
    2

    Smile Find Lowest Bidder - Thanks

    Bernie, thank you, it's working beautifully. J

  4. #4
    Bernie Deitrick
    Guest

    Re: Find Lowest Bidder

    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" <[email protected]> wrote in message
    news:[email protected]...
    >
    > 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
    >




  5. #5
    Bernie Deitrick
    Guest

    Re: Find Lowest Bidder

    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" <[email protected]> wrote in message
    news:[email protected]...
    >
    > 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
    >




  6. #6
    Bernie Deitrick
    Guest

    Re: Find Lowest Bidder

    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" <[email protected]> wrote in message
    news:[email protected]...
    >
    > 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
    >




  7. #7
    Bernie Deitrick
    Guest

    Re: Find Lowest Bidder

    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" <[email protected]> wrote in message
    news:[email protected]...
    >
    > 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
    >




  8. #8
    Bernie Deitrick
    Guest

    Re: Find Lowest Bidder

    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" <[email protected]> wrote in message
    news:[email protected]...
    >
    > 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
    >




  9. #9
    Bernie Deitrick
    Guest

    Re: Find Lowest Bidder

    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" <[email protected]> wrote in message
    news:[email protected]...
    >
    > 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
    >




  10. #10
    Bernie Deitrick
    Guest

    Re: Find Lowest Bidder

    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" <[email protected]> wrote in message
    news:[email protected]...
    >
    > 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
    >




  11. #11
    Bernie Deitrick
    Guest

    Re: Find Lowest Bidder

    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" <[email protected]> wrote in message
    news:[email protected]...
    >
    > 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
    >




  12. #12
    Bernie Deitrick
    Guest

    Re: Find Lowest Bidder

    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" <[email protected]> wrote in message
    news:[email protected]...
    >
    > 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
    >




  13. #13
    Bernie Deitrick
    Guest

    Re: Find Lowest Bidder

    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" <[email protected]> wrote in message
    news:[email protected]...
    >
    > 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
    >




  14. #14
    Bernie Deitrick
    Guest

    Re: Find Lowest Bidder

    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" <[email protected]> wrote in message
    news:[email protected]...
    >
    > 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
    >




  15. #15
    Bernie Deitrick
    Guest

    Re: Find Lowest Bidder

    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" <[email protected]> wrote in message
    news:[email protected]...
    >
    > 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
    >




  16. #16
    Bernie Deitrick
    Guest

    Re: Find Lowest Bidder

    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" <[email protected]> wrote in message
    news:[email protected]...
    >
    > 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
    >




  17. #17
    Bernie Deitrick
    Guest

    Re: Find Lowest Bidder

    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" <[email protected]> wrote in message
    news:[email protected]...
    >
    > 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
    >




  18. #18
    Bernie Deitrick
    Guest

    Re: Find Lowest Bidder

    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" <[email protected]> wrote in message
    news:[email protected]...
    >
    > 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
    >




  19. #19
    Bernie Deitrick
    Guest

    Re: Find Lowest Bidder

    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" <[email protected]> wrote in message
    news:[email protected]...
    >
    > 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
    >




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1