Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
TimH
 
Posts: n/a
Default 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?
  #2   Report Post  
Posted to microsoft.public.excel.misc
David Billigmeier
 
Posts: n/a
Default 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?

  #3   Report Post  
Posted to microsoft.public.excel.misc
TimH
 
Posts: n/a
Default 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?

  #4   Report Post  
Posted to microsoft.public.excel.misc
BenjieLop
 
Posts: n/a
Default 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

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
Need help with mailing list Howie J. Excel Discussion (Misc queries) 0 January 3rd 06 05:08 PM
Attaching a 2 item list to a cell / drop-down? Enrique Mahecha Excel Discussion (Misc queries) 8 December 22nd 05 06:30 PM
Need to sum up numerous columns in different worksheet into 1 devil135 New Users to Excel 3 May 26th 05 03:32 PM
Linking Several Worksheets to One Worksheet TangentMemory Excel Discussion (Misc queries) 1 May 10th 05 11:37 PM
Extracting Values on one list and not another B Schwarz Excel Discussion (Misc queries) 4 January 7th 05 01:48 PM


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