+ Reply to Thread
Results 1 to 6 of 6

COUNTIFS - Too Few Arguments

  1. #1
    Registered User
    Join Date
    01-17-2014
    Location
    Fenton Missouri
    MS-Off Ver
    Excel 2007
    Posts
    54

    COUNTIFS - Too Few Arguments

    Can someone help me solve this problem

    I have two formulas that are working correctly that i am trying to add an argument to.

    Working Formulas
    In cell W2: =COUNTIFS(T:T,"<31")
    This formula successfully counts the number of cells in row T that contain numbers less than 31
    In Cell X2: =COUNTIFS(T:T,">30",T:T"<61")
    This formula successfully counts the number of cells in row T that contain numbers between 31 and 60

    So now I am trying to add one additional condition to these existing formulas
    Only count if S;S="Pending"
    =COUNTIFS(T:T,"<31",S;S="Pending")
    =COUNTIFS(T:T,">30",T:T"<61",,S;S="Pending")

    I am getting the error of Too Few Arguments on both of the above examples................I am confused, how can I have too few arguments if the only change that I made was adding an additional argument?

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: COUNTIFS - Too Few Arguments

    You have a misplaced comma in there
    Also a ; which should be :
    Try

    =COUNTIFS(T:T,">30",T:T,"<61",S:S="Pending")
    Last edited by Jonmo1; 09-17-2015 at 09:26 AM.

  3. #3
    Registered User
    Join Date
    01-17-2014
    Location
    Fenton Missouri
    MS-Off Ver
    Excel 2007
    Posts
    54

    Re: COUNTIFS - Too Few Arguments

    I have made the corrections and still get the too few arguments error

  4. #4
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: COUNTIFS - Too Few Arguments

    Should be

    =COUNTIFS(T:T,">30",T:T,"<61",S:S,"Pending")

  5. #5
    Registered User
    Join Date
    01-17-2014
    Location
    Fenton Missouri
    MS-Off Ver
    Excel 2007
    Posts
    54

    Re: COUNTIFS - Too Few Arguments

    Thanks for the help...........got it now

  6. #6
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: COUNTIFS - Too Few Arguments

    You're welcome.

+ 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] Countifs + Countifs - replacement?
    By JulieQ in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-05-2015, 03:02 PM
  2. [SOLVED] COUNTIFS - To few arguments
    By GSAN in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 09-02-2014, 10:51 PM
  3. [SOLVED] Too many arguments...
    By ka3kii in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-18-2013, 09:07 AM
  4. COUNTIFS OR COUNTIFS needs to work
    By joshbellfi in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-23-2013, 10:55 AM
  5. COUNTIFS OR...multiple countifs without duplication in the numbers
    By HooligaD in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-21-2012, 09:53 AM
  6. Replies: 0
    Last Post: 12-16-2011, 09:01 AM
  7. Storing CountIfs arguments in an array?
    By fomoz in forum Excel Formulas & Functions
    Replies: 16
    Last Post: 02-17-2011, 05:07 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