Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I want to give each checkbox a value, such as 1 or .5, so when checked I can
sum up values. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Paula Wrote: I want to give each checkbox a value, such as 1 or .5, so when checked I can sum up values. when you get a checkbox from the forms toolbar and right click on and select format controls. at cell link select a cell when you have the checkbox check or unchecked you will get a true or false, place is another cell =if('yourcell'=true, 1,.5) -- davesexcel ------------------------------------------------------------------------ davesexcel's Profile: http://www.excelforum.com/member.php...o&userid=31708 View this thread: http://www.excelforum.com/showthread...hreadid=519193 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Display cells when box is checked | Excel Discussion (Misc queries) | |||
Is checkbox is checked? | Excel Discussion (Misc queries) | |||
print checkbox | Excel Discussion (Misc queries) | |||
set checkbox to enter date when checked and NOT recalculate | Excel Worksheet Functions | |||
copy many CHECKBOX | Excel Discussion (Misc queries) |