Hi All,
I am trying to get a formula to work that checks a box based on a column with percentage. I.e when 100% is reached the box is checked.
I have tried the following to no avail
=IF([Compliance]5 = "100%", 1, 0)
Similarly I would like to have another column ticked if non compliant i.e <100% again I have tried
=IF([Compliance]5 = "<100%", 1, 0)
Any help would be great
Thanks