Excel formula that assists in looking for sequence

brian8989

New Member
Joined
Feb 18, 2016
Messages
26
https://imgur.com/a/5HUdECj


Dear Experts,

With reference to the attached table, is there any excel formula that could assist to find the 10th number after Number 1 in Column A (which is 14).

I would greatly appreciate if you could assist on this. Thank you!


Regards,
Brian
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
=OFFSET(A8, 10, 0) would return the 10th row after the 1 on column A
 
Upvote 0
How about


Excel 2013/2016
ABCDEFGHIJKL
118105374629
2311518141348196216
310241420813166181912
473
554
6115
7176
817
9158
1029
11410
121911
131312
14613
15814
161815
171616
181417
191218
202019
21920
Template
Cell Formulas
RangeFormula
C2=INDEX($A$2:$A$21,MATCH($B2,$A$2:$A$21,0)+C$1)
 
Upvote 0
How about
=INDEX($A$2:$A$21,IF(MATCH($B2,$A$2:$A$21,0)+C$1>ROW($A$21)-1,MATCH($B2,$A$2:$A$21,0)+C$1-ROW($A$21)+1,MATCH($B2,$A$2:$A$21,0)+C$1))
 
Upvote 0
You're welcome & thanks for the feedback
 
Upvote 0

Forum statistics

Threads
1,214,905
Messages
6,122,172
Members
449,071
Latest member
cdnMech

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