Can I not use formula columns in Summary formulas?
I am trying to do counts of cards/rows with various ages so I can show how long some things have sat in our backlog. I created a date column that uses the date received, system generated info and just puts a date for "created" to try to get the formula in summary to work but I still get "unparseable". Here is my formula: =COUNTIFS(Status:Status, "Backlog", [Created:Created], > TODAY() - 180)
How do I get this information?
Best Answer
-
Instead of
=COUNTIFS(Status:Status, "Backlog", [Created:Created], > TODAY() - 180)
Put the -180 days into the brackets after TODAY, like this
=COUNTIFS(Status:Status, "Backlog", Created:Created, >TODAY(-180))
This is the syntax I use with TODAY in smartsheet. The number of days to add or subtract go inside the parenthesis.
Answers
-
Does this work?
=COUNTIFS(Status:Status, "Backlog", Created:Created, >TODAY(-180))
-
@KPH Yes!!! That does work! But why?
-
Instead of
=COUNTIFS(Status:Status, "Backlog", [Created:Created], > TODAY() - 180)
Put the -180 days into the brackets after TODAY, like this
=COUNTIFS(Status:Status, "Backlog", Created:Created, >TODAY(-180))
This is the syntax I use with TODAY in smartsheet. The number of days to add or subtract go inside the parenthesis.
-
Thank you so much!
-
Happy to help @Noelle C
If possible, can you click "yes" on the second answer for "Did this answer the question?" to help others find the answer if they have the same question. Have a great weekend!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.3K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 302 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!