+ Reply to Thread
Results 1 to 3 of 3

Sum of Products by Number of Days

  1. #1
    Registered User
    Join Date
    06-25-2012
    Location
    Newark, New Jersey
    MS-Off Ver
    Excel 2007
    Posts
    42

    Sum of Products by Number of Days

    I need an equation that gives me a count of every 22 products (Column E) from the number days/dates given. Also I need an equation that continues on from the difference in Column F.

    Please see attached.

    Thank you.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,062

    Re: Sum of Products by Number of Days

    in E3
    =INT(SUM(D$2:D3)/22)

    in F3
    =SUM(D$2:D3)-E3*22

    and copy down
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Registered User
    Join Date
    06-25-2012
    Location
    Newark, New Jersey
    MS-Off Ver
    Excel 2007
    Posts
    42

    Re: Sum of Products by Number of Days

    That equation did not work.

    ---------- Post added at 06:50 PM ---------- Previous post was at 06:44 PM ----------

    I came up with this equation, but it gets me a wrong number when I decrease the division to 10 products per.

    and this in E2...
    =IF(SUM($C$2:C2)>=22,INT(SUM($C$2:C2)/22,"")

    and this in F2...
    =IF(SUM($C$2:C2)>=22,MOD(SUM($C$2:C2),22),"")

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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