Count month from another sheet
Answers
-
=COUNTIF({AP Invoice issues log 2021 Range 10}, 3) should give you a count of every cell in the AP Invoice log Range 10 (I am guessing Range 10 is the column name in that sheet) that is "3". You shouldn't need the error handler since it will only count cells that are "3".
-
I tried that and received a count of zero even though there are 43 lines that are in March
-
It looks like you're missing the reference in the MONTH function, like so:
MONTH([Specific Data]@row)
Since you're doing a cross-sheet formula, you can use the @cell function to specify that you're looking for the 3rd month in the previously stated range.
Try this:
=COUNTIF({AP Invoice issues log 2021 Range 10}, IFERROR(MONTH(@cell), 0) = 3)
Cheers!
Genevieve
Join us at Smartsheet ENGAGE 2024 🎉
October 8 - 10, Seattle, WA | Register now
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.1K Get Help
- 351 Global Discussions
- 198 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 135 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 443 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 284 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!