+ Reply to Thread
Results 1 to 4 of 4

Function Rounding

Hybrid View

  1. #1
    Lost
    Guest

    Function Rounding

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


  2. #2
    Valued Forum Contributor
    Join Date
    06-30-2005
    Location
    Verwood, Dorset, England
    MS-Off Ver
    Excel 2000
    Posts
    479
    If the 14037000 is in cell A1, then in cell B1 enter =A1/1000

    Paul

  3. #3
    Mangesh Yadav
    Guest

    Re: Function Rounding

    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" <[email protected]> wrote in message
    news:[email protected]...
    > Just wondering if there is a way to get '14,037,000' to 14,037 by using a
    > formular
    >




  4. #4
    Bob Phillips
    Guest

    Re: Function Rounding

    You could also use a format, say

    [>999999]#,##0,\M;[>999]#,##0,\T;#,##0

    --
    HTH

    Bob Phillips

    "Mangesh Yadav" <[email protected]> wrote in message
    news:[email protected]...
    > 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" <[email protected]> wrote in message
    > news:[email protected]...
    > > Just wondering if there is a way to get '14,037,000' to 14,037 by using

    a
    > > formular
    > >

    >
    >




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1