IF Function

CIp
✭✭
Hi - I tried using this formula
=IF(Status@row, "Open", TODAY() - [Date of Intake]@row)
And it's giving me INVALID DATA TYPE
Subtracting the date of intake from TODAY() worked, so I think it's my IF function, but I can't figure out what it is… my [Status] column is made up of a dropdown of options (Open, In Progress, Closed) - I would like for the formula to show how many days the intake has been open for IF the intake is still Open in the Status column.
Tags:
Answers
-
So sorry, I think I solved it. I don't know how to delete this question :D
-
Hi @Clp,
The issue with your formula is with the logical expression. It should be Status@row = "Open". Try inputting the formula below:
=IF(Status@row = "Open", TODAY() - [Date of Intake]@row)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.6K Get Help
- 435 Global Discussions
- 153 Industry Talk
- 495 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 508 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 37 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!