Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
tjc tjc is offline
external usenet poster
 
Posts: 13
Default Price Comparison formula

Acme XXX Price OOO Price Best Price
$46.21 $49.95 $46.21

I am looking to create a formula that will compare the three prices listed
and enter the lowest price header into the "best price" column.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,276
Default Price Comparison formula

Hi,

=MIN(B6:D6)

change range to fit your needs

if this helps please click yes thanks

"TJC" wrote:

Acme XXX Price OOO Price Best Price
$46.21 $49.95 $46.21

I am looking to create a formula that will compare the three prices listed
and enter the lowest price header into the "best price" column.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
tjc tjc is offline
external usenet poster
 
Posts: 13
Default Price Comparison formula

Thanks, I tried this, but am actually looking to have the Best Price column
reflect the vendor name rather than the "best price". Thanks again for your
help!

"Eduardo" wrote:

Hi,

=MIN(B6:D6)

change range to fit your needs

if this helps please click yes thanks

"TJC" wrote:

Acme XXX Price OOO Price Best Price
$46.21 $49.95 $56.21 Acme

I am looking to create a formula that will compare the three prices listed
and enter the lowest price header into the "best price" column.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 913
Default Price Comparison formula

On Wed, 18 Nov 2009 10:56:01 -0800, TJC
wrote:

Acme XXX Price OOO Price Best Price
$46.21 $49.95 $46.21

I am looking to create a formula that will compare the three prices listed
and enter the lowest price header into the "best price" column.



First, make sure that the prices are numbers formatted as currency and
not text. Then you may try the following formula:

=INDEX(A1:C1,,MATCH(MIN(A2:C2),A2:C2,0))

This will list the header with corresponding to the lowest price.
If there are more than one header with the lowest price, as in your
example, the leftmost of them will be listed

Hope this helps / Lars-Åke

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,276
Default Price Comparison formula

Hi, try

=IF(MIN(B6:D6)=B6,$B$5,IF(MIN(B6:D6)=C6,$C$5,$D$5) )

I assume that your names are in row 5

"TJC" wrote:

Thanks, I tried this, but am actually looking to have the Best Price column
reflect the vendor name rather than the "best price". Thanks again for your
help!

"Eduardo" wrote:

Hi,

=MIN(B6:D6)

change range to fit your needs

if this helps please click yes thanks

"TJC" wrote:

Acme XXX Price OOO Price Best Price
$46.21 $49.95 $56.21 Acme

I am looking to create a formula that will compare the three prices listed
and enter the lowest price header into the "best price" column.



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 50
Default Price Comparison formula

With "Acme" in a1 and prices in a2:c2.
=INDEX(A1:C1,1,MATCH(MIN(A2:C2),A2:C2,0))

Will get the job done.



"TJC" wrote:

Acme XXX Price OOO Price Best Price
$46.21 $49.95 $46.21

I am looking to create a formula that will compare the three prices listed
and enter the lowest price header into the "best price" column.

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
Help: Need Excel formula to return correct price from price history table Ian_W-at-GMail Excel Discussion (Misc queries) 5 March 21st 07 06:45 PM
price comparison John Excel Worksheet Functions 2 January 12th 07 01:25 AM
create a formula for price * discount* tax =final price anton Excel Discussion (Misc queries) 6 October 12th 05 07:51 PM
formula for - price times discount times tax = final price anton New Users to Excel 2 October 12th 05 01:05 PM
Price Comparison Macro - This Is For An Excel MVP Mr. Smiley Excel Discussion (Misc queries) 5 August 30th 05 05:21 PM


All times are GMT +1. The time now is 07:09 AM.

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"