+ Reply to Thread
Results 1 to 3 of 3

Too Many Arguments

  1. #1
    Registered User
    Join Date
    07-01-2013
    Location
    Indiana
    MS-Off Ver
    Excel 2007
    Posts
    6

    Too Many Arguments

    I need help with this IF statement for cell L12.

    I have it correct until i add in the tiers below for what would be imput into I3


    IF(I3<8500.01, IF(L3<0.81, 0.22, IF(L3<0.86, 0.24, IF(L3<0.91, 0.26, IF(L3<0.96, 0.28, IF(L3<1.01, 0.3, IF(L3<1.06, 0.32, IF(L3<1.11, 0.34, IF(L3<1.21, 0.36, 0.38)))))))), IF(I3<1750.01, IF(L3<0.81, 0.2, IF(L3<0.86, 0.22, IF(L3<0.91, 0.24, IF(L3<0.96, 0.26, IF(L3<1.01, 0.28, IF(L3<1.06, 0.3, IF(L3<1.11, 0.32, IF(L3<1.21, 0.34, 0.36))))))))), IF(I3<2850.01, IF(L3<0.81, 0.16, IF(L3<0.86, 0.18, IF(L3<0.91, 0.2, IF(L3<0.96, 0.22, IF(L3<1.01, 0.24, IF(L3<1.06, 0.26, IF(L3<1.11, 0.28, IF(L3<1.21, 0.3, 0.32))))))))), IF(L3<0.81, 0.14, IF(L3<0.86, 0.16, IF(L3<0.91, 0.18, IF(L3<0.96, 0.2, IF(L3<1.01, 0.22, IF(L3<1.06, 0.24, IF(L3<1.11, 0.26, IF(L3<1.21, 0.28, 0.3)))))))))

    This is added on sheet 2, but i dont want to keep this formula there, i want to remove it from the workbook.

    Tier 1 Tier 2 Tier 3 Tier 4
    >8500 8500.01-17500 1750.01-28500 28500.01>
    0% 80% 22% 20% 16% 14%
    81% 85% 24% 22% 18% 16%
    86% 90% 26% 24% 20% 18%
    91% 95% 28% 26% 22% 20%
    96% 100% 30% 28% 24% 22%
    101% 105% 32% 30% 26% 24%
    106% 110% 34% 32% 28% 26%
    111% 120% 36% 34% 30% 28%
    121% 38% 36% 32% 30%
    Last edited by 6StringJazzer; 10-03-2014 at 04:22 PM.

  2. #2
    Forum Expert
    Join Date
    06-26-2010
    Location
    Austin, TX
    MS-Off Ver
    Excel 2010
    Posts
    1,673

    Re: To Many Arguements

    Getting a headache trying to keep track of all the if statements and parentheses. What is your goal? I assume the table you included means something - what? I see four tiers, but some of the percentage 'rows' have 6 values and another has 5 values. There may be a better method than the nested IF statements.

    Pauley

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Too Many Arguments

    This kinda sounds like you could use a 2D table, and then use index/match?

    But we would need to see a small (clean) sample of what you are working with, and what your expected outcome would look like.
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Too Many Arguements in a function??
    By Gavalar in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-19-2014, 07:40 PM
  2. Too Many Arguements For Function?
    By wmitchell in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-03-2008, 07:19 PM
  3. [SOLVED] OR Function with more than 30 arguements
    By James T in forum Excel General
    Replies: 4
    Last Post: 05-11-2006, 08:40 PM
  4. [SOLVED] Too many arguements
    By pj in forum Excel General
    Replies: 3
    Last Post: 12-06-2005, 10:20 AM
  5. NPV calc with more than 29 arguements?
    By Felix in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-13-2005, 07:06 PM

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