Search for string and return the cell directly below in next row

rknudson

New Member
Joined
Jun 18, 2021
Messages
10
Office Version
  1. 365
Platform
  1. Windows
I am trying to find a string and return the row below the cell it finds

Formula to find the cell alone works, but not when I include it in my hypertext formula it returns row 1 and can't get it to return row 2? So confused

ctciep01.xlsx
EFG
2
3hudson.ap.orghudson.ap.org[ctciep01.xlsx]Objects!$C$2
4score.ap.org[ctciep01.xlsx]Objects!$C$5
5split1.ap.org
6split2.ap.org
7susie.ap.org
8
9
10
Groups
Cell Formulas
RangeFormula
G3,F4G3=CELL("address",INDEX(Objects!$C$1:$C$3240,MATCH($E3,Objects!$C$1:$C$3240,0)+1,1))
F3F3=IF(ISERROR(HYPERLINK(CELL("address",INDEX(Objects!$C$1:$C$3240,MATCH($E3,Objects!$C$1:$C$3240,0),1)),$E3)),"",HYPERLINK(CELL("address",INDEX(Objects!$C$1:$C$3240,MATCH($E3,Objects!$C$1:$C$3240,0)+1,1)),$E3))


Range I am searching in trying to return the row below the searcg criteria

ctciep01.xlsx
CDE
1hudson.ap.org
2165.1.3.61
3score.ap.org
4165.1.3.60
Objects
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
is this what u wished for?
Book5
ABC
1
2hudson.ap.org165.1.3.61165.1.3.61
3score.ap.org165.1.3.60165.1.3.60
4split1.ap.org 
5split2.ap.org 
6susie.ap.org 
7
Sheet1
Cell Formulas
RangeFormula
C2:C6C2=XLOOKUP(A2:A6,Sheet2!A1:A4,OFFSET(Sheet2!A1:A4,1,0),"",0,1)
B2:B6B2=XLOOKUP(A2,Sheet2!A1:A4,OFFSET(Sheet2!A1:A4,1,0),"",0,1)
Dynamic array formulas.

Book5
A
1hudson.ap.org
2165.1.3.61
3score.ap.org
4165.1.3.60
Sheet2
 
Upvote 0
Solution
is this what u wished for?
Book5
ABC
1
2hudson.ap.org165.1.3.61165.1.3.61
3score.ap.org165.1.3.60165.1.3.60
4split1.ap.org 
5split2.ap.org 
6susie.ap.org 
7
Sheet1
Cell Formulas
RangeFormula
C2:C6C2=XLOOKUP(A2:A6,Sheet2!A1:A4,OFFSET(Sheet2!A1:A4,1,0),"",0,1)
B2:B6B2=XLOOKUP(A2,Sheet2!A1:A4,OFFSET(Sheet2!A1:A4,1,0),"",0,1)
Dynamic array formulas.

Book5
A
1hudson.ap.org
2165.1.3.61
3score.ap.org
4165.1.3.60
Sheet2
I can make that work. Thank you for the suggestion !
 
Upvote 0

Forum statistics

Threads
1,215,695
Messages
6,126,261
Members
449,307
Latest member
Andile

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