Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need to create a form to run a survey on 50 users. I have 6 categories, and
each category will have between 6 to 8 statements. Each category will be in a form with 6-8 option buttons for the user to select only one options then move to the next form/catrgory, and so forth. I need to include a cobobox from which the user can select their name, I also would like some kind of mechanism to store user results and tally them in one area. I know how to work that in Access pretty well (multi-page form or Switchboard from which a user can navigate to individual forms back and forth, select their names from the dropdown list and have the results stored in a table. But most of my users don't have Access, so I have to do it in Excel, and i'm not sure how to work that in Excel (2002). Any help is greatly appreciated. Or if someone suggesting a competely different rout, i'm open to any idea as well. Thanks. -- Oz. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
my sugestion is what I've done for my job that use 2 user only:
save project or workbook contain macro in a network folder which each user has permission to acces into it. Then set automatically open when they open excel. That will use only one same project to run some queries. -- Regards, Halim "sahafi" wrote: I need to create a form to run a survey on 50 users. I have 6 categories, and each category will have between 6 to 8 statements. Each category will be in a form with 6-8 option buttons for the user to select only one options then move to the next form/catrgory, and so forth. I need to include a cobobox from which the user can select their name, I also would like some kind of mechanism to store user results and tally them in one area. I know how to work that in Access pretty well (multi-page form or Switchboard from which a user can navigate to individual forms back and forth, select their names from the dropdown list and have the results stored in a table. But most of my users don't have Access, so I have to do it in Excel, and i'm not sure how to work that in Excel (2002). Any help is greatly appreciated. Or if someone suggesting a competely different rout, i'm open to any idea as well. Thanks. -- Oz. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
sahafi or Oz. -
Instead of "reinventing the wheel," consider www.surveymonkey.com or a similar solution. If you don't like the summaries provided by surveymonkey, download its data file results of your survey, and use Excel for additional analysis. - Mike http://www.DecisionToolworks.com Decision Analysis Add-ins for Excel "sahafi" wrote in message ... I need to create a form to run a survey on 50 users. I have 6 categories, and each category will have between 6 to 8 statements. Each category will be in a form with 6-8 option buttons for the user to select only one options then move to the next form/catrgory, and so forth. I need to include a cobobox from which the user can select their name, I also would like some kind of mechanism to store user results and tally them in one area. I know how to work that in Access pretty well (multi-page form or Switchboard from which a user can navigate to individual forms back and forth, select their names from the dropdown list and have the results stored in a table. But most of my users don't have Access, so I have to do it in Excel, and i'm not sure how to work that in Excel (2002). Any help is greatly appreciated. Or if someone suggesting a competely different rout, i'm open to any idea as well. Thanks. -- Oz. |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Halim. But I'm not sure if that answer my question. How can I develop
a user form with only 6 questions, and each question has 6-8 possible answers in addition to a combobox that populate a user name, then when the user finish answering all questions, I need all the answers along with the user name to be saved somewhere, so I can tally the answers together. Thanks. -- "Halim" wrote: my sugestion is what I've done for my job that use 2 user only: save project or workbook contain macro in a network folder which each user has permission to acces into it. Then set automatically open when they open excel. That will use only one same project to run some queries. -- Regards, Halim "sahafi" wrote: I need to create a form to run a survey on 50 users. I have 6 categories, and each category will have between 6 to 8 statements. Each category will be in a form with 6-8 option buttons for the user to select only one options then move to the next form/catrgory, and so forth. I need to include a cobobox from which the user can select their name, I also would like some kind of mechanism to store user results and tally them in one area. I know how to work that in Access pretty well (multi-page form or Switchboard from which a user can navigate to individual forms back and forth, select their names from the dropdown list and have the results stored in a table. But most of my users don't have Access, so I have to do it in Excel, and i'm not sure how to work that in Excel (2002). Any help is greatly appreciated. Or if someone suggesting a competely different rout, i'm open to any idea as well. Thanks. -- Oz. |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks for the suggestions, but I think what i'm looking for is really
simple, I just needs some directions on it. How can I develop a user form with only 6 questions, and each question has 6-8 possible answers in addition to a combobox that populate a user name, then when the user finishes answering all questions, I need all the answers along with the user name to be saved somewhere, so I can tally the answers together. Thanks. -- "Mike Middleton" wrote: sahafi or Oz. - Instead of "reinventing the wheel," consider www.surveymonkey.com or a similar solution. If you don't like the summaries provided by surveymonkey, download its data file results of your survey, and use Excel for additional analysis. - Mike http://www.DecisionToolworks.com Decision Analysis Add-ins for Excel "sahafi" wrote in message ... I need to create a form to run a survey on 50 users. I have 6 categories, and each category will have between 6 to 8 statements. Each category will be in a form with 6-8 option buttons for the user to select only one options then move to the next form/catrgory, and so forth. I need to include a cobobox from which the user can select their name, I also would like some kind of mechanism to store user results and tally them in one area. I know how to work that in Access pretty well (multi-page form or Switchboard from which a user can navigate to individual forms back and forth, select their names from the dropdown list and have the results stored in a table. But most of my users don't have Access, so I have to do it in Excel, and i'm not sure how to work that in Excel (2002). Any help is greatly appreciated. Or if someone suggesting a competely different rout, i'm open to any idea as well. Thanks. -- Oz. |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
sahafi -
It seems we have a difference of opinion. I do not regard writing VBA code for your task to be "really simple." Instead, I think that using an "off-the-shelf" application like SurveyMonkey is "really simple." But, if you really want to do it yourself, please describe what you have done so far and what problems you're having. There are lots of experts in this newsgroup who can assist you. - Mike "sahafi" wrote in message ... Thanks for the suggestions, but I think what i'm looking for is really simple, I just needs some directions on it. How can I develop a user form with only 6 questions, and each question has 6-8 possible answers in addition to a combobox that populate a user name, then when the user finishes answering all questions, I need all the answers along with the user name to be saved somewhere, so I can tally the answers together. Thanks. -- "Mike Middleton" wrote: sahafi or Oz. - Instead of "reinventing the wheel," consider www.surveymonkey.com or a similar solution. If you don't like the summaries provided by surveymonkey, download its data file results of your survey, and use Excel for additional analysis. - Mike http://www.DecisionToolworks.com Decision Analysis Add-ins for Excel "sahafi" wrote in message ... I need to create a form to run a survey on 50 users. I have 6 categories, and each category will have between 6 to 8 statements. Each category will be in a form with 6-8 option buttons for the user to select only one options then move to the next form/catrgory, and so forth. I need to include a cobobox from which the user can select their name, I also would like some kind of mechanism to store user results and tally them in one area. I know how to work that in Access pretty well (multi-page form or Switchboard from which a user can navigate to individual forms back and forth, select their names from the dropdown list and have the results stored in a table. But most of my users don't have Access, so I have to do it in Excel, and i'm not sure how to work that in Excel (2002). Any help is greatly appreciated. Or if someone suggesting a competely different rout, i'm open to any idea as well. Thanks. -- Oz. |
#7
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
What I wrote is what I need help with. I'm very familiar with executing the
task in MS Access, but i'm not that familiar with Excel user forms. How can I save the user input when selecting an option button to another sheet in the workbook? How can I link the the combobox to the 'last name' list? and how do I accomplish: when the user select his/her last name there should be 2 text boxes that automatically populate the user first name and user department. What's the best way to tally the answers together? this is more of a voting task (50 users will select one option among several options in 6 questions). I have already done that in MS Access and it's working fine, but most of my users do not have Access software that's why i'm reverting to Excel. If someone know of a way to have MS Access program portable that any user can access the form, vote, and save the work, then that will be ideal. Thanks. -- when u change the way u look @ things, the things u look at change. "Mike Middleton" wrote: sahafi - It seems we have a difference of opinion. I do not regard writing VBA code for your task to be "really simple." Instead, I think that using an "off-the-shelf" application like SurveyMonkey is "really simple." But, if you really want to do it yourself, please describe what you have done so far and what problems you're having. There are lots of experts in this newsgroup who can assist you. - Mike "sahafi" wrote in message ... Thanks for the suggestions, but I think what i'm looking for is really simple, I just needs some directions on it. How can I develop a user form with only 6 questions, and each question has 6-8 possible answers in addition to a combobox that populate a user name, then when the user finishes answering all questions, I need all the answers along with the user name to be saved somewhere, so I can tally the answers together. Thanks. -- "Mike Middleton" wrote: sahafi or Oz. - Instead of "reinventing the wheel," consider www.surveymonkey.com or a similar solution. If you don't like the summaries provided by surveymonkey, download its data file results of your survey, and use Excel for additional analysis. - Mike http://www.DecisionToolworks.com Decision Analysis Add-ins for Excel "sahafi" wrote in message ... I need to create a form to run a survey on 50 users. I have 6 categories, and each category will have between 6 to 8 statements. Each category will be in a form with 6-8 option buttons for the user to select only one options then move to the next form/catrgory, and so forth. I need to include a cobobox from which the user can select their name, I also would like some kind of mechanism to store user results and tally them in one area. I know how to work that in Access pretty well (multi-page form or Switchboard from which a user can navigate to individual forms back and forth, select their names from the dropdown list and have the results stored in a table. But most of my users don't have Access, so I have to do it in Excel, and i'm not sure how to work that in Excel (2002). Any help is greatly appreciated. Or if someone suggesting a competely different rout, i'm open to any idea as well. Thanks. -- Oz. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Survey Form And Tracking Results | Excel Worksheet Functions | |||
Adding date to survey form | Excel Discussion (Misc queries) | |||
How can one set up a survey form in Excel | New Users to Excel | |||
Can one set up a survey form on excel? | New Users to Excel | |||
Survey Form | Excel Discussion (Misc queries) |