Column Formula Syntax Isn't Right
System
Employee
This discussion was created from comments split from: Getting Message Column Formula Syntax Isn't Right.
Answers
-
I'm getting the same error message, and my formula also includes TODAY(). Could you help me understand what I might need to change? This helper column shows 1 when the date is greater than 1 year, and 0 when it's not, which is then used in conditional formatting.
Formula: =IF((TODAY() - Date12) > 365, 1, 0)
-
The problem is likely the Date variable. To use a column formula it needs the @row so it can copy it all the way down. Try:
=IF((TODAY() - Date@row) > 365, 1, 0)
-
-
I JUST realized that as I was going over the formula rules again. I also added IFERROR to get rid of the #INVALID in the first two cells in that column. Thanks for the help.
-
Glad it's working.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 59 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!