#1   Report Post  
Lost
 
Posts: n/a
Default Function Rounding

Just wondering if there is a way to get '14,037,000' to 14,037 by using a
formular

  #2   Report Post  
Mangesh Yadav
 
Posts: n/a
Default

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   Report Post  
Paul Sheppard
 
Posts: n/a
Default


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   Report Post  
Bob Phillips
 
Posts: n/a
Default

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
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
Excel option to store trendline's coefficients in cells for use Miguel Saldana Charts and Charting in Excel 9 June 20th 05 08:45 PM
how to get the rounding function off Cynthia A Excel Worksheet Functions 1 June 4th 05 03:36 AM
Date & Time mully New Users to Excel 4 May 23rd 05 11:56 AM
Automatically up date time in a cell Mark Excel Discussion (Misc queries) 5 May 12th 05 12:26 AM
clock Wildman Excel Worksheet Functions 2 April 26th 05 10:31 AM


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