Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How can I get excel to generate alphnumeric skus?
AA-0001 AA-0002 AA-0003 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 "Cblaine" wrote: How can I get excel to generate alphnumeric skus? AA-0001 AA-0002 AA-0003 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
In any starting cell,
say in B3: ="AA-"&TEXT(ROWS($1:1),"0000") Copy down. Any good? hit the YES below -- Max Singapore http://savefile.com/projects/236895 Downloads:27,000 Files:200 Subscribers:70 xdemechanik --- "Cblaine" wrote: How can I get excel to generate alphnumeric skus? AA-0001 AA-0002 AA-0003 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 "Cblaine" wrote in message ... How can I get excel to generate alphnumeric skus? AA-0001 AA-0002 AA-0003 |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() "Max" wrote: In any starting cell, say in B3: ="AA-"&TEXT(ROWS($1:1),"0000") Copy down. Any good? hit the YES below -- Max Singapore http://savefile.com/projects/236895 Downloads:27,000 Files:200 Subscribers:70 xdemechanik --- "Cblaine" wrote: How can I get excel to generate alphnumeric skus? AA-0001 AA-0002 AA-0003 |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Max,
Very nice formula! A variation: ="AA-" & TEXT(ROW(A1),"0000") Regards, B. R. Ramachandran "Max" wrote: In any starting cell, say in B3: ="AA-"&TEXT(ROWS($1:1),"0000") Copy down. Any good? hit the YES below -- Max Singapore http://savefile.com/projects/236895 Downloads:27,000 Files:200 Subscribers:70 xdemechanik --- "Cblaine" wrote: How can I get excel to generate alphnumeric skus? AA-0001 AA-0002 AA-0003 |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
Just type AA-0001 in one cell and then drag down the fill handle (corner right). Hope this helps. -- Regards, Ashish Mathur Microsoft Excel MVP www.ashishmathur.com "Cblaine" wrote in message ... How can I get excel to generate alphnumeric skus? AA-0001 AA-0002 AA-0003 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
separating numbers from a alphanumeric cell | Excel Worksheet Functions | |||
extracting numbers from alphanumeric cells | Excel Worksheet Functions | |||
Converting Alphanumeric numbers to Numeric | Excel Worksheet Functions | |||
how to format alphanumeric cells as numbers | Excel Discussion (Misc queries) | |||
Sorting alphanumeric numbers | Excel Discussion (Misc queries) |