+ Reply to Thread
Results 1 to 3 of 3

rounding nearest 1000

  1. #1
    Forum Contributor
    Join Date
    01-14-2004
    Location
    India
    MS-Off Ver
    365
    Posts
    264

    rounding nearest 1000

    Hi guys
    How do I do round to nearest 1000s or 100s ???
    Eg: I have a value 25479 and I need it to be round to 25000

    or I have 153 to be changed to 200 . Also I need another function to change to 100 instead of 200

    Hope to see some solution
    Thanks
    Toms

  2. #2
    Registered User
    Join Date
    04-04-2005
    Posts
    2

    Re: rounding nearest 1000

    Hi Toms,

    >How do I do round to nearest 1000s or 100s ???

    Try this:
    with the interger in cell A1
    enter in A2 =(ROUND((A1/100),0))*100

    You can then fill this down column B to round off values in column A.

    > Also I need another function to change to 100 instead of 200

    That would be to round down, right? so 100 becomes 100, 199 becomes 100 and 200 becomes 200?

    In this case the above formula will work with the ROUND command replaced with the ROUNDDOWN command.

    HTH,
    Drummond

  3. #3
    Forum Contributor
    Join Date
    01-14-2004
    Location
    India
    MS-Off Ver
    365
    Posts
    264
    Hi Drummond
    Thanks for the answer.
    Toms

+ 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