I have been trying to "auto number" property ID's
I am putting a database of properties all over the world and can't find a way to autonumber based on property criteria.
For example:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Mexico[/TD]
[TD]Tijuana[/TD]
[TD]Florido[/TD]
[TD]Industrial[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Argentina[/TD]
[TD]Buenos Aires[/TD]
[TD]Belloso[/TD]
[TD]Comercial[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Ecuador[/TD]
[TD]Quito[/TD]
[TD]Riestra[/TD]
[TD]Industrial[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Mexico[/TD]
[TD]Guadalajara[/TD]
[TD]Sureste[/TD]
[TD]Industrial[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]USA[/TD]
[TD]Chula Vista[/TD]
[TD]Otay[/TD]
[TD]Comercial[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I need a formula that places in the following field, for example:
MTFI-0001
ABBC-0001
EQRI-0001
MGSI-0001
UCOC-0001
Incremental in the number must be when a property meets the same criteria, that way the end will be "0002" in each case above.
I would like that Excel can display which is the next number following once the criteria is resumed, is this possible?
Thanks
Oliver
I am putting a database of properties all over the world and can't find a way to autonumber based on property criteria.
For example:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Mexico[/TD]
[TD]Tijuana[/TD]
[TD]Florido[/TD]
[TD]Industrial[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Argentina[/TD]
[TD]Buenos Aires[/TD]
[TD]Belloso[/TD]
[TD]Comercial[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Ecuador[/TD]
[TD]Quito[/TD]
[TD]Riestra[/TD]
[TD]Industrial[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Mexico[/TD]
[TD]Guadalajara[/TD]
[TD]Sureste[/TD]
[TD]Industrial[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]USA[/TD]
[TD]Chula Vista[/TD]
[TD]Otay[/TD]
[TD]Comercial[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I need a formula that places in the following field, for example:
MTFI-0001
ABBC-0001
EQRI-0001
MGSI-0001
UCOC-0001
Incremental in the number must be when a property meets the same criteria, that way the end will be "0002" in each case above.
I would like that Excel can display which is the next number following once the criteria is resumed, is this possible?
Thanks
Oliver