ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Excel Formula Help (https://www.excelbanter.com/excel-worksheet-functions/161382-excel-formula-help.html)

Doug

Excel Formula Help
 
I need a formula that will truncate the value and provide the dollar amount
as follows:

Entry Calculated Number
$10.00 = $0.00
$22.50 = $2.50
$50.00 = $0.00
$75.00 = $5.00

I basically need to see the value of the last three digits of the amount
posted in the column. The column contains over 5000 entires, which is why I
need a formula.

Thanks
--
Doug

Peo Sjoblom

Excel Formula Help
 
Try

=A1-FLOOR(A1,10)

formatted as currency


--

Regards,

Peo Sjoblom




"Doug" wrote in message
...
I need a formula that will truncate the value and provide the dollar amount
as follows:

Entry Calculated Number
$10.00 = $0.00
$22.50 = $2.50
$50.00 = $0.00
$75.00 = $5.00

I basically need to see the value of the last three digits of the amount
posted in the column. The column contains over 5000 entires, which is why
I
need a formula.

Thanks
--
Doug




T. Valko

Excel Formula Help
 
Maybe this:

=MOD(A1,10)

Copy down as needed

--
Biff
Microsoft Excel MVP


"Doug" wrote in message
...
I need a formula that will truncate the value and provide the dollar amount
as follows:

Entry Calculated Number
$10.00 = $0.00
$22.50 = $2.50
$50.00 = $0.00
$75.00 = $5.00

I basically need to see the value of the last three digits of the amount
posted in the column. The column contains over 5000 entires, which is why
I
need a formula.

Thanks
--
Doug





All times are GMT +1. The time now is 05:32 AM.

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