Hi all,
I have 3 columns, and I need columns "Bonus Y" and "Bonus N" to check if "Bonus Eligible" says "Yes" or "No" and if it does not have any data, then the check boxes must remain unchecked.
I have the following formulas in the columns:
Bonus Y: =IF([Bonus Eligible]@row = "yes"; 1; 0)
Bonus N: =IF([Bonus Eligible]@row = "yes"; 0; 1)
So my formulas work when there is data in column "Bonus Eligible", but when it's empty then "Bonus N"'s check box is selected. I only need the boxes checked according to the Yes and No condition. Please can you help?
Thanks