ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Help with Formula (https://www.excelbanter.com/excel-discussion-misc-queries/204506-help-formula.html)

cware

Help with Formula
 
I have a column that each cell ends with the word "Total". I need to convert
that column to remove that word from each cell. If I need to add a column to
do that, that's fine, I just cannot figure out how. Can anyone help me on
this one?

Thanks

Dave Peterson

Help with Formula
 
How about just selecting the column and using Edit|replace

What: Total (or spacebar total???)
with: (leave blank)
replace all



cware wrote:

I have a column that each cell ends with the word "Total". I need to convert
that column to remove that word from each cell. If I need to add a column to
do that, that's fine, I just cannot figure out how. Can anyone help me on
this one?

Thanks


--

Dave Peterson

Thomas [PBD]

Help with Formula
 
cware,

There are a couple ways to do this. If you are looking to just remove the
word "Total", do a simple Replace (EditReplace) For:Total To:<nothing.

Or formulaically:
=TRIM(LEFT(A1,(LEN(A1)-5)))

Trim will remove any additional spaces.

--
--Thomas [PBD]
Working hard to make working easy.


"cware" wrote:

I have a column that each cell ends with the word "Total". I need to convert
that column to remove that word from each cell. If I need to add a column to
do that, that's fine, I just cannot figure out how. Can anyone help me on
this one?

Thanks


Mike H

Help with Formula
 
Hi,

select the column then
Edit|Replace
Enter Total in the 'Find what' box and leave the other box blank
Click replace all

Mike

"cware" wrote:

I have a column that each cell ends with the word "Total". I need to convert
that column to remove that word from each cell. If I need to add a column to
do that, that's fine, I just cannot figure out how. Can anyone help me on
this one?

Thanks


Roger Govier[_3_]

Help with Formula
 
Hi

in an adjacent column
=--(TRIM(SUBSTITUTE(A1,"Total","")))
Copy down as required
--
Regards
Roger Govier

"cware" wrote in message
...
I have a column that each cell ends with the word "Total". I need to
convert
that column to remove that word from each cell. If I need to add a column
to
do that, that's fine, I just cannot figure out how. Can anyone help me on
this one?

Thanks



Gord Dibben

Help with Formula
 
EditReplace

What: Total

With: nothing

Replace all.


Gord Dibben MS Excel MVP

On Tue, 30 Sep 2008 11:18:07 -0700, cware
wrote:

I have a column that each cell ends with the word "Total". I need to convert
that column to remove that word from each cell. If I need to add a column to
do that, that's fine, I just cannot figure out how. Can anyone help me on
this one?

Thanks




All times are GMT +1. The time now is 12:15 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com