Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Can someone tell me how to remove the word Total from each cell in a column?
The word Total is at the end of every cell, and I just want to be able to remove it with a formula of I am assuming one of the ones in my subject. Thanks |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=LEFT(A1,LEN(A1)-5)
Copy down as far as you need -- Kind regards, Niek Otten Microsoft MVP - Excel "cware" wrote in message ... Can someone tell me how to remove the word Total from each cell in a column? The word Total is at the end of every cell, and I just want to be able to remove it with a formula of I am assuming one of the ones in my subject. Thanks |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=SUBSTITUTE(A1,"Total","")
Regards, Alan. "cware" wrote in message ... Can someone tell me how to remove the word Total from each cell in a column? The word Total is at the end of every cell, and I just want to be able to remove it with a formula of I am assuming one of the ones in my subject. Thanks |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Would EditReplace work for you?
Replace: Total With: nothing Gord Dibben MS Excel MVP On Tue, 3 Mar 2009 11:11:01 -0800, cware wrote: Can someone tell me how to remove the word Total from each cell in a column? The word Total is at the end of every cell, and I just want to be able to remove it with a formula of I am assuming one of the ones in my subject. Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
LEFT function-all to left of a comma? | Excel Worksheet Functions | |||
when inserting new worksheets they read right to left not left to. | Setting up and Configuration of Excel | |||
left trim | Excel Worksheet Functions | |||
Column labels run right to left, not left to right | Excel Discussion (Misc queries) | |||
How to change the right-to-left worksheet to left-to-right workshe | Excel Discussion (Misc queries) |