Hello. I have been slightly frustrated by searching solution for my little specific issue.
I have a excel table where I register my invoices. As for usual autofill, when we start putting in any value right below the table - the table expands itself and inserts the formulas from the above rows.
What I need is an automatic unique row serial number/ID. My table is from several columns and the data might be filtered. Using the casual =ROW(A1) doesn't do the job, because the given number/id will not stick with the row when you sort the table differently.
For now I just put in a value by hand, but the problem is that the last entry could be filtered away, so I have to remember always to clear my filters and sort them in ascending order at serial number/ID column before I enter new row.
So the question is,
For the given example of table:
By not being afraid that the order is sorted differently and some rows might be hidden away (in example ID 4), I just start a new entry by entering next date below and it will autofill the table column [number/ID] with next unique number (should be 6 in this one)? And if I sort them by [summ] ascending - their IDs stick to the row?
Any help is much appreciated!
I have a excel table where I register my invoices. As for usual autofill, when we start putting in any value right below the table - the table expands itself and inserts the formulas from the above rows.
What I need is an automatic unique row serial number/ID. My table is from several columns and the data might be filtered. Using the casual =ROW(A1) doesn't do the job, because the given number/id will not stick with the row when you sort the table differently.
For now I just put in a value by hand, but the problem is that the last entry could be filtered away, so I have to remember always to clear my filters and sort them in ascending order at serial number/ID column before I enter new row.
So the question is,
For the given example of table:
By not being afraid that the order is sorted differently and some rows might be hidden away (in example ID 4), I just start a new entry by entering next date below and it will autofill the table column [number/ID] with next unique number (should be 6 in this one)? And if I sort them by [summ] ascending - their IDs stick to the row?
Any help is much appreciated!