Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I hope to sum certain cells based on their projected due dates, but can not
figure out how to do it. I think this can be done with SUMIF. The 5 groupings I need to sum are within 30 days, 60 days, 90days , 90+ days, and "past due" Column H contains the close date. Column G contains the $ values. Here's what I've done but think I am way off base. =SUMIF(H:H,"<=Today()+30",G:G) =SUMIF(H:H,"<=Today()+60",G:G) =SUMIF(H:H,"<=Today()+90",G:G) =SUMIF(H:H,"Today()+90",G:G,)) =SUMIF(H:H,"<Today()",G:G) Thanks |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Tue, 22 Jan 2008 15:58:11 -0800, Orion4MJ
wrote: I hope to sum certain cells based on their projected due dates, but can not figure out how to do it. I think this can be done with SUMIF. The 5 groupings I need to sum are within 30 days, 60 days, 90days , 90+ days, and "past due" Column H contains the close date. Column G contains the $ values. Here's what I've done but think I am way off base. =SUMIF(H:H,"<=Today()+30",G:G) =SUMIF(H:H,"<=Today()+60",G:G) =SUMIF(H:H,"<=Today()+90",G:G) =SUMIF(H:H,"Today()+90",G:G,)) =SUMIF(H:H,"<Today()",G:G) Thanks You're very close: =SUMIF(H:H,"<="&TODAY()+30,G:G) --ron |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Syntax for Info or Cell function for xl. file creation date | Excel Worksheet Functions | |||
Tricky Date calculation: How to calculate a future date | Excel Discussion (Misc queries) | |||
Date calculation | New Users to Excel | |||
Syntax Error in Excel Query for DATE field | Excel Discussion (Misc queries) | |||
What is the syntax to check if a date occurred before a referance. | Excel Discussion (Misc queries) |