IF Function
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.
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
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!