Thread: USD to $ amount
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Jacob Skaria Jacob Skaria is offline
external usenet poster
 
Posts: 8,520
Default USD to $ amount

Right click|Format Cells|Currency.

OR

Use formula =DOLLAR(A1)

If this post helps click Yes
---------------
Jacob Skaria


"pgarcia" wrote:

Hello all,
I need to add USD to a dollar amount. Could someone tell me what I would
need to add. I thought this would work but it gave me an error.
=text("USD")&sum(A1:A50)

Thanks