Format Concatenated Cell

G

Guest

I concatenated a text cell with a number cell to get a result of "Joe Smith:
23.4".

I would like to format the number to two decimal places so that I get "Joe
Smith: 23.42." How do I do that? Thanks!

Steve C
 
G

Guest

Steve,

You do this while you are concatenating not after. Hence if Joe Smith: is in
A1 and 23.4 is in B1 then you use the formula

=A1 & TEXT(B1,"0.00")

Alok Joshi
 
G

Guest

Thanks. That works great!

Alok said:
Steve,

You do this while you are concatenating not after. Hence if Joe Smith: is in
A1 and 23.4 is in B1 then you use the formula

=A1 & TEXT(B1,"0.00")

Alok Joshi
 

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