Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a list of items that I need to disseminate by date. All of the items
are recorded in the form 9/15/2008, and I wish to return results by month. How can I write my vlookup and sumproduct functions to return results by month? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
With Sumproduct, you do something like:
=sumproduct(--(Text(a1:a100,"yy-mmm")="08-Sep"),...) Vlookup isn't going to be as easy. A typical soluction is to add a helper column with just the month and year. Now you can Vlookup on that, and it will return the first record it finds, but if you want a specific record, you'll need to find a way of identifying it. Regards, Fred. "AJB" wrote in message ... I have a list of items that I need to disseminate by date. All of the items are recorded in the form 9/15/2008, and I wish to return results by month. How can I write my vlookup and sumproduct functions to return results by month? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Searching, matching then searching another list based on the match | Excel Discussion (Misc queries) | |||
Searching a date range to output values according to a constant. | Excel Discussion (Misc queries) | |||
Searching a date range to output values according to a constant. | Excel Discussion (Misc queries) | |||
IF and Date Functions | Excel Worksheet Functions | |||
Searching a date | Excel Discussion (Misc queries) |