Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
i'm using Excel 2003 and making a mulitple choice questionaire and need to
add buttons to that the user can choose their answer, it's usually a circle icon in when you select it the dot fills in colour. Not sure how to do this or if Excel can do this? Can you help?? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() pam123 Wrote: i'm using Excel 2003 and making a mulitple choice questionaire and need to add buttons to that the user can choose their answer, it's usually a circle icon in when you select it the dot fills in colour. Not sure how to do this or if Excel can do this? Can you help?? Hi Pam If you mean the option buttons, then you can do this bring up the forms toolbox and click on the circle with the dot, go to where you want to place the option and cick on the left button on the mouse and draw it in click on the option button on the forms tool bar again and draw the second button beside it right click on the 1st button and select format control select select control tab, for cell reference we'll call it C1 for this example, do the same for the cecond option button cell reference C1 assuming for this example you are placing the option buttons in cell A1 in B1 enter this folmula =if(C1=1,"Yes","No") now test it out. You Might want to look into the checkboxes as a way to do it as well, you would only require one box if it is checked then yes dtry it the same way as an option box but the formula needs to be =If(C2=True,"Yes","") -- davesexcel ------------------------------------------------------------------------ davesexcel's Profile: http://www.excelforum.com/member.php...o&userid=31708 View this thread: http://www.excelforum.com/showthread...hreadid=517755 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
i cant get the exact answer e.g answer is 13.49% i got 13.00% | Excel Discussion (Misc queries) | |||
how do I use vlookup for multiple occurrences of the same value | Excel Worksheet Functions | |||
Parameter Query-enter just once for use in multiple places | Excel Discussion (Misc queries) | |||
XML / parent with multiple children and with multiple children | Excel Discussion (Misc queries) | |||
How do I avoid saving multiple Excel/Wordfiles for versioning purp | Excel Discussion (Misc queries) |