Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
I've created a checkbox in A1.
If the checkbox is checked, I want B1 to appear as 1 and if not, 2. I cannot get my if function to work. The worksheet recongnizes A1 as an empty cell. I tried checkbox1"1", and got a name error message. Help. |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
You need to link the check box to a cell and it will return either TRUE or
FALSE so if it is linked to H1 you can use this in B1 =IF(H1,1,2) You could link it to a cell that is not visible (like IV1) or hide the column where the linked cell is if you don't like to see TRUE or FALSE -- Regards, Peo Sjoblom "Angela" wrote in message ... I've created a checkbox in A1. If the checkbox is checked, I want B1 to appear as 1 and if not, 2. I cannot get my if function to work. The worksheet recongnizes A1 as an empty cell. I tried checkbox1"1", and got a name error message. Help. |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Great answer, it works. Thanks much
"Angela" wrote: I've created a checkbox in A1. If the checkbox is checked, I want B1 to appear as 1 and if not, 2. I cannot get my if function to work. The worksheet recongnizes A1 as an empty cell. I tried checkbox1"1", and got a name error message. Help. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to have Checkbox A uncheck with checked Checkbox B | Excel Discussion (Misc queries) | |||
How do I create a checkbox in MS Excel? | Excel Discussion (Misc queries) | |||
EXCEL FORMS CHECKBOX | Excel Worksheet Functions | |||
how i can make checkbox on Ms. Excel? | Excel Discussion (Misc queries) |