Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 25
Default Formatting $19 million

I accidentally posted this in the Access Database forum. But needed an excel
solution for the following:

I have several columns with currency amounts from in the hundred thousands
to
the billions. It hard to read these colums so I want to format each to
the
rounded million, or billion in a separate column.

So what I have is
$190,111,111.11
$2,111,111,111.11

I want a separate column with the following (still keeping the other
column):
$190 million
$2 billion

Is there a formatting tool, or formula to get those results?

--
--coastal


--
--coastal
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Formatting $19 million

=round(number/1000000,0) will give you the rounded up number in millions.
You can format the second column to show it "$19 million". You can also use
ROUNDUP and ROUNDDOWN if you want to move the number in a particular
direction. The HELP function in Excel on these functions explains it quite
well.

Prashant Rao

"coastal" wrote:

I accidentally posted this in the Access Database forum. But needed an excel
solution for the following:

I have several columns with currency amounts from in the hundred thousands
to
the billions. It hard to read these colums so I want to format each to
the
rounded million, or billion in a separate column.

So what I have is
$190,111,111.11
$2,111,111,111.11

I want a separate column with the following (still keeping the other
column):
$190 million
$2 billion

Is there a formatting tool, or formula to get those results?

--
--coastal


--
--coastal

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,939
Default Formatting $19 million

You can do it with a custom format. Select the cells you want and
Choose Format|Cells - Number - Custom and use this
[=1000000000] #,,, "Billion";#,, "Million"
--
HTH...

Jim Thomlinson


"coastal" wrote:

I accidentally posted this in the Access Database forum. But needed an excel
solution for the following:

I have several columns with currency amounts from in the hundred thousands
to
the billions. It hard to read these colums so I want to format each to
the
rounded million, or billion in a separate column.

So what I have is
$190,111,111.11
$2,111,111,111.11

I want a separate column with the following (still keeping the other
column):
$190 million
$2 billion

Is there a formatting tool, or formula to get those results?

--
--coastal


--
--coastal

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 25
Default Formatting $19 million

Thanks Jim, this helped. But now I need to adjust it to include data in the
thousands. $19,000. I tried adding the following to the tail end of the
custom formatting but it did not work:
;#,,, "Thousand"

Have any suggestions?
--
--coastal


"Jim Thomlinson" wrote:

You can do it with a custom format. Select the cells you want and
Choose Format|Cells - Number - Custom and use this
[=1000000000] #,,, "Billion";#,, "Million"
--
HTH...

Jim Thomlinson


"coastal" wrote:

I accidentally posted this in the Access Database forum. But needed an excel
solution for the following:

I have several columns with currency amounts from in the hundred thousands
to
the billions. It hard to read these colums so I want to format each to
the
rounded million, or billion in a separate column.

So what I have is
$190,111,111.11
$2,111,111,111.11

I want a separate column with the following (still keeping the other
column):
$190 million
$2 billion

Is there a formatting tool, or formula to get those results?

--
--coastal


--
--coastal

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,939
Default Formatting $19 million

[=1000000000] #,,, "Billion";[=1000000]#,, "Million"; #, "Thousand"
--
HTH...

Jim Thomlinson


"coastal" wrote:

Thanks Jim, this helped. But now I need to adjust it to include data in the
thousands. $19,000. I tried adding the following to the tail end of the
custom formatting but it did not work:
;#,,, "Thousand"

Have any suggestions?
--
--coastal


"Jim Thomlinson" wrote:

You can do it with a custom format. Select the cells you want and
Choose Format|Cells - Number - Custom and use this
[=1000000000] #,,, "Billion";#,, "Million"
--
HTH...

Jim Thomlinson


"coastal" wrote:

I accidentally posted this in the Access Database forum. But needed an excel
solution for the following:

I have several columns with currency amounts from in the hundred thousands
to
the billions. It hard to read these colums so I want to format each to
the
rounded million, or billion in a separate column.

So what I have is
$190,111,111.11
$2,111,111,111.11

I want a separate column with the following (still keeping the other
column):
$190 million
$2 billion

Is there a formatting tool, or formula to get those results?

--
--coastal

--
--coastal

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 do hoy show per million in a chart Arnout Charts and Charting in Excel 3 September 5th 07 02:06 AM
How do I make 1,000,000 into 1 million Becky Excel Discussion (Misc queries) 1 June 29th 07 11:00 PM
1 Million Rows ?? Kevin New Users to Excel 12 February 6th 07 11:18 AM
10 million appears as 10,000,000.00 ravi Excel Discussion (Misc queries) 1 September 3rd 06 01:54 PM
Make 1 Million Dollars $$ George New Users to Excel 3 August 16th 05 09:27 PM


All times are GMT +1. The time now is 05:10 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"