Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Is it possible to but a check box in a ss and then have a formla in a
seperate cell telling you if that check box is checked. thanks in adavance scott |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Yes, if you link the check box to for instance A1 then this formula will do
it =IF(A1,"checked","unchecked") having said that, the linked cell returns TRUE or FALSE where TRUE is checked -- Regards, Peo Sjoblom "scott" wrote in message ... Is it possible to but a check box in a ss and then have a formla in a seperate cell telling you if that check box is checked. thanks in adavance scott |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VBA function for "Mean" using Array as argument | Excel Worksheet Functions | |||
creating function (vba) with range arguments | Excel Worksheet Functions | |||
Automatically up date time in a cell | Excel Discussion (Misc queries) | |||
What function will check a row for a series of specific numbers? | Excel Discussion (Misc queries) | |||
Conversion | Excel Worksheet Functions |