Excel concatenation

V

VB Code

HELP!

I need help with a concatenation formula that I have written.

My file was given to me from a Primavera download and I am having a dickens
of a time gettiing my formula to work.

My results keep showing an additional space that I just can't seem to get
rid of.

I have performed a work a round using the Replace function and am still
having trouble with an additional space that keeps popping up.

When I run the concatenation function in a blank worksheet it works like a
charm.

Is there a way I can upload my worksheet to have someone take a look?
 
H

Harlan Grove

VB Code said:
. . . download . . . ....
. . . additional space . . .
....

Almost certainly the unwanted space is a nonbreaking HTML space,
decimal character code 160. In formulas, the easiest way to delete
them would be

SUBSTITUTE(string,CHAR(160),"")
 
G

Gord Dibben

Could be the space is non-breaking space........0160

TRIM or CLEAN will not get rid of those.

Try Edit>Replace

What: Alt + 0160

With: nothing

Replace all.


Gord Dibben MS Excel MVP
 

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

Top