Assigning serial numbers to non adjacent or non contiguous cells

pbansl

New Member
Joined
Oct 11, 2020
Messages
3
Office Version
  1. 2013
Platform
  1. Windows
Is there any technique in Excel to assign serial numbers to non adjacent or non contiguous cells in Excel. For Example in cell A1 I want to assign 1, then after 2 rows in cell A4 I want to assign 2, then in A7 I want to assign 3, and so on with the rest cells in Column A ?
 

Attachments

  • Exceldoubt.PNG
    Exceldoubt.PNG
    34.7 KB · Views: 21

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.
Hi & welcome to MrExcel.
How about
+Fluff v2.xlsm
A
11
2 
3 
42
5 
6 
73
8 
9 
104
11 
12 
135
Data
Cell Formulas
RangeFormula
A1:A13A1=IF(MOD(ROW()-1,3)=0,INT((ROW()-1)/3)+1,"")
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,985
Messages
6,122,606
Members
449,089
Latest member
Motoracer88

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