View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default Formatting a formula within a cell

=TEXT(A1+A2,"$.00")&" per 3 ounces "&TEXT(A3+A4,"$.00")&" per 4 ounces"

Vaya con Dios,
Chuck, CABGx3




"Nancee Vee" wrote:

I am trying to use a formula and text within the same cell but I want the
value of the formula to have a currency format. Can this be done?
I have even tried to use a separate sell to calculate the formula to give me
a currency value and then input the value of the cell into the text/formula
cell and that doesn't work.

Example: I want the cell to read:
$.50 per 3 ounces $.60 per 4 ounces
by getting the currency amount from formulas