I am trying to modify a formula written by someone else that is looking in the current year for open quotes that are not closed prior to the month being pulled or have no closing date. I need to do this for each month individually for graphing our sales pipeline. The numbers are not accurate and almost appear to add over time. This is the current formula being used, would this be accurate for August?
=SUMIFS({Total}, {Quote Date}, <DATE(YEAR(TODAY()), 9, 1), {Close Date}, >DATE(YEAR(TODAY()), 9, 1)) + SUMIFS({Total}, {Quote Date}, <DATE(YEAR(TODAY()), 9, 1), {Close Date}, ="") + SUMIFS({Total}, {Quote Date}, ="")