+ Reply to Thread
Results 1 to 5 of 5

double a value & ROUND to next highest thousand

  1. #1
    Registered User
    Join Date
    08-07-2005
    Posts
    22

    double a value & ROUND to next highest thousand

    How do I double a number and round up to next highest thousand

    ie 35,200 X 2 = 70,400 Round to 71,000

    Thanks for any help

  2. #2
    Registered User
    Join Date
    07-25-2005
    Posts
    2
    Try following function:

    =ROUNDUP(B3*2;-3)

    where B3 is a reference to a cell with value, which you want to calculate, -3 means "round to thousands"

    mlhos

  3. #3
    Registered User
    Join Date
    08-07-2005
    Posts
    22

    formula contains error

    I tried the formuma =ROUNDUP(B3*2;-3) insuring B3 cell had a valid amount but received "The formula contains an error"

  4. #4
    Registered User
    Join Date
    07-25-2005
    Posts
    10

    Try This...

    Hi pgruening:

    The equation contains a small error. Instead of a semicolon use a comma. Like this:

    =ROUNDUP(B3*2,-3)

    Good Luck,
    Thomas

  5. #5
    RagDyer
    Guest

    Re: double a value & ROUND to next highest thousand

    Replace the semi-colon with a comma for your version of XL:

    =ROUNDUP(B3*2,-3)


    --
    Regards,

    RD

    ---------------------------------------------------------------------------
    Please keep all correspondence within the NewsGroup, so all may benefit !
    ---------------------------------------------------------------------------

    "pgruening" <pgruening.1tgm2f_1123527915.9494@excelforum-nospam.com> wrote
    in message news:pgruening.1tgm2f_1123527915.9494@excelforum-nospam.com...
    >
    > I tried the formuma =ROUNDUP(B3*2;-3) insuring B3 cell had a valid
    > amount but received "The formula contains an error"
    >
    >
    > --
    > pgruening
    > ------------------------------------------------------------------------
    > pgruening's Profile:

    http://www.excelforum.com/member.php...o&userid=26011
    > View this thread: http://www.excelforum.com/showthread...hreadid=393953
    >



+ 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