Cleaning a cell

S

Scottmk

Hello, Ive got data that looks like this in a row of cells:
1997 03 775.44
All I want is the 5.44. Any suggestions on how to quickly remove the
unwanted data.
Thanks
Scott
 
G

Gord Dibben

Scott

If the data is structured per your example.

In an adjacent row enter =RIGHT(A1,4)

Drag/copy across the row.

If you want to get rid of the original row, copy the new row and Paste
Special>Values onto itself then delete the original.

Gord Dibben XL2002
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top