![]() |
Syntax help with date calculation
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 |
Syntax help with date calculation
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 |
All times are GMT +1. The time now is 09:54 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com