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
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
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!