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
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 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!