Reducing decimal places

  • Thread starter Thread starter mcgrape
  • Start date Start date
M

mcgrape

I am using a mix of text and a formula to draw a number from another sheet

i.e. ="The average mark for the presentation was " & data!B282

B282 is the calculated figure on a scond sheet.

However, althought the imported number shows on the original page as '1.3'
for example, it imports the number showing it to about 12 decimal places. Is
there any way I can reduce that to 1 or 2 decimal places?

Thanks

Alec

Thanks
 
="The average mark for the presentation was " & TEXT(data!B282,"#,##0.0")


--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 

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

Back
Top