JC Preston
New Member
- Joined
- Apr 20, 2011
- Messages
- 5
I am trying return a value that looks up over 5 ranges and not having much joy. I want to lookup Cell A1 in the second colum of ranges B1:C30, D1:E30, F1:G30, H1:I30 & J1:K30.
So i need to combine the following into one formula:
=vlookup(A1,B1:C30,2,false)
=vlookup(A1,D1:E30,2,false)
=vlookup(A1,F1:G30,2,false)
=vlookup(A1,H1:I30,2,false)
=vlookup(A1,J1:K30,2,false)
Would then like to copy down to A2, A3, A4 etc - Is anyone able to help???
So i need to combine the following into one formula:
=vlookup(A1,B1:C30,2,false)
=vlookup(A1,D1:E30,2,false)
=vlookup(A1,F1:G30,2,false)
=vlookup(A1,H1:I30,2,false)
=vlookup(A1,J1:K30,2,false)
Would then like to copy down to A2, A3, A4 etc - Is anyone able to help???