Hello All,
I have a project sheet with the following status dropdown:
Not Started
In Progress
Ready for Review
Complete
Canceled
On Hold
Not Applicable
I'd like to write a nested IF statement to provide a value in a percent complete column. I've tried the following but get a #UNPARSEABLE response.
=IF(Status@row = "Not Started",0, IF(Status@row = "Complete",100,)
I've tried many variations of the following, but can't seem to get it. Thanks for the help