This works on another sheet, so not sure what I'm missing. I have two columns : Status and Complete%. If a row in Complete % is entered as 100%, I want Status to show as Done.
Here's the formula I've tried to put in the Status column, which outputs #UNPASEABLE
=IF([% complete]@row = 100%, "Done")