ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   finding lowest priced item in a list (https://www.excelbanter.com/excel-discussion-misc-queries/65053-finding-lowest-priced-item-list.html)

TimH

finding lowest priced item in a list
 
I have a range (A3:D13) that has item numbers in column A and prices in
column D. I am trying to write a formula that will return the product number
of the lowest priced item in the list. Anyone? Anyone?

David Billigmeier

finding lowest priced item in a list
 
=INDEX(A3:A13,MATCH(MIN(D3:D13),D3:D13,0))

--
Regards,
Dave


"TimH" wrote:

I have a range (A3:D13) that has item numbers in column A and prices in
column D. I am trying to write a formula that will return the product number
of the lowest priced item in the list. Anyone? Anyone?


TimH

finding lowest priced item in a list
 
Awesome. Thanks!

"David Billigmeier" wrote:

=INDEX(A3:A13,MATCH(MIN(D3:D13),D3:D13,0))

--
Regards,
Dave


"TimH" wrote:

I have a range (A3:D13) that has item numbers in column A and prices in
column D. I am trying to write a formula that will return the product number
of the lowest priced item in the list. Anyone? Anyone?


BenjieLop

finding lowest priced item in a list
 

TimH Wrote:
I have a range (A3:D13) that has item numbers in column A and prices in
column D. I am trying to write a formula that will return the product
number
of the lowest priced item in the list. Anyone? Anyone?


To determine the lowest price in Column D, use this formula

=MIN(D3:D13)

To return the product number of the lowest priced item in the list

=INDEX(A3:A13,MATCH(MIN(D3:D13),D3:D13,FALSE))

is the formula to use.

Regards.


--
BenjieLop


------------------------------------------------------------------------
BenjieLop's Profile: http://www.excelforum.com/member.php...o&userid=11019
View this thread: http://www.excelforum.com/showthread...hreadid=501165



All times are GMT +1. The time now is 08:35 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com