Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I want to use the Worksheet user's response to an ActiveX check box control
as a condition in a cell's formula. Specifically, if the user checks the check box, I want to cell to display a particular character; if the check box is left unchecked, I want the cell to test the next condition in the in the formula. I want the cell to update if the user changes the check box from checked back to unchecked. Can I do this in the cell's formula itself, or will I need to use a VBA macro? I am using Microsoft Office Excel 2003. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If you show the properties of the checkbox, you can assign a linkedcell. This
linkedcell will return True or false depending on the status of that checkbox. So if you used A1 as the checkbox's linked cell: =if(a1=true,"It's checked","nope") WentBlank wrote: I want to use the Worksheet user's response to an ActiveX check box control as a condition in a cell's formula. Specifically, if the user checks the check box, I want to cell to display a particular character; if the check box is left unchecked, I want the cell to test the next condition in the in the formula. I want the cell to update if the user changes the check box from checked back to unchecked. Can I do this in the cell's formula itself, or will I need to use a VBA macro? I am using Microsoft Office Excel 2003. -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Check input is a date | Excel Discussion (Misc queries) | |||
Fomula (if?) | Excel Worksheet Functions | |||
Validy check in one coulmn to limit input options in another? | Excel Worksheet Functions | |||
Fomula | Excel Discussion (Misc queries) | |||
Please help, i need a fomula | Excel Worksheet Functions |