Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
ExcelHelp
 
Posts: n/a
Default Is there a formula to show $5,000,000 as $5M?

I am looking for an easy way to convert $M values to eliminate the 6 zeros.

Thanks.
  #2   Report Post  
Sheila D
 
Posts: n/a
Default

You could try something like this:
=IF(RIGHT(A1,6)="000000",A1/1000000&"M",A1)

unless someone has a better idea....

Sheila

"ExcelHelp" wrote:

I am looking for an easy way to convert $M values to eliminate the 6 zeros.

Thanks.

  #3   Report Post  
Dana DeLouis
 
Posts: n/a
Default

Another option:
=TEXT(A1,"$ #,, ""M""")

Another option would be to keep the value in the cell, and use a similar
Custom format.

--
Dana DeLouis
Win XP & Office 2003


"ExcelHelp" wrote in message
...
I am looking for an easy way to convert $M values to eliminate the 6 zeros.

Thanks.



  #4   Report Post  
Bob Tarburton
 
Posts: n/a
Default

On Thu, 3 Mar 2005 13:39:27 -0500, "Dana DeLouis"
wrote:

Another option:
=TEXT(A1,"$ #,, ""M""")

Another option would be to keep the value in the cell, and use a similar
Custom format.

Custom format
$ 0,,\M

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
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM
Help with macro formula and variable Huge project Excel Worksheet Functions 0 December 28th 04 01:27 AM
I want the results of a formula to show in cell, NOT THE FORMULA! ocbecky Excel Discussion (Misc queries) 4 December 10th 04 08:39 PM
Cell doesn't show formula result - it shows formula (CTRL + ' doe. o0o0o0o Excel Worksheet Functions 6 November 19th 04 03:13 PM
Why does the formula result show a number but the screen shows ze. Jam-Du Excel Worksheet Functions 2 November 12th 04 09:07 PM


All times are GMT +1. The time now is 08:56 AM.

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"