Sign in to join the conversation:
=IF(Status8 = "Complete", "Blue", IF([Due Date]8 < Today8, "Red", IF([Due Date]8 = Today8, "Yellow", IF([Due Date]8 > Today8, "Green"))))
Very new at this, but I can't see the problem...
Try:
=IF(Status8 = "Complete", "Blue", IF([Due Date]8 < Today(), "Red", IF([Due Date]8 = Today(), "Yellow", IF([Due Date]8 > Today(), "Green"))))
edit: I'd also change to @row cell references. It'll make easier to copy.
=IF(Status@row = "Complete", "Blue", IF([Due Date]@row< Today(), "Red", IF([Due Date]@row= Today(), "Yellow", IF([Due Date]@row> Today(), "Green"))))
I was a away from Smartsheets for a few weeks while switching jobs and I can't find some stuff now. A month ago, when doing formulas that had the capability for a cross-sheet reference, Smartsheet would offer you a link to "Reference Another Sheet". Smartsheets a month ago: Now, when I try to use a formula, a pane on the…
Hello, SmartFam! I'm trying to join text with accounting numbers. but the join will not keep the financial formatting (removing the $ and correct , placements) Can you please help me get this right? VENDOR AMOUNT JOIN RESULT DESIRED RESULT AMAZON $435,678.90 AMAZON - 435678.90 AMAZON - $435,678.90
I am currently developing a portfolio management system in Smartsheet to centralize our work. To accommodate multiple project owners, we are utilizing a multi-select contact cell. When a user is assigned as an "owner," the initiative appears on their individual summary sheet. However, we have encountered a challenge: in…