What am I doing wrong in this formula?
Where I am hung up is if the scheduled date is BLANK I want it to return the text PENDING SCHEDULE
=IF([Completed Date]@row <> "", "Completed", IF([Scheduled Date]@row <> "", "Scheduled", IF([scheduled date]@row "", "Pending Schedule")
Best Answer
-
Hi @Applecor2
Looks like you are missing an equal sign after the last "@row" - bolded below
=IF([Completed Date]@row <> "", "Completed", IF([Scheduled Date]@row <> "", "Scheduled", IF([scheduled date]@row = "", "Pending Schedule")
That jumped out at me but it's possible something else is wrong - let us know if that fixes it.
Hope this helps!
Answers
-
Hi @Applecor2
Looks like you are missing an equal sign after the last "@row" - bolded below
=IF([Completed Date]@row <> "", "Completed", IF([Scheduled Date]@row <> "", "Scheduled", IF([scheduled date]@row = "", "Pending Schedule")
That jumped out at me but it's possible something else is wrong - let us know if that fixes it.
Hope this helps!
-
That did it thank you so much....So easy!! :)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.1K Get Help
- 382 Global Discussions
- 212 Industry Talk
- 444 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 451 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 291 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!