+ Reply to Thread
Results 1 to 4 of 4

Very interesting problem that should be a snap to figure out!

  1. #1
    KenRamoska
    Guest

    Very interesting problem that should be a snap to figure out!

    Hi,
    I have 3 cells
    A1 has $50,000

    B1 has the formula =A1/12

    C1 has the formula =B1*12

    B1 comes up as 4166.67 its really .6666667 to infinity...you get the idea

    So when I redo it I really want the answer in C1 to be 50000.04 which truly
    is 4166.67 * 12

    How do I get Excel to not see the infinite decimal and truly stop at 2
    decimals
    I need to start at 50,000 but end at 50000.04 after the 2 formulas are done.
    Thanks in advance for any advice

  2. #2
    KenRamoska
    Guest

    RE: Very interesting problem that should be a snap to figure out!

    Please disregard.
    I got the ROUND function to work quite nicely.
    Sorry to mis post.

  3. #3
    Valued Forum Contributor
    Join Date
    03-25-2004
    Location
    Boston, MA US
    Posts
    1,094
    In B1,

    =ROUND(A1/12,2)

    That will make the result = 4166.67 so when it is multiplied by 12 in C1, your result will be 50000.04.

    HTH

    Steve

  4. #4
    Tom Ogilvy
    Guest

    RE: Very interesting problem that should be a snap to figure out!

    in B1:
    =ROUND(A1/12,2)

    --
    Regards,
    Tom Ogilvy


    "KenRamoska" wrote:

    > Hi,
    > I have 3 cells
    > A1 has $50,000
    >
    > B1 has the formula =A1/12
    >
    > C1 has the formula =B1*12
    >
    > B1 comes up as 4166.67 its really .6666667 to infinity...you get the idea
    >
    > So when I redo it I really want the answer in C1 to be 50000.04 which truly
    > is 4166.67 * 12
    >
    > How do I get Excel to not see the infinite decimal and truly stop at 2
    > decimals
    > I need to start at 50,000 but end at 50000.04 after the 2 formulas are done.
    > Thanks in advance for any advice


+ 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