Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Just wondering if there is a way to get '14,037,000' to 14,037 by using a
formular |
#2
![]() |
|||
|
|||
![]()
You could simply divide by 1000.
And if you have intentionaaly put the single quotes, then assuming your text '14,037,000' lies in cell A1, then use: =SUBSTITUTE(A1,"'","")/1000 Mangesh "Lost" wrote in message ... Just wondering if there is a way to get '14,037,000' to 14,037 by using a formular |
#3
![]() |
|||
|
|||
![]() If the 14037000 is in cell A1, then in cell B1 enter =A1/1000 Paul -- Paul Sheppard ------------------------------------------------------------------------ Paul Sheppard's Profile: http://www.excelforum.com/member.php...o&userid=24783 View this thread: http://www.excelforum.com/showthread...hreadid=394849 |
#4
![]() |
|||
|
|||
![]()
You could also use a format, say
[999999]#,##0,\M;[999]#,##0,\T;#,##0 -- HTH Bob Phillips "Mangesh Yadav" wrote in message ... You could simply divide by 1000. And if you have intentionaaly put the single quotes, then assuming your text '14,037,000' lies in cell A1, then use: =SUBSTITUTE(A1,"'","")/1000 Mangesh "Lost" wrote in message ... Just wondering if there is a way to get '14,037,000' to 14,037 by using a formular |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel option to store trendline's coefficients in cells for use | Charts and Charting in Excel | |||
how to get the rounding function off | Excel Worksheet Functions | |||
Date & Time | New Users to Excel | |||
Automatically up date time in a cell | Excel Discussion (Misc queries) | |||
clock | Excel Worksheet Functions |