I am trying to count a topic by year
I am trying to count a certain topic by a certain date range. I cant figure out what is wrong with my formula
=COUNTIFS({OSH Tracker Rules Range 1},"Open",IF({OSH Tracker Rules Range 2},DATE[23, 01, 01] DATE [23, 12, 31])
Best Answer
-
Hi Adina, I notice there are a number of issues in your date range formula. In short, your formula should be similar to the following after rectification.
=COUNTIFS({OSH Tracker Rules Range 1},"Open", {OSH Tracker Rules Range 2}, >=DATE(2023, 1, 1), {OSH Tracker Rules Range 2}, <=DATE(2023, 12, 31))
--Anson
Answers
-
Hi Adina, I notice there are a number of issues in your date range formula. In short, your formula should be similar to the following after rectification.
=COUNTIFS({OSH Tracker Rules Range 1},"Open", {OSH Tracker Rules Range 2}, >=DATE(2023, 1, 1), {OSH Tracker Rules Range 2}, <=DATE(2023, 12, 31))
--Anson
-
This is amazing! Thank you. I knew there was a < and someplace but i was having a hard time getting it in there correctly.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!