Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
hi
try ="USD " & DOLLAR(A1:A50) regards FSt1 "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 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this:
=TEXT(SUM(A1:A50),"\U\S\D #.00") OR =TEXT(SUM(A1:A50),"\U\S\D $#.00") -- HTH, RD --------------------------------------------------------------------------- Please keep all correspondence within the NewsGroup, so all may benefit ! --------------------------------------------------------------------------- "pgarcia" wrote in message ... 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to change amount in figure to amount in words? | Excel Worksheet Functions | |||
how to convert the amount in currency into the amount in words? | Excel Discussion (Misc queries) | |||
Formula for amount owing subtract amount paid | Excel Worksheet Functions | |||
How can I calculate amount of time left based on amount spent? | Excel Worksheet Functions | |||
How do I calculate Amount of Sales Tax from Total Amount? | Excel Worksheet Functions |