jwehrly2000
New Member
- Joined
- Aug 24, 2016
- Messages
- 19
Hello everybody, I have a multiple choice testing bank with a random question generator. I am working on getting the answers to populate on the master test version but I think the amount of characters is causing some #VALUE errors.
=VLOOKUP(B13,'3P051 VOL 1 BANK'!B:C,2,FALSE)
B13 = Cell to search for
'3PO51 VOL 1 BANK'!B:C = sheet name and cells to search
Is there a way to convert this formula to work with the INDEX MATCH function?
This data is in column B and the formula returns the adjacent cell (Column C) values.
Thanks for any help you can provide.
=VLOOKUP(B13,'3P051 VOL 1 BANK'!B:C,2,FALSE)
B13 = Cell to search for
'3PO51 VOL 1 BANK'!B:C = sheet name and cells to search
Is there a way to convert this formula to work with the INDEX MATCH function?
This data is in column B and the formula returns the adjacent cell (Column C) values.
Thanks for any help you can provide.