Hello Excel friends,
I have a form I've created in Excel that has multiple questions. Each question either has a set of answers in the form of either a drop-down (using data validation), check-boxes where one or more options can be selected (using Developer) or radio buttons (using Developer and grouping them so that each question has a separate group of answers to choose from).
The help I need is in three different areas:
1. Is there a way to make the radio buttons "uncheck-able" by the user so that when they click a radio button twice, it goes blank (like a check box does, only I actually need it to be a radio button so that only one answer is selected)? These aren’t savvy Excel users, so asking them to use Developer properties to mark it False is asking too much.
2. Is there a way to make certain questions required so that when the user goes to save the form, it says which answers are still necessary in order to move forward? I know there is a VBA for this for certain cells to have data, but what if the answers are in radio buttons, drop downs or check marks? For the radio buttons, one button from each group would need to be checked to proceed; for the drop downs, anything but the first option (which says “CHOOSE DROP DOWN”) would need to be selected to proceed; and for the checkboxes, at least one or more boxes would have to be checked in order to proceed. Is there a way of easily doing this or should I just scrap the whole idea and move to a fillable PDF form or something?
3. How do I get the radio button and check box selections to feed to another tab’s form based on which radio button is chosen? I want the answers to change the way another tab’s cells operate.
Thanks for all your help.
Charlotte
I have a form I've created in Excel that has multiple questions. Each question either has a set of answers in the form of either a drop-down (using data validation), check-boxes where one or more options can be selected (using Developer) or radio buttons (using Developer and grouping them so that each question has a separate group of answers to choose from).
The help I need is in three different areas:
1. Is there a way to make the radio buttons "uncheck-able" by the user so that when they click a radio button twice, it goes blank (like a check box does, only I actually need it to be a radio button so that only one answer is selected)? These aren’t savvy Excel users, so asking them to use Developer properties to mark it False is asking too much.
2. Is there a way to make certain questions required so that when the user goes to save the form, it says which answers are still necessary in order to move forward? I know there is a VBA for this for certain cells to have data, but what if the answers are in radio buttons, drop downs or check marks? For the radio buttons, one button from each group would need to be checked to proceed; for the drop downs, anything but the first option (which says “CHOOSE DROP DOWN”) would need to be selected to proceed; and for the checkboxes, at least one or more boxes would have to be checked in order to proceed. Is there a way of easily doing this or should I just scrap the whole idea and move to a fillable PDF form or something?
3. How do I get the radio button and check box selections to feed to another tab’s form based on which radio button is chosen? I want the answers to change the way another tab’s cells operate.
Thanks for all your help.
Charlotte