Tally of SOWs signed per month
Hello. I am trying to figure out a formula that will track the number of SOWs that have a status of "signed" per month (ie the number of SOWs signed in January, etc). This will eventually feed into a bar graph. I have the following formula so far and have no luck (INVALID DATA TYPE):
=COUNTIFS([SOW, Change Order or High Level Quote]:[SOW, Change Order or High Level Quote], "SOW", [SOW Signed / Status]:[SOW Signed / Status], "Signed", (MONTH([SOW Signed Date- Completed Date]:[SOW Signed Date- Completed Date]) = 1))
Side note: if I take out the month function, the formula works fine, it's just that final piece that I'm having trouble with.
Best Answer
-
Try this instead:
=COUNTIFS([SOW, Change Order or High Level Quote]:[SOW, Change Order or High Level Quote], "SOW", [SOW Signed / Status]:[SOW Signed / Status], "Signed", [SOW Signed Date- Completed Date]:[SOW Signed Date- Completed Date], IFERROR(MONTH(@cell), 0) = 1)
Answers
-
Try this instead:
=COUNTIFS([SOW, Change Order or High Level Quote]:[SOW, Change Order or High Level Quote], "SOW", [SOW Signed / Status]:[SOW Signed / Status], "Signed", [SOW Signed Date- Completed Date]:[SOW Signed Date- Completed Date], IFERROR(MONTH(@cell), 0) = 1)
-
PERFECT! Thank you so much, very appreciated!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!