IF function
Hello I am trying to write a formula that will automatically fill the 'status' column as Confirmed if the 'Booked' Column has a date input but not if it is blank?
I would be grateful for any help you can provide
Answers
-
=IF([Booked]@ROW<>"","Confirmed","")
Make sure that Date is checked in the Booked column properties.
-
Thanks - unfortunately this still isn't working it might be as I have a list of answers for status to I might not be able to add in this formula as well?
-
If you are going to have multiple statuses, we'll need to build a nested IF formula. What are your statuses and what are the conditions for each?
-
Use this formula:
=IF(ISDATE([Booked]@row),"Confirmed","")
But as Jeff said, it would be better to check every possible case in the IF statment so the formula is complete. But if all you want is to have status confirmed, use the formula above as it'll work only when there's a date in [Booked]@row.
Hope it helped!
-
This has worked David thanks so much to both of you!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 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!