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)
-
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.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 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!