ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   How do I format to currency when number includes cents? (https://www.excelbanter.com/excel-worksheet-functions/83114-how-do-i-format-currency-when-number-includes-cents.html)

INEEDHELP

How do I format to currency when number includes cents?
 
I have a worksheet that I'm working on which contains figures which I need to
convert to currency but the amounts in the columns include the cents (ex.
81223) this number should be $812.23. Is there a way to format this?

CLR

How do I format to currency when number includes cents?
 
If you just format this number, it will still really be 81,223 and any
subsequent math will reflect that value. I would change them to regular
decimal numbers first, then Copy pastespecial Values and format for
regular currency.......

=(MID(A1,1,LEN(A1)-2)&"."&RIGHT(A1,2))*1

Vaya con Dios,
Chuck, CABGx3



"INEEDHELP" wrote:

I have a worksheet that I'm working on which contains figures which I need to
convert to currency but the amounts in the columns include the cents (ex.
81223) this number should be $812.23. Is there a way to format this?


Pete_UK

How do I format to currency when number includes cents?
 
Another way to achieve this without using a helper column is to type
100 into a blank cell somewhere. Select this cell again and click
<copy. Then highlight all the cells which you would like to convert
and click Edit | Paste Special | Values (check) and Divide (check) then
click OK. This will convert all your values, and while the cells are
still highlighted, then you can click Format | Cells and apply your
currency format.

Hope this helps.

Pete



All times are GMT +1. The time now is 12:32 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com