gaurav4698
New Member
- Joined
- Sep 12, 2014
- Messages
- 8
How can apply vlookup formula to get value from 3 or more arrays ?
Please help
Please help
=LOOKUP(REPT("z".255),CHOOSE({1,2,3,4},"",VLOOKUP("ItemB1",A:B,2,0),
VLOOKUP("ItemB1",C:D,2,0),VLOOKUP("ItemB1",E:F,2,0)))
Thanks for the help Aladin your solution worked fine.