vlookup count down one cell

dtlucius

Board Regular
Joined
Nov 9, 2011
Messages
56
I understand the Vlookup formula counting over and retrieving a cell from another column. I need it count down one cell, and return the value of a cell directly below the cell it is referencing. Is there any way to do this?
In the example below I need it to find the item code A01 in cell A6 and return the value of the cell in A7, (508).

Q.O.H.<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:eek:ffice:eek:ffice" /><o:p></o:p>
A6 (A01)<o:p></o:p>
A7 (508)<o:p></o:p>
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
That works perfect!!!

Thanks

one more quick question.

if it returns a NA how do i get it to return a 0?
 
Upvote 0
Haha when i do that, everything that was returning the correct value is now FALSE

Can you see if i am missing something?

=IFERROR(""=INDEX(PA!A:A,MATCH('Pre-Build'!A6,PA!A:A,0)+1),0)
 
Upvote 0

Forum statistics

Threads
1,203,675
Messages
6,056,683
Members
444,883
Latest member
garyarubin

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top