Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default find data based on conditon of a maximum date

I need to write a fomula that will give me the data in column C (quantity
received) after finding the most current date in column B (date received).
Example: if the product was Test, I would need to end up with the quantity
received of 25,00

PRODUCT DATE RCVD QTY. RCVD

TEST 01/24/08 10,000
HELP 12/18/07 40,000
HELP 02/12/08 3,000
TEST 02/12/08 25,000

Any assistance with this formula would be greatly appreciated. Thanks.
HELP 02/12/08 3,000

--
gcmontgomery30
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 169
Default find data based on conditon of a maximum date

=SUMPRODUCT(--(C48:C52=MAX(C48:C52)),D48:D52,--(B48:B52=B54))

Where the data posted below resides in cells B48:D52
--
Tips for Excel, Word, PowerPoint and Other Applications
http://www.kan.org/tips


"gcmontgomery30" wrote:

I need to write a fomula that will give me the data in column C (quantity
received) after finding the most current date in column B (date received).
Example: if the product was Test, I would need to end up with the quantity
received of 25,00

PRODUCT DATE RCVD QTY. RCVD

TEST 01/24/08 10,000
HELP 12/18/07 40,000
HELP 02/12/08 3,000
TEST 02/12/08 25,000

Any assistance with this formula would be greatly appreciated. Thanks.
HELP 02/12/08 3,000

--
gcmontgomery30

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 169
Default find data based on conditon of a maximum date

And cell B54 is used to hold the value TEST
--
Tips for Excel, Word, PowerPoint and Other Applications
http://www.kan.org/tips


"gcmontgomery30" wrote:

I need to write a fomula that will give me the data in column C (quantity
received) after finding the most current date in column B (date received).
Example: if the product was Test, I would need to end up with the quantity
received of 25,00

PRODUCT DATE RCVD QTY. RCVD

TEST 01/24/08 10,000
HELP 12/18/07 40,000
HELP 02/12/08 3,000
TEST 02/12/08 25,000

Any assistance with this formula would be greatly appreciated. Thanks.
HELP 02/12/08 3,000

--
gcmontgomery30

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default find data based on conditon of a maximum date

I can't seem to make this work. My ranges will actually pull from a seperate
worksheet in the workbook and for the value I will enter specific text since
this value may occur more than one time. I only want the most recent date of
a product and then the value of the corresponding quantity received. Do you
know what I might be doing wrong? Thanks,
--
gcmontgomery30


"M Kan" wrote:

=SUMPRODUCT(--(C48:C52=MAX(C48:C52)),D48:D52,--(B48:B52=B54))

Where the data posted below resides in cells B48:D52
--
Tips for Excel, Word, PowerPoint and Other Applications
http://www.kan.org/tips


"gcmontgomery30" wrote:

I need to write a fomula that will give me the data in column C (quantity
received) after finding the most current date in column B (date received).
Example: if the product was Test, I would need to end up with the quantity
received of 25,00

PRODUCT DATE RCVD QTY. RCVD

TEST 01/24/08 10,000
HELP 12/18/07 40,000
HELP 02/12/08 3,000
TEST 02/12/08 25,000

Any assistance with this formula would be greatly appreciated. Thanks.
HELP 02/12/08 3,000

--
gcmontgomery30

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default find data based on conditon of a maximum date

Also, I will have an absolute range on the seperate sheet that has blanks
until data is entered. I just need to find a product by it's number, find the
most recent date received and then get the value in the corresponding cell
for quantity received. I have tried everything and any help would be greatly
appreciated.
--
gcmontgomery30


"gcmontgomery30" wrote:

I can't seem to make this work. My ranges will actually pull from a seperate
worksheet in the workbook and for the value I will enter specific text since
this value may occur more than one time. I only want the most recent date of
a product and then the value of the corresponding quantity received. Do you
know what I might be doing wrong? Thanks,
--
gcmontgomery30


"M Kan" wrote:

=SUMPRODUCT(--(C48:C52=MAX(C48:C52)),D48:D52,--(B48:B52=B54))

Where the data posted below resides in cells B48:D52
--
Tips for Excel, Word, PowerPoint and Other Applications
http://www.kan.org/tips


"gcmontgomery30" wrote:

I need to write a fomula that will give me the data in column C (quantity
received) after finding the most current date in column B (date received).
Example: if the product was Test, I would need to end up with the quantity
received of 25,00

PRODUCT DATE RCVD QTY. RCVD

TEST 01/24/08 10,000
HELP 12/18/07 40,000
HELP 02/12/08 3,000
TEST 02/12/08 25,000

Any assistance with this formula would be greatly appreciated. Thanks.
HELP 02/12/08 3,000

--
gcmontgomery30

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
Get data with certain conditon TQ Excel Discussion (Misc queries) 7 June 7th 08 01:01 AM
Conditional formatting data based on the maximum in the set Emml Excel Worksheet Functions 4 March 12th 07 05:31 PM
Find Maximum date sgl Excel Worksheet Functions 3 February 15th 06 08:02 AM
Need to find Min value based on date range entered Chad S Excel Worksheet Functions 0 October 28th 04 08:03 PM
Need to find Min value based on date range entered Chad S Excel Worksheet Functions 1 October 28th 04 09:52 AM


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