Count if by date
@Paul Newcome Hey Paul, I'm working on further automating the tracking sheet you've helped me with. My goal is to tally a task completion by date from our plant managers progress sheet, currently I'm just counting and manually adding it to the column. Here are some screen shots
This sheet is filled out at the facility:
I would tally up when there's a date and fill out below
by the date specifically, is there a way to tally up and have the # of frames completed column automatically filled out from another sheet?
Best Answer
-
Try this...
=COUNTIFS({Trenton Walter's Sheet Range 1}, @cell = Date@row)
Answers
-
Yes! But I would need to know your exact criteria for tallying. Are you just counting matching dates from a single specific column, or do you need to match on additional criteria?
-
Only specific dates, it's a very simple sheet, whenever the date cell is filled out, the task is completed. For example on the 1st screen shot, you'll see 3/23 on 5 different rows, then on the 2nd screen shot, on 3/23 you see the number 5.
This is my effort at doing it on my own =COUNTIFS({Trenton Walter's sheet Range 1}, ISDATE(Date25))
-
Try this...
=COUNTIFS({Trenton Walter's Sheet Range 1}, @cell = Date@row)
-
perfect, Thanks, Paul! I'm starting to understand the @cell function a little better
-
Happy to help! 👍️
The @cell reference basically tells the formula to look across the specified range and evaluate on a cell by cell basis.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 443 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 129 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!