ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Converting cell ref. w/num to currency (https://www.excelbanter.com/excel-worksheet-functions/47130-converting-cell-ref-w-num-currency.html)

lulanosk

Converting cell ref. w/num to currency
 
I am trying to figure out how to handle a value (i.e. 4.50) that is referenced in a cell to show as currency.

Here is the formula that I currently have and wonder if anyone knows how to convert to currency. Currently it converts $4.50 to 4.5

=IF(J43<0,"X currently owes $" & J44, "Y currently owes $" & J44)

Cell J44 contains the amount that is being referenced. In this example, it contains 4.5 ... but I want it to show in the cell that has the formula as $x.xx

Any help is appreciated!

Lenny

Roger Govier

Hi Lenny

Try
=IF(J43<0,"X currently owes $" & text(J44,"0.00"), "Y currently owes $" &
text(J44,"0.00"))
Regards

Roger Govier


lulanosk wrote:
I am trying to figure out how to handle a value (i.e. 4.50) that is
referenced in a cell to show as currency.

Here is the formula that I currently have and wonder if anyone knows
how to convert to currency. Currently it converts $4.50 to 4.5

=IF(J43<0,"X currently owes $" & J44, "Y currently owes $" & J44)

Cell J44 contains the amount that is being referenced. In this
example, it contains 4.5 ... but I want it to show in the cell that has
the formula as $x.xx

Any help is appreciated!

Lenny




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

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