Help required in lookup formula

josephscott

New Member
Joined
Jun 13, 2011
Messages
2
Hi,

I am using the following formula to try and find a value on another worksheet:

=(VLOOKUP($A11,'Actuals Raw'!$C$1:$AQ$195,MATCH(C$2,'Actuals Raw'!$C$1:$AQ$1,0),0))

This formula works fine, and it finds the correct row and column every time. The trouble is, I am looking to find the value "one to the right" of the value it finds. I have tried using the OFFSET function, but cannot seem to incorporate it into this formula. Any help appreciated.
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
Welcome to the board!

The simple solution would be

=VLOOKUP($A11,'Actuals Raw'!$C$1:$AQ$195,MATCH(C$2,'Actuals Raw'!$C$1:$AQ$1,0)+1,0)
 
Upvote 0
Jason,

Thank you very much for the swift and accurate reply. I spent a long time playing with this- if only I knew it was that simple.

Joe
 
Upvote 0

Forum statistics

Threads
1,224,559
Messages
6,179,517
Members
452,921
Latest member
BBQKING

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