How can I count by date?
I attached a screenshot of my sheet. I want to count the number of Block ID instance per date. Any tips?
The end result would be a count of Block IDs in each cell that has a "Hierarchy Translation" == Date
Best Answer
-
On your Date row (top hierarchy level):
COUNTIF(DESCENDANTS([Hierarchy Translation]@row), "Block ID")
This will count any rows which are descendants (not just child rows, but also children of child rows) of the Date row, where the Hierarchy Translation cell contains "Block ID".
Regards,
Jeff Reisman
Link: Smartsheet Functions Help Pages Link: Smartsheet Formula Error Messages
If my answer helped solve your issue, please mark it as accepted so that other users can find it later. Thanks!
Answers
-
On your Date row (top hierarchy level):
COUNTIF(DESCENDANTS([Hierarchy Translation]@row), "Block ID")
This will count any rows which are descendants (not just child rows, but also children of child rows) of the Date row, where the Hierarchy Translation cell contains "Block ID".
Regards,
Jeff Reisman
Link: Smartsheet Functions Help Pages Link: Smartsheet Formula Error Messages
If my answer helped solve your issue, please mark it as accepted so that other users can find it later. Thanks!
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.7K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 468 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 64 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives