Results 1 to 13 of 13

More than 7 IFs

Threaded View

  1. #11
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: More than 7 IFs

    First I simplified the formula currently existing in B4 to
    =(B7+B11)*VLOOKUP(B3,ComTable1,3,TRUE)+B10*VLOOKUP(B3,ComTable1,2,TRUE)+IF(B3>='Office Setup'!G18,((B33*'Office Setup'!M16)+(B32*'Office Setup'!M15)+(B31*'Office Setup'!M13)+(B30*'Office Setup'!M12)+(B29*'Office Setup'!M11)+(B28*'Office Setup'!M10)+(B27*'Office Setup'!M9)+(B22*'Office Setup'!M8)+(B20*'Office Setup'!M6)+(B18*'Office Setup'!M4)+(B15*('Office Setup'!M3/'Office Setup'!N3))),0)
    It is not an array formula. I assigned the name ComTable1 to the Office Setup cells G18:I25. In that Table (row 18), I added a level 0 (0,0,0,0) so that values of less than 500 points will give a result of 0. Not sure where to go from here until I understand the spreadsheet a little better.

    The second part of that formula where you're taking values from each color and multiplying it by the corresponding value in your commission table schedule could be greatly simplified with SUMPRODUCT if you brought all those cells together (B15, B18, B20...) in another table. Just a thought.
    Last edited by ChemistB; 01-26-2010 at 05:53 PM. Reason: Additional thoughts

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