delete a keyword from cells

  • Thread starter Thread starter Shaz
  • Start date Start date
Say the cells are in column A, in an un-used column enter:

=SUBSTITUTE(A1,"Total","") and copy down

You could also use a macro to do the same thing "in place"
 
Select the range to fix
Edit|replace
what: Total
with: (leave blank)
replace all

And I bet you want a space character in front of that Total string.
 

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