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.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 Just for fun
- 62 Community Job Board
- 464 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!