Hello All,
I'd like to set up a chart to track data so I know what sales are pending for this month, next month, etc. Here's my data:
So what I'd like is a value for Total Sales for the Current Month, Total Sales for Next Month, etc. So when I add another sale to the table, it updates automatically.
Tried to build a formula =SUMIF(A:A,"="&MONTH(TODAY()),B:B) but that didn't work. I know I'm missing something in calculating the current month using a serial number value, since MONTH doesn't return a serial number like NOW does.
I'm sure there's a better way of writing this code. Any help is greatly appreciated!
Cheers,
Jamie
Excel 2007 XP
I'd like to set up a chart to track data so I know what sales are pending for this month, next month, etc. Here's my data:
![Excel1.png](/board/proxy.php?image=http%3A%2F%2Fi804.photobucket.com%2Falbums%2Fyy323%2Fgriffinco%2FExcel1.png&hash=1e5f18f98e93d997430b2b42b34983f0)
So what I'd like is a value for Total Sales for the Current Month, Total Sales for Next Month, etc. So when I add another sale to the table, it updates automatically.
Tried to build a formula =SUMIF(A:A,"="&MONTH(TODAY()),B:B) but that didn't work. I know I'm missing something in calculating the current month using a serial number value, since MONTH doesn't return a serial number like NOW does.
I'm sure there's a better way of writing this code. Any help is greatly appreciated!
Cheers,
Jamie
Excel 2007 XP