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
- Smartsheet Customer Resources
- 62.5K Get Help
- 367 Global Discussions
- 202 Industry Talk
- 432 Announcements
- 4.4K Ideas & Feature Requests
- 137 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 447 Show & Tell
- 29 Member Spotlight
- 1 SmartStories
- 285 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!