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
- Customer Resources
- 67.5K Get Help
- 466 Global Discussions
- 156 Industry Talk
- 510 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 520 Show & Tell
- 35 Member Spotlight
- 3 SmartStories
- 307 Events
- 35 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!