Sign in to join the conversation:
=IF([% Complete]@row < 0.7, "Red", (IF([% Complete]@row = 1, "Green", "Yellow")))
i.e.
=IF(data < number, "TRUE Symbol Text", (IF(data = number, "TRUE Symbol Text", "FALSE Symbol Text")))
Hey @Kristin McClinton
I moved a few parentheses around.
=IF([% Complete]@row < 0.7, "Red", IF([% Complete]@row = 1, "Green", "Yellow"))
cheers
Kelly
Hi Smartsheet Community! 👋 I'm hoping to get some guidance on automatically capturing timestamps based on checkbox triggers. Here's my setup: I have a sheet with multiple checkbox columns, each representing a specific action: ✅ Receiving Call ✅ Insurance Approval ✅ Transfer What I'd like to achieve is having a dedicated…
If I need the value from a Summary Sheet, to link it to the Intake sheet, is this how it should look like at the control center?
This discussion was created from comments split from: Automation Suddenly Sending Duplicate Update Requests (No Workflow Changes Made).