Cross sheet Countifs formula between two dates and various criteria
Hi everyone
I need to provide a report on registrations for training on a week by week process - ie: training rsvp's & attendance for week 1, week 2 and total.
My criteria's are:
Training course name
Training session dates - between the Monday & Friday - ie: all training sessions by course that occur between Monday 13 March to Friday 17
Acceptance status
Organisation
My formula is as below however it's not working as its returning a '0' value however I know there is data that should be counted - I think I have the date format wrong but am not sure.
=COUNTIFS({Training Sessions Registration and RSVPs Range 1}, "Training Session Name", {Training Sessions Registration and RSVPs Range 2}, "Accepted", {Training Sessions Registration and RSVPs Range 3}, <=DATE(2023, 3, 13), {Training Sessions Registration and RSVPs Range 3}, >=DATE(2023, 3, 17), {Training Sessions Registration and RSVPs Range 4}, "Organisation")
This is an image of the date format in the database I am using
Any help would be greatly apricated.
Thanks
Michelle
Best Answer
-
Your current formula is looking for dates that are before the 13th and after the 17th which is not possible to have. Try switching your arguments.
Answers
-
Your current formula is looking for dates that are before the 13th and after the 17th which is not possible to have. Try switching your arguments.
-
Thanks @Paul Newcome - I've switched the < , > around the formula now works.
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 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!