+ Reply to Thread
Results 1 to 3 of 3

Too many arguments - IF formula

  1. #1
    Registered User
    Join Date
    08-18-2011
    Location
    Melbourne, Australia
    MS-Off Ver
    Excel 2010
    Posts
    55

    Too many arguments - IF formula

    Hi,

    I'm receiving the error - You've entered too many arguments for this function.

    I'm trying to create a formula where if I2 is greater than 1.1 and if J2 is greater than 0.99 then display O2 - if false leave blank.

    =IF(I2>1.1,O2,"",IF(J2>0.99,O2,""))

    Cheers

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,699

    Re: Too many arguments - IF formula

    Do you mean both of those conditions need to be fulfilled?

    Try using AND

    =IF(AND(I2>1.1,J2>0.99),O2,"")

    if it's either condition then replace AND with OR
    Audere est facere

  3. #3
    Registered User
    Join Date
    08-18-2011
    Location
    Melbourne, Australia
    MS-Off Ver
    Excel 2010
    Posts
    55

    Re: Too many arguments - IF formula

    Yeh it was both of these conditions...it works....thanks for your help!

+ 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