Hi Guys.
How do i display Vlook up results horizontally?
It has to be a vlook up and not a Hlook up. I can copy and transpose the data but this is time consuming.
E.G 5,8,7,5
A B
Index Data
1 5
2 8
3 7
4 5
Ive tried this to no avail: =VLOOKUP(A2,A1:B6,2,FALSE) Also
=VLOOKUP($A2,A1:B6,2,FALSE)
The required result would read
C1 C2 C3 C4
5 8 7 5
How do i display Vlook up results horizontally?
It has to be a vlook up and not a Hlook up. I can copy and transpose the data but this is time consuming.
E.G 5,8,7,5
A B
Index Data
1 5
2 8
3 7
4 5
Ive tried this to no avail: =VLOOKUP(A2,A1:B6,2,FALSE) Also
=VLOOKUP($A2,A1:B6,2,FALSE)
The required result would read
C1 C2 C3 C4
5 8 7 5