Increment pattern of data down a column

Lmreif20

New Member
Joined
Mar 10, 2020
Messages
7
Office Version
  1. 365
Platform
  1. Windows
I have a code for three rows. I need to increment that code for three rows down a column. How do I do this?
AR7765
AR7765
AR7765
AR7766
AR7766
AR7766 and so on with every three rows incremented by 1

Thank you!
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
I think this formula in cell A4 copied down should also work...
Excel Formula:
=LEFT(A$3,2)&MID(A$3,3,9)+INT(ROWS(A$3:A3)/3)
 
Upvote 0
Another option
+Fluff v2.xlsm
A
1
2AR7765
3AR7765
4AR7765
5AR7766
6AR7766
7AR7766
8AR7767
9AR7767
10AR7767
11AR7768
12AR7768
13AR7768
14AR7769
15AR7769
16AR7769
17AR7770
18AR7770
19AR7770
20AR7771
21AR7771
22AR7771
23
Main
Cell Formulas
RangeFormula
A2:A22A2="AR"&7765+INT(SEQUENCE(21,,0)/3)
Dynamic array formulas.
 
Upvote 0

Forum statistics

Threads
1,215,022
Messages
6,122,726
Members
449,093
Latest member
Mnur

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