Good Afternoon.
I am trying to wright a Conditional formatting formula for the following criteria:
1. When a check box is "TRUE" or CHECKED, it puts a "Y" in Cell E15
2. When a check box is "FALSE" or NOT-CHECKED, it puts a "N" in Cell E15
I tried this formula
=IF($E$15=TRUE,"N","Y")
--OR--
Is there another way to get the same results?
Thank you in advance...
I am trying to wright a Conditional formatting formula for the following criteria:
1. When a check box is "TRUE" or CHECKED, it puts a "Y" in Cell E15
2. When a check box is "FALSE" or NOT-CHECKED, it puts a "N" in Cell E15
I tried this formula
=IF($E$15=TRUE,"N","Y")
--OR--
Is there another way to get the same results?
Thank you in advance...