Sign in to join the conversation:
I have a sheet task and I need to automate the RYG balls to reflect the "Progress" column, red for "Not Started" yellow for "In Progress" and green for "Completed" but I cannot seem to get the formula correct. Any tips?
Thanks!
Try the formula below. This formula assumes your status column is called status and you are using it in row 24. If you have spaces in your column name, or it ends in a number, you will need to use brackets. [Column Name With Spaces]24
=IF(status24 = "Complete, "Green", IF(status24 = "In Progress", "Yellow", IF(OR(status24 = "Not Started", ISBLANK(Status24)),"Red")))
@Mike Wilday Hey Mike just jumping in - I've a similar sheet with the Column called Column3 at the moment - but none of the formulas suggested seem to work - do I need to specify the row number in each cell or can I reference the whole column by a generic descriptor @row? I've edited the formula flow to reflect the Order the Conditions appear in Column3 : -
=IF(OR(Column3 = "Not Started", ISBLANK(Status24)),"Red”, IF([Column3] = "In Progress", "Yellow", IF([Column3] = "Complete, "Green")))
The challenge with your formula is that
Try this formula: =IF(OR([Column3]@row = "Not Started", ISBLANK([Column3]@row)), "Red", IF([Column3]@row = "In Progress", "Yellow", IF([Column3]@row = "Complete", "Green")))
Here is a working sample of a test I made.
https://app.smartsheet.com/b/publish?EQBCT=19a09b2f675647a0b231cfc7df87d4ca
Can someone help me and give me an idea on how to create a cost estimate for installations, with a total for each chapter by groups, subgroups and types of work, but at the bottom of each chapter. https://us.v-cdn.net/6031209/uploads/0OSH46KSC2LH/cost-estimate.xlsx Thanks
Hi Everyone, I created some forms for our powdercoat test logs. The forms are working great for the employees to input the data. The problem I am having is with giving the supervisors and managers access to the sheet. I gave them Editor Cannot Share permissions to see and edit the sheet. But they are saying that Smartsheet…
Hello There , before smartsheet switched to the new license type, the users to whom I gave editing permissions could not share the page unless I granted them permission. In addition, users did not have the ability to create pages. This way, as the admin, I was aware of all the pages created in the company and could…