Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
"Total" is the last word in each cell. How do I get rid of it?
|
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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" -- Gary''s Student - gsnu200846 "Shaz" wrote: "Total" is the last word in each cell. How do I get rid of it? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Use SUBSTITUTE() function
-- If this post helps click Yes --------------- Jacob Skaria "Shaz" wrote: "Total" is the last word in each cell. How do I get rid of it? |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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. Shaz wrote: "Total" is the last word in each cell. How do I get rid of it? -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
delete cells column. Delete empty cells | Excel Worksheet Functions | |||
keyword search and delete row | Excel Discussion (Misc queries) | |||
Sharing with Keyword | Excel Discussion (Misc queries) | |||
search by keyword | Excel Discussion (Misc queries) | |||
Formula to identify a keyword in all cells of a column | Excel Discussion (Misc queries) |