Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Worksheet Functions / May 2008

Tip: Looking for answers? Try searching our database.

adding a fixed decimal within another formula

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
h. - 12 May 2008 16:03 GMT
using the formula,

=CONCATENATE("Text = ",58.5," + ",F33,)

everything is perfect except the F33 cell is reading with many decimal
points.  i have formatted the cell with the correct number of decimal points,
which is 2.  i have tried adding in the "=FIXED" formula but i just can't get
it.  the cell reads:

Text = 58.5 + 1.62416666666667

all my formatting as a custom cell with currency and decimal places doesn't
seem to apply.   i would like the cell to read

Text = $58.50 + $1.62

THANKS!
Teethless mama - 12 May 2008 16:14 GMT
="Text = $58.50 + "&DOLLAR(F33)

> using the formula,
>
[quoted text clipped - 13 lines]
>
> THANKS!           
Max - 12 May 2008 16:16 GMT
Try: ="Text = "&TEXT(58.5,"$0.00")&" + "&TEXT(F33,"$0.00")
Signature

Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---

> using the formula,
>
[quoted text clipped - 13 lines]
>
> THANKS!           
Reitanos - 12 May 2008 16:18 GMT
You could use TRUNC, but remember that it will lose the rest of the
value in your result. Also, the & is the concatenate operator.

="Text $58.50 + $"&TRUNC(D6,2)

> using the formula,
>
[quoted text clipped - 13 lines]
>
> THANKS!
Rick Rothstein (MVP - VB) - 12 May 2008 18:46 GMT
Here is one more way for you to consider...

=TEXT(F33,"""Text = $58.50 + ""$0.00")

Rick

> using the formula,
>
[quoted text clipped - 16 lines]
>
> THANKS!
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.