COUNTIFS for a range of numeric values

I have a column containing Days From Purchase. It contains numeric values from 1 to 90.
I want to create a summary value that tells me how many instances are in that column between 15 to 25.
This is what I have and it is UNPARSEABLE :
=COUNTIFS((Days from Purchase):(Days from Purchase), AND(Days from Purchase>=15,Days from Purchase<=25))
Brand new user so please don't skip anything common knowledge.
Thank you.
Erika
Best Answer
-
Hi @ErikaR
Try this formula
=COUNTIFS([Days From Purchase]:[Days From Purchase], >=15, [Days From Purchase]:[Days From Purchase], <=25)
Best Regards
Amit Wadhwani, Smartsheet Community Champion
Smartsheet CoE, Ignatiuz, Inc., Exton, PA
Did this answer help you? Show some love by marking this answer as "Insightful 💡" or "Awesome ❤️" and "Vote Up ⬆️"https://www.linkedin.com/in/amitinddr/
Answers
-
Hi @ErikaR
Try this formula
=COUNTIFS([Days From Purchase]:[Days From Purchase], >=15, [Days From Purchase]:[Days From Purchase], <=25)
Best Regards
Amit Wadhwani, Smartsheet Community Champion
Smartsheet CoE, Ignatiuz, Inc., Exton, PA
Did this answer help you? Show some love by marking this answer as "Insightful 💡" or "Awesome ❤️" and "Vote Up ⬆️"https://www.linkedin.com/in/amitinddr/ -
Hi Amit,
Yes! That worked! Thank you so much!
Erika
Help Article Resources
Categories
Check out the Formula Handbook template!