Smartsheet if then not functioning
What am I missing in this formula that is not populating a cell in a column based on cell in another column (same row)?
=IF[Workstream]="Market Intelligence" THEN [Workstream Lead]="Charlie Brown"
Thanks.
Answers
-
This is the code for the [Workstream Lead] column/cell in each row
=IF([Workstream]@row="Market Intelligence" , "Charlie Brown")
✅Did my post help answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!
-
Thank you! That worked. What if I want to add 2 more IF statements onto the end of this?
-
Then you are doing a nested IF statement
So it would be IF(logical_expressionvalue_if_true[value_if_false]); you would add another IF statement to the optional value_if_false condition and so on
=IF([Workstream]@row="Market Intelligence" , "Charlie Brown",IF([Workstream]@row="Something else" , "Another character"),IF([Workstream]@row="Another thing" , "Yet another"))
✅Did my post help answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!