I know I have done this before but I can't remember how. I have an ActiveX control checkbox with the linked cell in G14. I need to write an IF statement in cell H14 based on if the result is TRUE or FALSE.
If G14 = FALSE then H14 = 0
If G14 = TRUE then H14 = 1
Normally I would us the formula =IF(G14="FALSE","0","1"), however I am getting a 1 in H14 not matter what is in G14. I am assuming because the result in G14 is not actually entered text.
Note I have tried with the format of cell G14 being both General and Text with the same result.
I am not using Count in H14 because I have the same scenario in row 15-20 as well, the different only being that TRUE is not always = to 1 for each row in column H.
Please help me out.
If G14 = FALSE then H14 = 0
If G14 = TRUE then H14 = 1
Normally I would us the formula =IF(G14="FALSE","0","1"), however I am getting a 1 in H14 not matter what is in G14. I am assuming because the result in G14 is not actually entered text.
Note I have tried with the format of cell G14 being both General and Text with the same result.
I am not using Count in H14 because I have the same scenario in row 15-20 as well, the different only being that TRUE is not always = to 1 for each row in column H.
Please help me out.