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
- 63.1K Get Help
- 380 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 450 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 289 Events
- 34 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!