HI All
I have a formula that I am trying to write for a checkbox column. We have a "Meter" column and we want the checkbox column to be checked if the "Meter" column is 100% or less and not check if it is greater than 100%
We wrote the formula as
=IF(Meter@row, ="<=100", 1, 0)
Obviously it is wrong and I am sure it is a simple fix but need assistance to correct
Thank you