Hi,
I created a check box on sheet 1
I want to do a formula
Like this
If(checkbox1.value=true,"yes","no")
Using a check box value in simple formula
Thank you
Hi,
I created a check box on sheet 1
I want to do a formula
Like this
If(checkbox1.value=true,"yes","no")
Using a check box value in simple formula
Thank you
Right click on the check box==>format Control==>cell Link
in cell link assign any cell (say A1)
then formula is
=IF(A1,"Yes","No")
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks