Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 32
Default identifying text associated with MIN value

I am trying to analyze a spreadsheet of company bids and need some help. The
spreasheet is organized by store (down column A) and by company across the
top. With help from this board I figured out how to find the MIN bid value.
However, I would like to associate this value with the company that bid that
amount. Is there any way to do this in Excel?
  #2   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default identifying text associated with MIN value

Assume company names in B1:D1,
with associated bids per row item in B2:D2 down
Put in say, F2: =INDEX(B$1:D$1,MATCH(MIN(B2:D2),B2:D2,0))
Copy F2 down to return the company which bid the min per row item. Adapt to
suit. In the event of a tie in the min bid, the leftmost company will be
returned
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:19,000 Files:362 Subscribers:62
xdemechanik
---
"vanessa" wrote:
I am trying to analyze a spreadsheet of company bids and need some help. The
spreasheet is organized by store (down column A) and by company across the
top. With help from this board I figured out how to find the MIN bid value.
However, I would like to associate this value with the company that bid that
amount. Is there any way to do this in Excel?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 32
Default identifying text associated with MIN value

Thanks Max, but this is not working quite right for me. It keeps giving me
the company name associated with zero value bids. Any adivce on how to get
Excel to ignore the zeros?

"Max" wrote:

Assume company names in B1:D1,
with associated bids per row item in B2:D2 down
Put in say, F2: =INDEX(B$1:D$1,MATCH(MIN(B2:D2),B2:D2,0))
Copy F2 down to return the company which bid the min per row item. Adapt to
suit. In the event of a tie in the min bid, the leftmost company will be
returned
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:19,000 Files:362 Subscribers:62
xdemechanik
---
"vanessa" wrote:
I am trying to analyze a spreadsheet of company bids and need some help. The
spreasheet is organized by store (down column A) and by company across the
top. With help from this board I figured out how to find the MIN bid value.
However, I would like to associate this value with the company that bid that
amount. Is there any way to do this in Excel?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default identifying text associated with MIN value

Based on Max's setup.

Assumes there is at least 1 non-zero number in the row.

=INDEX(B$1:D$1,MATCH(SMALL(B2:D2,COUNTIF(B2:D2,0)+ 1),B2:D2,0))

--
Biff
Microsoft Excel MVP


"vanessa" wrote in message
...
Thanks Max, but this is not working quite right for me. It keeps giving
me
the company name associated with zero value bids. Any adivce on how to
get
Excel to ignore the zeros?

"Max" wrote:

Assume company names in B1:D1,
with associated bids per row item in B2:D2 down
Put in say, F2: =INDEX(B$1:D$1,MATCH(MIN(B2:D2),B2:D2,0))
Copy F2 down to return the company which bid the min per row item. Adapt
to
suit. In the event of a tie in the min bid, the leftmost company will be
returned
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:19,000 Files:362 Subscribers:62
xdemechanik
---
"vanessa" wrote:
I am trying to analyze a spreadsheet of company bids and need some
help. The
spreasheet is organized by store (down column A) and by company across
the
top. With help from this board I figured out how to find the MIN bid
value.
However, I would like to associate this value with the company that bid
that
amount. Is there any way to do this in Excel?



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 32
Default identifying text associated with MIN value

That works. Thank you!

"T. Valko" wrote:

Based on Max's setup.

Assumes there is at least 1 non-zero number in the row.

=INDEX(B$1:D$1,MATCH(SMALL(B2:D2,COUNTIF(B2:D2,0)+ 1),B2:D2,0))

--
Biff
Microsoft Excel MVP


"vanessa" wrote in message
...
Thanks Max, but this is not working quite right for me. It keeps giving
me
the company name associated with zero value bids. Any adivce on how to
get
Excel to ignore the zeros?

"Max" wrote:

Assume company names in B1:D1,
with associated bids per row item in B2:D2 down
Put in say, F2: =INDEX(B$1:D$1,MATCH(MIN(B2:D2),B2:D2,0))
Copy F2 down to return the company which bid the min per row item. Adapt
to
suit. In the event of a tie in the min bid, the leftmost company will be
returned
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:19,000 Files:362 Subscribers:62
xdemechanik
---
"vanessa" wrote:
I am trying to analyze a spreadsheet of company bids and need some
help. The
spreasheet is organized by store (down column A) and by company across
the
top. With help from this board I figured out how to find the MIN bid
value.
However, I would like to associate this value with the company that bid
that
amount. Is there any way to do this in Excel?






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
Identifying text within a cell Bob Freeman Excel Discussion (Misc queries) 9 August 28th 08 08:17 PM
Identifying cells without certain text strings jay Excel Worksheet Functions 3 November 26th 07 01:59 AM
Identifying text to split into columns Cynthia Excel Worksheet Functions 7 November 14th 07 09:11 PM
Identifying cells with similar text [email protected] Excel Discussion (Misc queries) 2 June 8th 06 06:55 PM
Identifying famdamly Excel Discussion (Misc queries) 2 February 26th 06 06:44 AM


All times are GMT +1. The time now is 11:14 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"