Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have created a worksheet using combo boxes and check boxes. Is there a way
to sort the information that was selected in the combo boxes? Also, is there a way a formula to use for the check boxes, for instance if a box is checked = 1. The formula would add all of the checked boxes for each column. Thank you. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If you link a cell to the check box in properties then that cell will show
True or False. You could then put a formula in another cell =if(CellRef = true,1,0) and then sum the results in another cell. Can't answer your other question. Regards, OssieMac "ckane" wrote: I have created a worksheet using combo boxes and check boxes. Is there a way to sort the information that was selected in the combo boxes? Also, is there a way a formula to use for the check boxes, for instance if a box is checked = 1. The formula would add all of the checked boxes for each column. Thank you. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
combo reference on another combo box for picking address etc. | Excel Worksheet Functions | |||
Questions on combo boxes and list boxes. | New Users to Excel | |||
2 questions one on list/combo boxes and the other on "atomically" hiding columns or rows. | New Users to Excel | |||
"Combo Box - getting control combo box to stick in place in worksh | Excel Discussion (Misc queries) | |||
"Combo Box - getting control combo box to stick in place in worksh | Excel Discussion (Misc queries) |