How to generate a sequence of numbers in excel where the last number is constant?

aksh

New Member
Joined
Feb 29, 2012
Messages
3
For example,
How you generate the below automatically, without physically typing it out?

2.1.2.1.0
2.1.2.2.0
2.1.2.3.0
2.1.2.4.0
2.1.2.5.0
2.1.2.6.0
2.1.2.7.0
2.1.2.8.0
2.1.2.9.0
2.1.2.10.0
2.1.2.11.0
2.1.2.12.0
2.1.2.13.0
2.1.2.14.0

Thank you
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
Food for thought... the above solutions display as text.



This custom number format:

"2.1.2.".0

should display as numbers if that is important.

Use as =row(A1) or =rows($1:1)
 
Upvote 0

Forum statistics

Threads
1,215,094
Messages
6,123,071
Members
449,092
Latest member
ipruravindra

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