excel 97: substitute or replace

J

JMCN

hello

what I would like to do is insert/add another the character "#" which
is
ASCII chr(35) in front of the number 10375 so column c. i tried a
couple of variations of subsitute and of course it does not work.
would it be easier to run a macro for range("C")? here is what i
wrote: =SUBSTITUTE(CHAR(35)," ",B2)

any suggestions would be appreciated:)

here is what i have for the column b and c.

column b column c
10375 #10375 'add the # infront of 10375
10376 #10376
10377 #10377

thanks jung
 

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