alphanumeric sku numbers

B

B. R.Ramachandran

Hi,

In any cell as the starting point, enter the following formula, and drag to
fill down the column.

=IF(ROW(A1)>999,"AA-",IF(ROW(A1)>99,"AA-0",IF(ROW(A1)>9,"AA-00","AA-000")))&ROW(A1)

Hope ithis helps,

Regards,
B. R. Ramachandran
 
O

Otto Moehrbach

Do you mean you want to generate sequential SKUs? If so, enter one of them
into a cell, then drag that cell down by the fill handle. Done. HTH Otto
 
B

B. R.Ramachandran

Hi Max,

Very nice formula!

A variation:
="AA-" & TEXT(ROW(A1),"0000")

Regards,
B. R. Ramachandran
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top