Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Excel autofill does not work with large numbers with text in front. I can
get it to work with the number smaller than MT800225000 but if it is larger - MT800225000300, it will not sequence the numbers. Are there limitations to the amount of text characters that will work? If so what are the alternatives? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() "Candy" wrote in message ... Excel autofill does not work with large numbers with text in front. I can get it to work with the number smaller than MT800225000 but if it is larger - MT800225000300, it will not sequence the numbers. Are there limitations to the amount of text characters that will work? If so what are the alternatives? Hi Candy. Details are often interesting, thanks for showing this one. One could guess that the limit was 2^32, 4294967296 and sure enough, the next fill after SomeText4294967295 is SomeText0 No elegant way around it, that I can find, I would fill down X000300 and FIND/REPLACE X with MT800225 Hans T. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You could separate the text from the numerical part of the entry, then
autofill the numerical part. That should allow you to autofill as high as you want (until you run out of rows or exceed Excel's 15 digits of precision). Then copy the text portion down and concatenate the text back with the numbers. Hope this helps, Hutch "Candy" wrote: Excel autofill does not work with large numbers with text in front. I can get it to work with the number smaller than MT800225000 but if it is larger - MT800225000300, it will not sequence the numbers. Are there limitations to the amount of text characters that will work? If so what are the alternatives? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sum, ave with limits, help pls. | Excel Discussion (Misc queries) | |||
Sum with limits | Excel Discussion (Misc queries) | |||
Row Limits | Excel Worksheet Functions | |||
Limits | Excel Discussion (Misc queries) | |||
Autofill: Need to autofill one week block, (5) weekday only into cells. | Excel Discussion (Misc queries) |