+ Reply to Thread
Results 1 to 4 of 4

SUMIF based on monthly accumulation

  1. #1
    Registered User
    Join Date
    02-17-2007
    Posts
    22

    Question SUMIF based on monthly accumulation

    In column A, I have each day of August in a separate row.
    In column B, I have # of trans processed each day.
    In column C, I need to asses a per trans fee of .45 if there are more than 100 trans for the month.

    Without having to add an additional column to accumulate the number of trans for the month, is there a combination IF / SUMIF formula that i can give it to only assses the per trans fee if the monthly accumulation goes over 100? also -- on the specific row that it happens on, I only want to charge for the # of trans over 100, not necessarily the # of trans for that day.

    Any help would be appreciated !!

  2. #2
    Registered User
    Join Date
    02-17-2007
    Posts
    22

    Re: SUMIF based on monthly accumulation

    What i'm trying to accomplish is the following:
    IF
    B5>100 AND
    B5>B4 AND
    B4<100
    THEN (B5-100)*.40

    AND

    IF
    B5>100
    B5>B4
    B4>100
    THEN (B5-B4)*.40

    ELSE

    0

  3. #3
    Forum Expert
    Join Date
    07-16-2010
    Location
    Northumberland, UK
    MS-Off Ver
    Excel 2007 (home), Excel 2010 (work)
    Posts
    3,054

    Re: SUMIF based on monthly accumulation

    I set up a test sheet for this, with rows from 1 to 30, if your range is larger you'll have to adjust this formula, but this works:

    Please Login or Register  to view this content.

    The final zero in that formula is what is returned if there are 100 or fewer transactions in the month, because I wasn't sure what you wanted to return in that case.

  4. #4
    Registered User
    Join Date
    09-22-2011
    Location
    telecorp2011
    MS-Off Ver
    NY
    Posts
    1

    Re: SUMIF based on monthly accumulation

    Hey..you can use SUMIF(F15:F25,">0")/MAX(1,COUNT(F15:F25)) formula if u r getting any DIV/0! error message

    Software as a Service | Sales Generator Systems

+ 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