• nearest 1000

    Author
    Topic
    #1768416

    I have a formula and want the cell to round up to the nearest 1000. For example, Cell A1 + B7 – if the number is 2694 I want it to round to 3000. Any ideas? Thanks

    Viewing 1 reply thread
    Author
    Replies
    • #1779316

      Try this:

      =ROUND(ValueOrCellToRound,-3)
      • #1779317

        Close but it rounds down. I need it to round up instead of nearest 1000. Sorry for the mixup. any ideas?

        • #1779319

          ok, just rounding up is:

          =ROUNDUP(ValueOrCellToRound,-3)
          • #1779320

            Thanks so much – I was desperate. That works

            • #1779324

              If you start Excel Help, Index, and enter “rounding numbers” (lower case) and doubleclick it, you’ll find Excel has all kinds of rounding capabilities.

        • #1779321

          Sorry but did not see your revised requirement

          the following should do it ROUNDUP(A1,-3)

          AC

    • #1779318

      The following will round a value in A1 to the nearest 1000

      =MROUND(A1,1000)

      Changing the 1000 to 100 rounds to the nearest 100 etc

      Regards,

      Andrew C

    Viewing 1 reply thread
    Reply To: nearest 1000

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: