Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi all
I have a checkbox, cbxUseNewSystem on my worksheet. When the box is checked, I need to have a long CSE formula in cells G10:G30. Without the boring details, its structure is: {=IF(code here) & IF(more code here) & IF(even more code here)} If the checkbox is NOT checked, the CSE formula in G10:G30 needs to be the same as above, but with the last IF removed, like: {=IF(code here) & IF(more code here)} I'm just learning code, and I'm a bit confused as to how to do this? Any help will be appreciated. Giselle |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do i change the value of a cell with a checkbox | Excel Worksheet Functions | |||
How do I change the appearance of a checkbox | Excel Discussion (Misc queries) | |||
how do I make checkbox color change when the value changes? | Excel Discussion (Misc queries) | |||
CheckBox Change Event | Excel Programming | |||
Trigger an event on Checkbox change | Excel Programming |