Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I want to add 000 in cells example L1S1 to become L001S001 L001S002 etc etc
how can this be done |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
One way ..
In any starting cell, say in B2: ="L"&TEXT(ROW(A1),"000")&"S"&TEXT(ROW(A1),"000" ) Copy B2 down as far as required -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "Bev" wrote: I want to add 000 in cells example L1S1 to become L001S001 L001S002 etc etc how can this be done |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Always 4 characters--alpha, numeric, alpha, numeric?
If yes: =LEFT(A1,1)&TEXT(MID(A1,2,1),"000")&MID(A1,3,1)&TE XT(MID(A1,4,1),"000") Bev wrote: I want to add 000 in cells example L1S1 to become L001S001 L001S002 etc etc how can this be done -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count single Text in cells with multiple text entries | Excel Discussion (Misc queries) | |||
merged cells into one text cell, size varies dependant on text dat | Excel Discussion (Misc queries) | |||
In Excel, option to enter text in cells the same as text boxes | Excel Worksheet Functions | |||
Text shown up in other cells everytime a text is entered in 1 cell | Excel Discussion (Misc queries) | |||
How to input additional text to multiple of existing cells that has text | Excel Worksheet Functions |