using the "&" function

G

George

Hi i am using a a number and joining it with a text with the & function but i
would like it to report to 1 decimal place. e.g
cell a1 = 9.2
cell a2 = x
so using the funciton a1&a2 = 9.2x
this result is perfect.
However, what if i have 8 in cell a1
if i use a1&a2 i get = 8x (where i need 8.0x).
any ideas?
thanks
George
 
R

Roger Govier

Hi George

=TEXT(A1,"0.0")&A2

--
Regards
Roger Govier

George said:
Hi i am using a a number and joining it with a text with the & function
but i
would like it to report to 1 decimal place. e.g
cell a1 = 9.2
cell a2 = x
so using the funciton a1&a2 = 9.2x
this result is perfect.
However, what if i have 8 in cell a1
if i use a1&a2 i get = 8x (where i need 8.0x).
any ideas?
thanks
George


__________ Information from ESET Smart Security, version of virus
signature database 4222 (20090707) __________

The message was checked by ESET Smart Security.

http://www.eset.com

__________ Information from ESET Smart Security, version of virus signature database 4222 (20090707) __________

The message was checked by ESET Smart Security.

http://www.eset.com
 
G

George

perfect - thanks Roger!

Roger Govier said:
Hi George

=TEXT(A1,"0.0")&A2

--
Regards
Roger Govier



__________ Information from ESET Smart Security, version of virus signature database 4222 (20090707) __________

The message was checked by ESET Smart Security.

http://www.eset.com
 

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