Matrics on a Created date
Hi all,
I want to create a formula that counts all cells that were created after a date.
but the range should look up a create date type of column.
Based on another cell which has a date
Meaning in column4 I want to count cells that are in coulmn5 that are after the date on Date2
Answers
-
You would use something like this:
=COUNTIFS([Column 5]:[Column 5], @cell>= Date2)
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
-
I tried that, but it didn't work, so my workaround, I did, I created another Date Column and =created date Column so I got a data column with the same data as the created Column.
and then the formula worked, I'm assuming I cannot run a formula of a created date with a condition of regular data Column
-
You can run a COUNTIFS on a created date type column. I do it pretty frequently actually.
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63K Get Help
- 379 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 304 Events
- 34 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!