Hi everyone,
First time poster here! I found this site to be an amazing resource to help me achieve the first step of my Excel file, but now I have hit a wall as I can't find an answer for what I am looking to do (probably my poor searching/lack of Excel skill!).
Background:
I’m making a three sheet Excel file that I want to make into a trivia question selector that can print out the options selected for trivia.
The first sheet is the category selection. There are 10 Question Categories, each with 3 levels of 'difficulty'. Each question category and difficulty combination has a checkbox (30 checkboxes total) that the person selects if they want to see the recommended 3 questions for that category/difficulty combination.
The second sheet is the Question sheet that has all of the potential trivia questions to choose from (if you're keeping up with the maths, 90 questions all up).
All of the questions start hidden, but when the person clicks the checkboxes on the first sheet, they are then displayed on this page (as such, each question sits in a row, and is fixed to a cell). I have managed to use VBA to code this and it all works fine.
Current Dilemma:
Now for the tricky part! When the person has been presented with the recommended questions to ask (Sheet 2, “Questions”), I want them to be able to select the actual questions they want to ask from the recommendations. Importantly, I want the selections of questions they’ve selected to go onto the final third sheet of the file (Sheet 3, “Printable Document”). As the name implies, I want this to be printable. Firstly, is this possible? What would be the best way to offer selection of recommended questions? And if this is possible, can I give a pre-set format for the questions to fit into?
If it is possible, the format I’d like the questions to go into a unique, individual table that is 2 rows, 5 columns, with top row cells merged.
I’d like each of the questions they select from sheet 2 to fit into their own individual table (so if 10 questions selected, 10 tables in the above format will be printed).
Thanks a million for your help, and please let me know if more information is required!
First time poster here! I found this site to be an amazing resource to help me achieve the first step of my Excel file, but now I have hit a wall as I can't find an answer for what I am looking to do (probably my poor searching/lack of Excel skill!).
Background:
I’m making a three sheet Excel file that I want to make into a trivia question selector that can print out the options selected for trivia.
The first sheet is the category selection. There are 10 Question Categories, each with 3 levels of 'difficulty'. Each question category and difficulty combination has a checkbox (30 checkboxes total) that the person selects if they want to see the recommended 3 questions for that category/difficulty combination.
The second sheet is the Question sheet that has all of the potential trivia questions to choose from (if you're keeping up with the maths, 90 questions all up).
All of the questions start hidden, but when the person clicks the checkboxes on the first sheet, they are then displayed on this page (as such, each question sits in a row, and is fixed to a cell). I have managed to use VBA to code this and it all works fine.
Current Dilemma:
Now for the tricky part! When the person has been presented with the recommended questions to ask (Sheet 2, “Questions”), I want them to be able to select the actual questions they want to ask from the recommendations. Importantly, I want the selections of questions they’ve selected to go onto the final third sheet of the file (Sheet 3, “Printable Document”). As the name implies, I want this to be printable. Firstly, is this possible? What would be the best way to offer selection of recommended questions? And if this is possible, can I give a pre-set format for the questions to fit into?
If it is possible, the format I’d like the questions to go into a unique, individual table that is 2 rows, 5 columns, with top row cells merged.
I’d like each of the questions they select from sheet 2 to fit into their own individual table (so if 10 questions selected, 10 tables in the above format will be printed).
Thanks a million for your help, and please let me know if more information is required!