Countif Formula to validate the old dates with in range
Hi All,
I would like to count the column with dates specified with the range
Example below : I need counts for Today Minus last 10 days counts
In excel i can use this formula to validate and give right values
=COUNTIF(A2:A15,"<"&TODAY()-7)
I need the same formula for smart sheet
Answers
-
Hey @rajcanada
Try this
=COUNTIFS([Date Released.1]:[Date Released.1], AND(@cell > TODAY(-10), @cell <= TODAY()))
This says count the dates in the Date Released.1 column where the date is greater than 10 days ago and is equal to or less than today's date. This should give you your window of past ten days.
Will this work for you?
Kelly
If interested, here are some of the concepts I used
-
Hi Kelly Moore,
Thanks it is really appreciated , it works very well
Regards
Raj
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!