Is there a way to crop text in an Excel cell?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Need to find a way to crop text in an Excel column. Want to crop any text
past characters. Is there a way to do this?
 
I would try using the text function MID(text,start_num,num_chars) which can
"crop" any part of text you want.
 
I've used MID in programming years ago, but don't really know how to use it
in Excel. I'll look into it, thanks for the response.

Rob
 
I'll try this. I did the MID thing, but this doesn't work for what I am
trying to do (once I delete the original column of text of course my formula
doesn't work any more). What I'm doing is converting a tab deliminated file
to a csv file for internet upload. The csv file needs to be truncated to
characters per column.

Rob
 
cochranrg said:
I'll try this. I did the MID thing, but this doesn't work for what I am
trying to do (once I delete the original column of text of course my
formula
doesn't work any more). What I'm doing is converting a tab deliminated
file
to a csv file for internet upload. The csv file needs to be truncated to
characters per column.

Rob

Select the results of your formulas and copy.
Without changing the selected area, use
Edit > Paste Special > Values
This replaces the formulas with their results.
You can then delete the original data.
 
Very cool, I will try this. Thanks!

Rob

Stephen said:
Select the results of your formulas and copy.
Without changing the selected area, use
Edit > Paste Special > Values
This replaces the formulas with their results.
You can then delete the original data.
 

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

Back
Top