Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
tvh
 
Posts: n/a
Default Currency format within an equation...

I'm using the following formula in a cell:
="@" & " " & 'Per Job Analysis'!E49 & "/Mile"

How can I change the 'Per Job Analysis'!49 into currency format?

Right now the cell returns: "@ 0.7/Mile"
I would like it to return: "@ $0.70/Mile"

Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ron Coderre
 
Posts: n/a
Default Currency format within an equation...

Try this:

="@" & " " & TEXT('Per Job Analysis'!E49,"$0.00") & "/Mile"

Does that help?

***********
Regards,
Ron

XL2002, WinXP-Pro


"tvh" wrote:

I'm using the following formula in a cell:
="@" & " " & 'Per Job Analysis'!E49 & "/Mile"

How can I change the 'Per Job Analysis'!49 into currency format?

Right now the cell returns: "@ 0.7/Mile"
I would like it to return: "@ $0.70/Mile"

Thanks!

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
tvh
 
Posts: n/a
Default Currency format within an equation...

Perfect! Thanks Ron...

"Ron Coderre" wrote:

Try this:

="@" & " " & TEXT('Per Job Analysis'!E49,"$0.00") & "/Mile"

Does that help?

***********
Regards,
Ron

XL2002, WinXP-Pro


"tvh" wrote:

I'm using the following formula in a cell:
="@" & " " & 'Per Job Analysis'!E49 & "/Mile"

How can I change the 'Per Job Analysis'!49 into currency format?

Right now the cell returns: "@ 0.7/Mile"
I would like it to return: "@ $0.70/Mile"

Thanks!

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
Format Currency Send Object Command - Two attachments Excel Discussion (Misc queries) 1 November 10th 05 04:44 PM
Cond. Format & Absolute Cell Reference Question nastech Excel Discussion (Misc queries) 4 November 9th 05 05:02 PM
Incorrect Currency Displayed Maxy Excel Discussion (Misc queries) 4 November 9th 05 03:20 PM
protecting format Esmerelda Excel Discussion (Misc queries) 1 February 25th 05 12:53 PM
convert a numerical currency into word format Rojo Excel Worksheet Functions 1 February 24th 05 11:31 PM


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

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

About Us

"It's about Microsoft Excel"