![]() |
#1
|
|||
|
|||
![]()
I add numbering series by using "fill" but it didn't create dot after series. How to add dot after series?
![]() |
#2
|
|||
|
|||
![]()
With 85. in A1 go to Name Manager and select A2
Name: previous In the Refers to field insert: =MID(Sheet1!A1,1,LEN(Sheet1!A1)-1) Close Now in A2 use the formula:=previous+1&"." and copy down. This formula can handle if you delete rows. |
#3
|
|||
|
|||
![]()
Tell me If I am wrong, I selected cell A120, I clicked " Name Manager" under "Formulas" tab.
Now I clicked "New", dialog box came like this, so I edited same as your code: ![]() If this one is right, then I will go next step. I will wait for you reply. |
#4
|
|||
|
|||
![]()
Yes, this one is right.
|
#5
|
|||
|
|||
![]()
Here is a file where I have made it possible to use the formula on any sheet in the workbook.
Formula in Name Manager: =MID(!A1,1,LEN(!A1)-1) instead of: =MID(Sheet1!A1,1,LEN(Sheet1!A1)-1) (the last one only works on Sheet1). |
#6
|
|||
|
|||
![]() Quote:
Thanks, but how to import your attached worksheet settings to my worksheet? ![]() |
#7
|
|||
|
|||
![]()
Not understood.
What is the problem? |
#8
|
|||
|
|||
![]() You attached worksheet with some Name Manager codes included, how to transfer those code into my worksheet? |
#9
|
|||
|
|||
![]()
You must type it in manually in the Name Manager of your workbook.
|
#10
|
|||
|
|||
![]()
After this what should i do?
![]() |
#11
|
|||
|
|||
![]()
As I wrote in #2
Now in A2 use the formula:=previous+1&"." and copy down. |
#12
|
|||
|
|||
![]() Quote:
Problem arrives after A121 which has 86 serial number (without dot), A122 has 87 series number (without dot)........so on. |
#13
|
|||
|
|||
![]()
Haven't you at all read what I wrote in #2?
I assumed you had 85. in A1. If you have 85. somewhere else this should be reflected in the formula in the Name Manager. |
#14
|
|||
|
|||
![]()
Do you have 85. in A120?
If so, select A121 Paste this formula in the Refers to field in Name Manager: =MID(!A1,1,LEN(!A1)-1) and write previous in the Name field. Close. In cell A121 enter the formula: =previous+1&"." and copy down. |
#15
|
|||
|
|||
![]() A1 to A120 all numbers are fine. problem is at A121 which does not have dot after serial number. |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Deleted entire row, but numbering series gone wrong. Help me. | kingston123 | Excel | 16 | 06-25-2020 08:16 AM |
Set up Series of events | GreenBoy | Outlook | 1 | 07-09-2018 04:43 PM |
![]() |
ericjowens | Excel | 2 | 09-03-2015 11:20 AM |
![]() |
alamorchgirl | Excel | 1 | 08-15-2011 10:05 AM |
Data Series | Zach | Excel | 1 | 11-05-2010 02:45 PM |