Forum Discussion
ChadBoronow
Jan 30, 2019Copper Contributor
Transpose Vlookup Table
Does anyone know if it is possible to run a verticle vlookup?
Example Table:
A B C Z
1 Address County State County
2 123 Road Adams PA
3 321 Street York PA
So essentially what i want to do is =vlookup(Z1,A1:C3,[2],False) but instead of the [2] giving the result in the 2nd column (in this it would return "State") I want the result in the 2nd row (so "Adams" would be the result)
Can i do this? Thanks in advanced
- CFaithCopper ContributorIt's called an 'Hlookup'
- ChadBoronowCopper Contributorwell huh... i feel dumb but that would make sense lol. Thanks
- ChadBoronowCopper ContributorI guess that would be a horizontal vlookup actually xD