Welcome to the Smartsheet Forum Archives
The posts in this forum are no longer monitored for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, please Visit the Current Forums.
Formulas

April Rosier
✭✭
I would like to have a nest If / Then formula that is dependent on the %Complete Column.
EX: =IF([% Complete]9 = 100%, "Complete", IF([% Complete]9 = 0%, "Not Started","Pending"))
I am getting the #UNPARSEABLE error.
Thanks in advance.
Tags:
Comments
-
Remove the % after the 100 and 0
-
I did that and it is better but now all results end in "Not Started"
Screen Shot attached
-
April,
Try using 1 and 0 instead of 100 and 0. A cell formatted as a % is taken as a value in a formula. An example is that 87.7% = .877
Let me know if you have any other questions!
Ben
This discussion has been closed.