Relative referencing skipping reference rows every nth row

RudyShare

New Member
Joined
Aug 12, 2024
Messages
4
Office Version
  1. 365
Platform
  1. Windows
Good day

I have a requirement and hope you can help.

What I want is something like this:

Formula RowReference Row
11
21
31
44
54
64
77
87
97

How would I do this?
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
Hi & welcome to MrExcel.
How about
Excel Formula:
=TOCOL(IF(SEQUENCE(,3),SEQUENCE(5,,,3)))
 
Upvote 0
Hi & welcome to MrExcel.
How about
Excel Formula:
=TOCOL(IF(SEQUENCE(,3),SEQUENCE(5,,,3)))
Thank you for the reply. Unfortunately this is not not exactly what I need.

I'm looking to return the actual value in Col A x amount of times (3 times in the example below) into Col B. Your formula gives fixed values as in Col C below.

5​
5​
1​
5​
1​
5​
1​
8​
8​
4​
8​
4​
8​
4​
1​
1​
7​
1​
7​
1​
7​
10​
10​
10​
13​
13​
13​
 
Upvote 0
Will you have the 2 blank cells between the numbers in col A, or not?
 
Upvote 0
Ok, how about
Fluff.xlsm
ABC
1
255
35
45
588
68
78
811
91
101
Data
Cell Formulas
RangeFormula
C2:C10C2=LET(f,FILTER(A2:A100,A2:A100<>""),TOCOL(IF(SEQUENCE(,3),f)))
Dynamic array formulas.
 
Upvote 0
Ok, how about
Fluff.xlsm
ABC
1
255
35
45
588
68
78
811
91
101
Data
Cell Formulas
RangeFormula
C2:C10C2=LET(f,FILTER(A2:A100,A2:A100<>""),TOCOL(IF(SEQUENCE(,3),f)))
Dynamic array formulas.
This is working well thank you.
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,221,310
Messages
6,159,173
Members
451,543
Latest member
cesymcox

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