Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 29
Default Currency Format Only Certain Info in cell

I am working on a formula that I need to have certain numbers in the currency
format:

The formula I have is

="Prewire "&A1&" $"&A2&CHAR(10)&"Unwired "&B1&" $"&B2

I need to have A2 and B2 setup so they will show as 8.90 instead of 8.9. I
have been trying to figure it out in the Custom Cell Field to no avail.

How would I set the cells to do that?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Currency Format Only Certain Info in cell

="Prewire "&A1&" $"&text(A2,"#,##0.00")
&CHAR(10)&"Unwired "&B1&" $"&text(B2,"#,##0.00")

Change that format inside the =text() function to something you like.

FormulaQuestioner wrote:

I am working on a formula that I need to have certain numbers in the currency
format:

The formula I have is

="Prewire "&A1&" $"&A2&CHAR(10)&"Unwired "&B1&" $"&B2

I need to have A2 and B2 setup so they will show as 8.90 instead of 8.9. I
have been trying to figure it out in the Custom Cell Field to no avail.

How would I set the cells to do that?


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 29
Default Currency Format Only Certain Info in cell

Thanks.

"Dave Peterson" wrote:

="Prewire "&A1&" $"&text(A2,"#,##0.00")
&CHAR(10)&"Unwired "&B1&" $"&text(B2,"#,##0.00")

Change that format inside the =text() function to something you like.

FormulaQuestioner wrote:

I am working on a formula that I need to have certain numbers in the currency
format:

The formula I have is

="Prewire "&A1&" $"&A2&CHAR(10)&"Unwired "&B1&" $"&B2

I need to have A2 and B2 setup so they will show as 8.90 instead of 8.9. I
have been trying to figure it out in the Custom Cell Field to no avail.

How would I set the cells to do that?


--

Dave Peterson

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
How to set 2 currency format in 1 cell?? Lee Excel Discussion (Misc queries) 2 April 22nd 08 07:29 PM
get currency format from souce cell(s) of a formula or referance batunar Excel Discussion (Misc queries) 4 April 22nd 08 07:12 AM
Changing cell format from text to currency RFJ Excel Worksheet Functions 2 November 19th 07 12:24 PM
Format Currency in-cell Lyners Excel Worksheet Functions 2 September 24th 07 06:22 PM
Change Currency Format of Cell based on another Cell Simon Excel Worksheet Functions 2 September 2nd 07 04:53 PM


All times are GMT +1. The time now is 06:40 AM.

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"