sequential numbering 1,1,2,2,3,3

muhammad susanto

Well-known Member
Joined
Jan 8, 2013
Messages
2,077
Office Version
  1. 365
  2. 2021
Platform
  1. Windows
hi all...
how to sequential numbering like this :
1
1
2
2
3
3
etc..

any help...thanks so much

m.susanto
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
Give this formula a try...

=ROUNDUP(ROWS($N:N)/2,0)

where you would substitute the row number you are putting the formula in initially for both of the N's.
 
Upvote 0
Put 1 in A1 & A2, Select Ai:A2 and drag down.

Or put in A1 and drag down : =ROUNDUP(ROW()/2,0)
 
Upvote 0
Put 1 in A1 & A2, Select Ai:A2 and drag down.
That just produces all 1's for me.

Other options..
a) Manually put a 1 in A1 & A2 then in A3: =A1+1 and copy A3 down

b) Put a 1 in A1 then in A2, copied down, =A1+MOD(ROWS(A$1:A2),2)
 
Last edited:
Upvote 0
That just produces all 1's for me.
Manually put a 1 in A1 & A2 then in A3: =A1+1 and copy A3 down
That's what I meant to post!
 
Upvote 0

Forum statistics

Threads
1,214,833
Messages
6,121,869
Members
449,054
Latest member
juliecooper255

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