Decimal places

  • Thread starter Thread starter Kreiss
  • Start date Start date
K

Kreiss

Is there any way to specify the number of decimal places
to display? I have this formula....

="Total Days = "& (D26+H26+L26)

I can't format the cell to currency b/c of the text.

thanks,
kacy
 
Assuming you are using dollars

="Total Days = "&TEXT(D26+H26+L26,"$#,##0.00")

--

Regards,

Peo Sjoblom

(No private emails please, for everyone's
benefit keep the discussion in the newsgroup/forum)
 

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