I am trying to turn text in a status column i have shuttled over using data shuttle from Excel into Smartsheet into a traffic light symbol. My column is Called Status, and the text in the column is green, yellow, red. I thought if i changed the column type smartsheet would identify this and convert to a traffic light symbol, but alas not!
I am using this formula, which works if i just have one result, but not when adding in the other variables. I get unpassable. PLEASE HELP
=IF(Status@row = "Green", "Green". IF(Status@row = "yellow", "Yellow", IF(status@row = "red", "Red")))