Mattyastill
New Member
- Joined
- Nov 27, 2017
- Messages
- 23
Hi,
I'm currently trying to write the cell ref of a vlookup (M2) i've used in the cell next to it N2. This is the formula i've used for the lookup.
=VLOOKUP(F2,AxTable1[[VPN]:[Item VAT]],1,FALSE)
The idea of what im doing is bringing back an item number and then i need to bring back a quantity for that item number. However, Qty's are not unique so i would need the cell ref to search for the quantity on the same row as what the previous vlookup returned.
I've tried a combination of Address, Match and Index but can't seem to get it working.
Any help would be much appreciated.
I'm currently trying to write the cell ref of a vlookup (M2) i've used in the cell next to it N2. This is the formula i've used for the lookup.
=VLOOKUP(F2,AxTable1[[VPN]:[Item VAT]],1,FALSE)
The idea of what im doing is bringing back an item number and then i need to bring back a quantity for that item number. However, Qty's are not unique so i would need the cell ref to search for the quantity on the same row as what the previous vlookup returned.
I've tried a combination of Address, Match and Index but can't seem to get it working.
Any help would be much appreciated.