![]() |
|
#1
|
|||
|
|||
![]() That didn't help me, It's just a worksheet with serial numbers from 85. My question is how to add dot after numbering series? ![]() |
#2
|
|||
|
|||
![]() Quote:
You can add any number of rows above Table, so the Table starts e.g. from any row. You can have any info entered into rows at top of Table, assured you leave the row immediately above Table table headers empty. What is entered into Table columns right at serials doesn't count at all - it doesn't affect how serials are calculated. In case you want the numbering start from some other number (e.g. from 85), you can define a Name (Formulas > Name Manager) like FirstNo with '=85' in Refers to field, and then modify the series formula like Code:
=(ROW()-ROW(tData[[#Headers];[Serie]]) + (FirstNo-1)) & "." Quote:
![]() What do you mean here? Why odd and even rows are colored differently? This is how defined Table behaves. Blue is default color, but you can select different color schemes when you want - I never bother. Btw. When I write 'table', then I mean a table you get when you enter some column headers into worksheet, and the you enter some data into those columns below header row. When I write 'Table', then I mean you select any cell of your table, and then you select from menu Insert>Table, confirm that you want to create a Table, and that the Table will have a header row. And preferably you edit the name of Table in some meaningful way - by default Tables are named like Table1, Table2, etc. Later you can access Table properties from Design menu, which is displayed whenever you activate any cell in Table. |
#3
|
|||
|
|||
![]() Quote:
I don't just need numbering, I need dot after that. |
#4
|
|||
|
|||
![]()
You need dot after what?
After you enter any number into any cell in column A? Format column A as Custom, Type = 0\. Now whenever you enter any number into column A, it is displayed like '1.', or '85.', or '999.'. At same time, it is really a number, i.e. when you sort your table by column A e.g. in ascending order, then e.g. 11 > 2. It's value really doesn't contain any dots, the dot after number is only displayed. And whenever you refer to Column A cell values in formulas, you have to use numbers without dot. And when you delete row(s), values in column A are not recalculated automatically. All other solutions (where cell value contains a dot) assume you use some formula in column A. And this means you don't enter values into column A - they must be calculated by formula (or inserted by VBA script, but closest events you can use for this are worksheet events, which are running whenever you change something in any cell in worksheet (this may slow down your workbook performance considerably)). And such value is really a text, i.e. when you sort your table by column A e.g. in ascending order, then e.g. '11.' < '2.'. |
![]() |
Thread Tools | |
Display Modes | |
|
![]() |
||||
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 |