A few questions:
- I recently transferred over some sheets to a workspace area and when I did, it appears that it cleared out any formulas or automation from those sheets. Is that how it should work? Did I not transfer it correctly?
- Since all my formulas are now gone, i've manually tried a few times to enter the formula that was in the copied sheet, and it won't work for me. I get an UNPARSEABLE or the formula just remains in the cell without completing the logic and providing a calculation.
Here's the formula I need help on - NOTE this is working fine in another sheet so i know it's not the formula itself:
'=IF([Launch Status]@row = "Not Started", 0, IF([Launch Status]@row = "Open", 0.25, IF([Launch Status]@row = "In Progress", 0.5, IF([Launch Status]@row = "In Review", 0.75, IF([Launch Status]@row = "Cancelled", 1, IF([Launch Status]@row = "Complete", 1, " "))))))
thanks in advance for the help!