Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Formula to pull the lowest supplier name

I need assistance creating a formula to extract the supplier name associated
with the lowest supplier bid. A sample of the data looks like this. I need
to be careful as some quotes will be zero and I do not want to pull this as
the minimum supplier.

Sup A Sup B Sup C Minimum Sup Bid Minimum Sup Name
$/lb. $/lb. $/lb. $/lb.
Item 1 1 2 3 1 ?
Item 2 0.5 0.2 0.4 0.2 ?
Item 3 2.4 1.9 0.8 0.8 ?

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 457
Default Formula to pull the lowest supplier name

To get the minimum and ignore zeros, can use this array (confirm formula
using Ctrl+Shift+Enter, not just Enter) formula:
=MIN(IF(B3:D30,B3:D3))

To get Supplier name:
=INDEX(B$1:D$1,,MATCH(E3,B3:D3,0))
--
Best Regards,

Luke M
"Cassius" wrote in message
...
I need assistance creating a formula to extract the supplier name
associated
with the lowest supplier bid. A sample of the data looks like this. I
need
to be careful as some quotes will be zero and I do not want to pull this
as
the minimum supplier.

Sup A Sup B Sup C Minimum Sup Bid Minimum Sup Name
$/lb. $/lb. $/lb. $/lb.
Item 1 1 2 3 1 ?
Item 2 0.5 0.2 0.4 0.2 ?
Item 3 2.4 1.9 0.8 0.8 ?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,522
Default Formula to pull the lowest supplier name

Sup A Sup B Sup C Minimum Sup Bid Minimum Sup Name
$/lb. $/lb. $/lb. $/lb.
Item 1 1 2 3 1 ?
Item 2 0.5 0.2 0.4 0.2 ?
Item 3 2.4 1.9 0.8 0.8 ?


--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Cassius" wrote in message
...
I need assistance creating a formula to extract the supplier name
associated
with the lowest supplier bid. A sample of the data looks like this. I
need
to be careful as some quotes will be zero and I do not want to pull this
as
the minimum supplier.

Sup A Sup B Sup C Minimum Sup Bid Minimum Sup Name
$/lb. $/lb. $/lb. $/lb.
Item 1 1 2 3 1 ?
Item 2 0.5 0.2 0.4 0.2 ?
Item 3 2.4 1.9 0.8 0.8 ?


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,522
Default Formula to pull the lowest supplier name

I meant
If desired, send your file to my address below. I will only look if:
1. You send a copy of this message on an inserted sheet
2. You give me the newsgroup and the subject line
3. You send a clear explanation of what you want
4. You send before/after examples and expected results.


--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Don Guillett" wrote in message
...
Sup A Sup B Sup C Minimum Sup Bid Minimum Sup Name
$/lb. $/lb. $/lb. $/lb.
Item 1 1 2 3 1 ?
Item 2 0.5 0.2 0.4 0.2 ?
Item 3 2.4 1.9 0.8 0.8 ?


--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Cassius" wrote in message
...
I need assistance creating a formula to extract the supplier name
associated
with the lowest supplier bid. A sample of the data looks like this. I
need
to be careful as some quotes will be zero and I do not want to pull this
as
the minimum supplier.

Sup A Sup B Sup C Minimum Sup Bid Minimum Sup Name
$/lb. $/lb. $/lb. $/lb.
Item 1 1 2 3 1 ?
Item 2 0.5 0.2 0.4 0.2 ?
Item 3 2.4 1.9 0.8 0.8 ?



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
Extract Supplier Name Howard Excel Worksheet Functions 2 December 11th 09 03:53 AM
Supplier list talalhisham Excel Worksheet Functions 2 May 14th 09 05:34 PM
Subtotal by Month and supplier d7 Excel Worksheet Functions 2 February 18th 09 08:44 AM
determine lowest number in several columns and replace lowest numb jerry Excel Worksheet Functions 1 June 18th 08 03:19 AM
Supplier scorecard Vince Excel Discussion (Misc queries) 0 May 24th 07 11:48 PM


All times are GMT +1. The time now is 04:52 PM.

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

About Us

"It's about Microsoft Excel"