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 for Jumpstart 2025 with Community on 23 January (in two time zones)! 🎉 Register here.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.4K Get Help
- 447 Global Discussions
- 144 Industry Talk
- 479 Announcements
- 5.1K Ideas & Feature Requests
- 85 Brandfolder
- 151 Just for fun
- 72 Community Job Board
- 490 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 302 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!