Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
In one of my spreadsheets I have a sumproduct formula that looks down a
column of dates and returns 7 day totals for certain items. Works great. The formula is, in part: =sumproduct(((meter readings!a$4:$a$1064p$4)......... Column A contains =b4. Both columns, A and B, are formatted as dates: I.E. 04/03/06 P4 is also formatted as a date I.E. 3-Apr-06 In another spreadsheet I was setting up a formula to get quarterly totals. Same basic idea as the above formula. My formula is/was, in part: =sumproduct(((register01532!$b$7:$b$401=1/1/06)... Column B formatted as dates. This would not work. Returned nothing but 0's. By modifying the formula to .....=date(2006,1,1)).... it worked. Question is: Why did I have to use the Date function in one formula and not the other? Walter Mayes |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sumproduct by date | Excel Discussion (Misc queries) | |||
average value from a table | Excel Discussion (Misc queries) | |||
NETWORKDAYS - Multiple Date Selection | Excel Discussion (Misc queries) | |||
How do I calculate if a date is in a certain time frame? | Excel Worksheet Functions | |||
Using sumproduct to count number by date | Excel Worksheet Functions |