If more than value,Submit, if less No
mramsamooj
✭✭✭
=IF(Total score]@row > 2, [Executive Sponsor Approval]1 = "No"), "Yes", "Submit"), Executive Sponsor Approval))
Hello, I am new to formula writing. Can someone help me write a formula where If total score >=3, then change Executive Sponsor to Submit and if not, then change Executive Sponsor to No. I will have an approval workflow built on the Executive Sponsor Approval Column
Tags:
Best Answer
-
Try:
In the Executive Sponsor Field us the following formula:
=IF([Total Score]@row > 2, "Submit", "No")
Answers
-
Try:
In the Executive Sponsor Field us the following formula:
=IF([Total Score]@row > 2, "Submit", "No")
-
thank you! :)
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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!