Formula - Count by Month and Other Criteria
I've been trying to determine a formula I can use on a SEPERATE Sheet that will pull from the sheet in the screenshot a:
- Monthly SUM number of items that are In Review, Awaiting Publication, Published/Live, etc. (i.e., the "Status" column in screenshot) so, for February, number of items in review, awaiting publication, etc. based on the Pub Date column.
-then, how many articles each month are assigned to XX Executive to track monthly benchmarks, based on Pub date column
.
I have read every article and cannot find something that will work. Any help would be great!
Answers
-
Set up a column in your Grid sheet with the different status' as headings then in the next column put in:
=COUNTIFS({refer to the status column in the source sheet},Status@row,{refer to the Pub Date column in the Source sheet},ISDATE(@cell),{refer to the Pub Date column in the Source sheet},Month(@cell)=2)
This will look at the source sheet's status column and count all the entries that match the Status heading in your stats sheet, where the publication date in the source sheet is February.
Good luck!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!