index, match, offset, vlookup, formula help pls

orsm6

Active Member
Joined
Oct 3, 2012
Messages
496
Office Version
  1. 365
Platform
  1. Windows
Hi all, trying various formulas and not sure if i am on the right track

one formula that almost works is vlookup, but i need the look up to return the value that is 3 rows below. so not sure if i now have to use OFFSET or INDEX etc. the other tricky bit is that the formula needs to lookup the cell containing a number, find it in a cell containing number / text and then return the value 3 rows down....lol

Code:
=VLOOKUP(E5&"*",'[PSR GCPB AU85 2018-12-12.xlsm]Paste here'!$A$1:$G$500,7,FALSE)

this returns 21, but the number in the 3rd row below is 11428

tia for any help.
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
Hi,

Can you adapt this offset LOOKUP to your data (notice the Result vector is 3 rows offset from the Lookup vector):


Book1
AGHI
11bbb1112555
22ccc222
33ddd333
4444
5555
6666
Sheet386
Cell Formulas
RangeFormula
I1=IFERROR(LOOKUP(2,1/SEARCH(H1,A1:A3),G4:G6),"No match")
 
Last edited:
Upvote 0
hi thanks for you assistance.

on the lookup sheet there are 300 rows or so.
in column A there is number/text
there are 6 lines that have the same number/text, then the next 6 have different number/text and so on.

this formula for me is returning the 6th row, i can't get it to return the value in the 3rd.
Code:
=LOOKUP(E5&"*",'[PSR GCPB AU85 2018-12-12.xlsm]Paste here'!$A$2:$A$373,'[PSR GCPB AU85 2018-12-12.xlsm]Paste here'!$G$2:$G$373)

if i increase the result vector by 3 rows it only pushed the desired result further down
 
Upvote 0
i see what i did wrong, i now have got this working... thanks again.

Hi,

Can you adapt this offset LOOKUP to your data (notice the Result vector is 3 rows offset from the Lookup vector):

AGHI
11bbb1112555
22ccc222
33ddd333
4444
5555
6666

<colgroup><col style="width: 25pxpx"><col><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Sheet386

Worksheet Formulas
CellFormula
I1=IFERROR(LOOKUP(2,1/SEARCH(H1,A1:A3),G4:G6),"No match")

<thead>
</thead><tbody>
</tbody>

<tbody>
</tbody>
 
Upvote 0
You're welcome, glad you got it working.
 
Upvote 0

Forum statistics

Threads
1,214,987
Messages
6,122,618
Members
449,092
Latest member
amyap

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