Trying to count today only
I have an employee sign-in sheet where I want to show todays stats or metrics.
This is how I count
=COUNTIF({Bergmeyer Employee Sign-In Range 2}, ="WFH")
I wanted to do something like
=COUNTIF({Bergmeyer Employee Sign-In Range 2}, ="WFH", Today())
but it doesn't work. I don''t know how I tell it the date is in a different range or column?
Best Answer
-
You would need to use a COUNTIFS (with the "S" on the end). Then you can specify multiple range/criteria sets.
=COUNTIFS({Bergmeyer Employee Sign-In Range 2}, ="WFH", {Date Column}, @cell = TODAY())
Answers
-
You would need to use a COUNTIFS (with the "S" on the end). Then you can specify multiple range/criteria sets.
=COUNTIFS({Bergmeyer Employee Sign-In Range 2}, ="WFH", {Date Column}, @cell = TODAY())
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!