Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Posts: 1
Default 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
  #2   Report Post  
Roger Govier
 
Posts: n/a
Default

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


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
copying cell names Al Excel Discussion (Misc queries) 12 August 11th 05 03:01 PM
Converting cell contents to a formula Neil Excel Worksheet Functions 4 July 27th 05 06:27 AM
Converting string of info in one cell into multiple bbrowning711 Excel Discussion (Misc queries) 1 June 15th 05 04:57 PM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 07:16 PM
VLookup resulting in a blank cell... KempensBoerke Excel Worksheet Functions 1 October 28th 04 09:57 PM


All times are GMT +1. The time now is 05:11 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"