Formula Help
Hi All,
I have an approval column which which clicked on, would like to have a tick/cross at the beginning of the row.. Essentially, if CSG Approval (Column 1) is approved, a green tick (as yes in column properties) should appear in Project Approval (column 2) vice versa, if rejected, should have a red cross (as no in column properties) in project approval.
The formula I have is not working and I've tried to manipulate as much as possible. Can anyone please help :)
=IF([CSG Approval]@row = "Approved - Strategic", "Approved - Departmental", "Yes"), IF([CSG Approval]@row = "Reject", "No"))
Best Answer
-
Try something like this...
=IF(CONTAINS("Approved", [CSG Approval]@row), "Yes", "No")
Answers
-
Try something like this...
=IF(CONTAINS("Approved", [CSG Approval]@row), "Yes", "No")
-
@Paul Newcome Thank you!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!