If I have a list in which the first characters repeat, (i.e. CDAxxxx), how do
I make it so that I only have to type the xxxx and the CDA is automatically
prepended?
JP - 18 Mar 2008 15:30 GMT
You could use a helper column, for example:
In cell A1, type "xxxx"
In cell B1, put formula
="CDA"&A1
HTH,
JP
> If I have a list in which the first characters repeat, (i.e. CDAxxxx), how do
> I make it so that I only have to type the xxxx and the CDA is automatically
> prepended?
Gord Dibben - 18 Mar 2008 19:05 GMT
Format>Cells>Number>Custom "CDA"0
Gord Dibben MS Excel MVP
>If I have a list in which the first characters repeat, (i.e. CDAxxxx), how do
>I make it so that I only have to type the xxxx and the CDA is automatically
>prepended?