+ Reply to Thread
Results 1 to 4 of 4

differing results

Hybrid View

  1. #1
    garpavco
    Guest

    differing results

    assume:
    a1: 5
    b1: =sum(c1,d1)
    c1:$73.33
    d1:$116.14
    e1: =b1/a1 [would = $37.89]
    f1: =e1*a1 [should = $189.45]
    however, f1 is always coming up $189.47
    what would it take to get f1 to show an amount equal to: a1*the $ result of
    e1?
    standard formula doesn't seen to be working


    --
    Cliff

  2. #2
    Peo Sjoblom
    Guest

    Re: differing results

    http://www.mcgimpsey.com/excel/pennyoff.html

    --

    Regards,

    Peo Sjoblom

    "garpavco" <garpavco@discussions.microsoft.com> wrote in message
    news:499F4E84-6FEC-4C93-B999-49260B492373@microsoft.com...
    > assume:
    > a1: 5
    > b1: =sum(c1,d1)
    > c1:$73.33
    > d1:$116.14
    > e1: =b1/a1 [would = $37.89]
    > f1: =e1*a1 [should = $189.45]
    > however, f1 is always coming up $189.47
    > what would it take to get f1 to show an amount equal to: a1*the $ result

    of
    > e1?
    > standard formula doesn't seen to be working
    >
    >
    > --
    > Cliff




  3. #3
    alordofchaos@yahoo.com
    Guest

    Re: differing results

    $189.47 is actually the correct answer, because e1 ($37.89) is really
    37.894. Do this with a calculator and see.

    Although Excel hid the .004 from you when you formatted it to show the
    dollar sign, it kept it, and multiplied it by a1 (5), hence the 2 cents
    difference.

    To "fix" this, you could have to apply ROUND to steps e1 and f1
    (anywhere that you multiply or divide).


  4. #4
    Trevor Shuttleworth
    Guest

    Re: differing results

    Cliff

    just to add to the other answers, the answer *is* $189.47

    f1 = e1*a1, and e1 = b1/a1, therefore
    f1 = (b1/a1)*a1, hence
    f1 = b1, and b1 = sum(c1,d1), so
    f1 = sum(c1,d1)
    f1 = $73.33 + $116.14
    f1 = $189.47

    which seems a long way round to get the number you first thought of ...

    Whatever; you've got an expensive spreadsheet ... make it work for its money

    Regards

    Trevor


    "garpavco" <garpavco@discussions.microsoft.com> wrote in message
    news:499F4E84-6FEC-4C93-B999-49260B492373@microsoft.com...
    > assume:
    > a1: 5
    > b1: =sum(c1,d1)
    > c1:$73.33
    > d1:$116.14
    > e1: =b1/a1 [would = $37.89]
    > f1: =e1*a1 [should = $189.45]
    > however, f1 is always coming up $189.47
    > what would it take to get f1 to show an amount equal to: a1*the $ result
    > of
    > e1?
    > standard formula doesn't seen to be working
    >
    >
    > --
    > Cliff




+ 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