What I hate so much about SMARTSHEET....is FORMULAS!!!!!!!!! No decent YouTube examples or use-rguides on how to create a step-by-step. It's really off putti g as a user!
I am trying to convert the MS Excel formula below to Smartsheet and I am really getting annoyed!!!!!
"=IF(J142="","No Target Date",IF((J142-$J$1)>3,"Green",IF((J142-$J$1)>-1,"Amber","Red")))
The formula I provided is checking the value of cell J142. If J142 is blank or empty, then the formula will return the text "No Target Date". If J142 is not empty, the formula will perform additional calculations.
The formula calculates the difference between the value in J142 and the value in cell J1, and then compares that difference to some thresholds.
If the difference is greater than 3, the formula returns the text "Green".
If the difference is between -1 and 3 (inclusive), the formula returns the text "Amber".
If the difference is less than -1, the formula returns the text "Red".
So, overall, the formula is returning a traffic light status based on the difference between the value in J142 and the value in J1, with "Green" indicating that the difference is large, "Amber" indicating a moderate difference, and "Red" indicating a small or negative difference.
Please can someone provide the correct formula?
Regard
Rakesh Mistry
rakeshmistry@hotmail.com
+44 7930 520 813