Hello All,
I need some help in creating a custom autonumber in excel. The autonumber will be based on the value of another cell's value. So for eg, in cell A1 will look at B1, if B1 has the number 1, A1 will take B1 and add the autonumber to it, eg a, b, c.
If within, b5 the number is 2. So if the number in the corresponding row in b changes, the autonumber must restart.
Ive decided to go with a-z for the autonumber as i realized for .1, .2, .3 is limited to 9 values in the list bec. 1.10 may be read as 1.1
I've tried a few options such as creating a named range, however the problem is getting the autonumber to restart. Below is what i want to achieve via excel formula (not vba please)
[TABLE="width: 500"]
<tbody>[TR]
[TD]Column F[/TD]
[TD]Column F[/TD]
[/TR]
[TR]
[TD]1.a[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]1.b[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]2.a[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]2.b[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]3.c[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]3.a[/TD]
[TD]3[/TD]
[/TR]
</tbody>[/TABLE]
Thank you in advance!
I need some help in creating a custom autonumber in excel. The autonumber will be based on the value of another cell's value. So for eg, in cell A1 will look at B1, if B1 has the number 1, A1 will take B1 and add the autonumber to it, eg a, b, c.
If within, b5 the number is 2. So if the number in the corresponding row in b changes, the autonumber must restart.
Ive decided to go with a-z for the autonumber as i realized for .1, .2, .3 is limited to 9 values in the list bec. 1.10 may be read as 1.1
I've tried a few options such as creating a named range, however the problem is getting the autonumber to restart. Below is what i want to achieve via excel formula (not vba please)
[TABLE="width: 500"]
<tbody>[TR]
[TD]Column F[/TD]
[TD]Column F[/TD]
[/TR]
[TR]
[TD]1.a[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]1.b[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]2.a[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]2.b[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]3.c[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]3.a[/TD]
[TD]3[/TD]
[/TR]
</tbody>[/TABLE]
Thank you in advance!