Hello Everyone,
I have a sheet and I want to give certain rows a unique number, so when I delete those rows, the number will not be used again.
I want to give every row where Column B is the same and Column D is the same and Column L is the same, the same number, so like this:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Column B (Truck)[/TD]
[TD]Column D (EmployeeNR)[/TD]
[TD]Column L (Date)[/TD]
[TD]Column S (Unique Number)[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]5[/TD]
[TD]14-6-2014[/TD]
[TD]0001[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]4[/TD]
[TD]14-6-2014[/TD]
[TD]0002[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]5[/TD]
[TD]14-6-2014[/TD]
[TD]0001[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]4[/TD]
[TD]14-6-2014[/TD]
[TD]0003[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]6[/TD]
[TD]14-6-2014[/TD]
[TD]0004[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]4[/TD]
[TD]14-6-2014[/TD]
[TD]0002[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]5[/TD]
[TD]14-6-2014[/TD]
[TD]0001[/TD]
[/TR]
</tbody>[/TABLE]
And I want that when I clear the table, The number that already have been used in the past, will not be used again. (This is optional), So when this is not an option, its not necessary.
Kind regards,
Miicker
I have a sheet and I want to give certain rows a unique number, so when I delete those rows, the number will not be used again.
I want to give every row where Column B is the same and Column D is the same and Column L is the same, the same number, so like this:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Column B (Truck)[/TD]
[TD]Column D (EmployeeNR)[/TD]
[TD]Column L (Date)[/TD]
[TD]Column S (Unique Number)[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]5[/TD]
[TD]14-6-2014[/TD]
[TD]0001[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]4[/TD]
[TD]14-6-2014[/TD]
[TD]0002[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]5[/TD]
[TD]14-6-2014[/TD]
[TD]0001[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]4[/TD]
[TD]14-6-2014[/TD]
[TD]0003[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]6[/TD]
[TD]14-6-2014[/TD]
[TD]0004[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]4[/TD]
[TD]14-6-2014[/TD]
[TD]0002[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]5[/TD]
[TD]14-6-2014[/TD]
[TD]0001[/TD]
[/TR]
</tbody>[/TABLE]
And I want that when I clear the table, The number that already have been used in the past, will not be used again. (This is optional), So when this is not an option, its not necessary.
Kind regards,
Miicker