I am trying to make it easier by having a checkbox = 100% rather than manually writing 100% to fill out my gantts
I have failed at this. The name of my checkbox column is "Done"
So what should my formula look like?
All of these are failing
'=IF([Done15 = 1], 100%)
=IF([Check Column] = 1, 100%)
Help?!