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
- Smartsheet Customer Resources
- 63.1K Get Help
- 382 Global Discussions
- 212 Industry Talk
- 444 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 451 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 291 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!