+ Reply to Thread
Results 1 to 3 of 3

Too Many Arguments?

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    10-05-2010
    Location
    CA
    MS-Off Ver
    Excel 365
    Posts
    539

    Too Many Arguments?

    Hello,
    Could someone help me with the following formula? I keep getting an error message about there being too many arguments. Any help with this would be greatly appreciated.

    =IF(AND(F17<C17,(C17+F17)/2)<F18,C18<F18,C18<F17,F18<C17,(F18-C18)/(.001+(D18-E18)>0.6),TRUE,FALSE)
    Last edited by artiststevens; 08-13-2011 at 08:16 PM.

  2. #2
    Forum Expert ConneXionLost's Avatar
    Join Date
    03-11-2009
    Location
    Victoria, Canada
    MS-Off Ver
    2010
    Posts
    2,952

    Re: Too Many Arguments?

    Hi,

    How about this:

    =AND(F17<C17,((C17+F17)/2)<F18,C18<F18,C18<F17,F18<C17,((F18-C18)/(.001+(D18-E18)))>0.6)
    Cheers,
    Would you like to say thanks? Please click the: " Add Reputation" button, on the grey bar below the post.

  3. #3
    Forum Contributor
    Join Date
    10-05-2010
    Location
    CA
    MS-Off Ver
    Excel 365
    Posts
    539

    Re: Too Many Arguments?

    That worked like a charm! Thank you!

+ 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