TRIM FUNCTION...how to?

S

Shayra

The trim function on a full range of cells? Where/How to input?

Hello, I have a worksheet with 3,400 entries that were uploaded from an
outside program. Because the info was originally imported from our website
it contains many non printable "blank" characters at the end of all text that
I'd like to remove. If I wanted to delete all of the blank characters from
column A how do I do that? In what cell do I input the formula? and is this
the correct formula...
=TRIM(A2:A3400)? THANKS!
 
K

Kassie

Hi,

TRIM trims the contents of one cell, not of a range.
The best way to do this, is to insert a new Column B, if existing Column B
contains data. Then in B2 enter =TRIM(A2)

Now move your cursor to the bottom right hand corner of B2. You will notice
that its shape changes. When this happens, doubleclick your mouse, and it
will copy all the way down, provided there are no vacant cells in the range.

Now select B2 to B whatever, right click, select copy, right click and
select Paste Special, Values. That will remove the formula, and insert the
trimmed text. If satisfied that this is what you want, you can either delete
Column A - be careful that you do not destroy formulae, or else you can copy
Col B and paste special values to Col A
 
S

Shayra

Awesome, perfect --you're a life saver-- thank you very much for the detailed
explanation I greatly appreciate it.

Shayra
 

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

Similar Threads

Len & Trim Function 6
trim function 3
Trim hidden characters? 3
How to use trim finction in array 3
Trim function doesn't clean out ASCII Code 160 (Space) 6
TRIM function in query 2
Trim function 3
TRIM? 10

Top