Results 1 to 2 of 2

Thread: Complex Formula, Error 504-Can't find where I went wrong

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Junior Member
    Join Date
    Aug 2013
    Posts
    9
    Rep Power
    0
    If you don't require a monthly breakdown and just a total perhaps the following would do you....

    PHP Code:
    =(MIN(BaseQuota,SUM(YTDSales))*2)+(MAX(SUM(YTDSales)-BaseQuota,0)*4
    Where YTDSales is a range representing Jan to Aug sales.

    I like avoiding IFs where I can because it can end up being confusing when you come back to read/edit it at a later date, and tends to lead to near duplication between the TRUE and FALSE parts, which can also be a pain for future changes.

    Of course, it's a slightly different matter if you require a monthly breakdown. In which case I suggest an "Points Balance" column into the data that shows a per month points and then sum that column for the total.
    Last edited by Dexter1759; 09-27-2013 at 04:10 PM.

Similar Threads

  1. Find Duplicate Values Across Sheets Using Formula
    By mahmoud-lee in forum Excel Help
    Replies: 14
    Last Post: 06-22-2013, 02:52 PM
  2. Replies: 3
    Last Post: 06-12-2013, 07:14 PM
  3. Sort Data Using Formula To Find Top X
    By mahmoud-lee in forum Excel Help
    Replies: 12
    Last Post: 06-02-2013, 10:13 PM
  4. Replies: 0
    Last Post: 09-07-2012, 09:10 PM
  5. Find Color in the string using formula.
    By LalitPandey87 in forum Excel Help
    Replies: 4
    Last Post: 07-10-2012, 09:16 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •