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.
 
Back
Top