LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,389
Default functions searching by date

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?


 
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
Searching, matching then searching another list based on the match A.S. Excel Discussion (Misc queries) 1 December 13th 06 05:08 AM
Searching a date range to output values according to a constant. Geebz Excel Discussion (Misc queries) 2 December 1st 06 09:34 AM
Searching a date range to output values according to a constant. daddylonglegs Excel Discussion (Misc queries) 0 November 30th 06 08:23 PM
IF and Date Functions Christ4 Excel Worksheet Functions 3 August 11th 06 04:18 AM
Searching a date Neil Meehan Excel Discussion (Misc queries) 1 April 30th 06 03:12 PM


All times are GMT +1. The time now is 05:25 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"