Question test

Ingolf

Banned
Joined
Mar 20, 2011
Messages
809
Hey!
I have a sheet with 500 questions, after every question is a blank row for answers. In the same workbook I have 5 sheets with question and answers.
In that sheet with 500 questions I need to put the answer from the other sheets. I mention that every question from first sheet is identical question (and answer) in the other sheets.
Hope you understand what I want.
Thanks in advance for any help.
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
First, I would move all the answers to all the questions next to the question. You can do with with some IF statements.

I would do a couple VLOOKUP formulas with an ISERROR in front when it doesn't find the answer on that sheet. Basically =if(iserror(VLOOKUP(your question, sheet 2, 2,0)...
 
Upvote 0

Forum statistics

Threads
1,224,521
Messages
6,179,275
Members
452,902
Latest member
Knuddeluff

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top