Deleting partial information from all cells in a column

S

Smooney

I have a column containing serial numbers but some of those numbers have an
'S' in front of them. Is there a way to delete the 'S' from all the cells
but leave the number there?
 
D

Dave Peterson

Edit|Replace?
I have a column containing serial numbers but some of those numbers have an
'S' in front of them. Is there a way to delete the 'S' from all the cells
but leave the number there?
 
D

Dave Peterson

Ps. If your serial numbers look like:

s01234
you'll end up with
1234
(dropping the leading 0)

You may be able to just change the number format
format|cells|number tab|custom category: 00000
to show the leading 0's.
 
O

OssieMac

Select the column of data.

Go into Replace and insert S as Find what to replace and leave the Replace
blank and click Replace all.

Tip: Ensure you have a backup of your workbook when performing these type of
operations.

Regards,

OssieMac
 
S

Smooney

You are brilliant!! Don't know why I couldn't think of that...so simple.
Thanks tons!!

S.
 
Top