+ Reply to Thread
Results 1 to 4 of 4

deducting same amount from cells containing various values

  1. #1
    Registered User
    Join Date
    08-14-2006
    Posts
    2

    deducting same amount from cells containing various values

    Help
    I am trying to reduce a total in divisions of 500 to give me a total for each 500 reached and leave a remainder

    ie

    231
    456
    322
    124
    220

    = 1353
    /500 = 2

    remain =353

    any help please?

  2. #2
    Paul Dusterhoft
    Guest

    Re: deducting same amount from cells containing various values

    If you enter the formula "=MOD(1353,500)" into a cell, the result will be
    353.
    "Paul Rush" <[email protected]> wrote
    in message news:[email protected]...
    >
    > Help
    > I am trying to reduce a total in divisions of 500 to give me a total
    > for each 500 reached and leave a remainder
    >
    > ie
    >
    > 231
    > 456
    > 322
    > 124
    > 220
    >
    > = 1353
    > /500 = 2
    >
    > remain =353
    >
    > any help please?
    >
    >
    > --
    > Paul Rush
    > ------------------------------------------------------------------------
    > Paul Rush's Profile:
    > http://www.excelforum.com/member.php...o&userid=37500
    > View this thread: http://www.excelforum.com/showthread...hreadid=571541
    >




  3. #3
    Marcelo
    Guest

    RE: deducting same amount from cells containing various values

    Hi Paul,

    assuming the figures are on a1:a6 and the sum on A7

    on C7 use
    =int(a7/500)

    for the remain use
    =((a7/500-int(a7/500))*a7)/(a7/500)

    hth
    regards from Brazil
    Marcelo

    "Paul Rush" escreveu:

    >
    > Help
    > I am trying to reduce a total in divisions of 500 to give me a total
    > for each 500 reached and leave a remainder
    >
    > ie
    >
    > 231
    > 456
    > 322
    > 124
    > 220
    >
    > = 1353
    > /500 = 2
    >
    > remain =353
    >
    > any help please?
    >
    >
    > --
    > Paul Rush
    > ------------------------------------------------------------------------
    > Paul Rush's Profile: http://www.excelforum.com/member.php...o&userid=37500
    > View this thread: http://www.excelforum.com/showthread...hreadid=571541
    >
    >


  4. #4
    Registered User
    Join Date
    08-14-2006
    Posts
    2
    Thanks for the replys

    Marcelo, the formulas worked fantastically well. The stress is over!

    thanks

+ 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