What's wrong with this formula?
Jason Wirl
✭✭
=COUNTIF(AD:AD, DAY(@cell) = 16)
I'm getting an #invalid data type error.
Column AD is a Date column and I'm just trying to count the number of days that contain the 16th.
Thank you,
Jason
Answers
-
You have either blanks or non-date (text) values in your date column. Try this...
=COUNTIFS(AD:AD, IFERROR(DAY(@cell), 0) = 16)
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 146 Just for fun
- 63 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives