Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I am looking for an easy way to convert $M values to eliminate the 6 zeros.
Thanks. |
#2
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Match / Vlookup within an Array formula | Excel Discussion (Misc queries) | |||
Help with macro formula and variable | Excel Worksheet Functions | |||
I want the results of a formula to show in cell, NOT THE FORMULA! | Excel Discussion (Misc queries) | |||
Cell doesn't show formula result - it shows formula (CTRL + ' doe. | Excel Worksheet Functions | |||
Why does the formula result show a number but the screen shows ze. | Excel Worksheet Functions |