Symbol color to change when status changes in another cell
I am trying to get the symbol color to change when status in another cell changes and this formula isn't working.
=IF([Referral Status]@row = "Completed", "Green", =IF([Referral Status]@row="In Progress", "Blue", =IF([Referral Status]@row="On Hold", "Yellow", =IF([Referral Status]@row="Complete", "Red",))))
Answers
-
you have an extra comma after “Red”
If you found this comment helpful. Please respond with any of the buttons below. Awesome🖤, Insightful💡, Upvote⬆️, or accepted answer. Not only will this help others searching for the same answer, but help me as well. Thank you.
-
=IF([Referral Status]@row = "Completed", "Green", =IF([Referral Status]@row="In Progress", "Blue", =IF([Referral Status]@row="On Hold", "Yellow", =IF([Referral Status]@row="Complete", "Red"))))
If you found this comment helpful. Please respond with any of the buttons below. Awesome🖤, Insightful💡, Upvote⬆️, or accepted answer. Not only will this help others searching for the same answer, but help me as well. Thank you.
-
I get an error of #invalid operation
-
Sorry I just copy and pasted your formula with one change. I see other issues with the formula. here is the corrected one.
=IF([Referral Status]@row = "Completed", "Green", IF([Referral Status]@row="In Progress", "Blue", IF([Referral Status]@row="On Hold", "Yellow", IF([Referral Status]@row="Complete", "Red"))))
If you found this comment helpful. Please respond with any of the buttons below. Awesome🖤, Insightful💡, Upvote⬆️, or accepted answer. Not only will this help others searching for the same answer, but help me as well. Thank you.
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 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