+ Reply to Thread
Results 1 to 2 of 2

converting countifs to 2003 function

  1. #1
    Registered User
    Join Date
    02-18-2011
    Location
    Boston, USA
    MS-Off Ver
    Excel 2003
    Posts
    41

    converting countifs to 2003 function

    Hi
    I have this formula that I wrote in Excel 2010 using countifs function. I need to make it work in 2003. I belive using the sumproduct function might work, but I am not sure how to change it so it works. Here is what works in 2010

    =COUNTIF('Capa ontime '!BO:BO,"CAPA")/COUNTIFS('Capa ontime '!BO:BO,"CAPA",'Capa ontime '!CN:CN,"<>Closed - Done",'Capa ontime '!CN:CN,"<>Complete")*0.1

    Thanks

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: converting countifs to 2003 function

    Hi


    =COUNTIF('Capa ontime '!BO:BO,"CAPA")/SUMPRODUCT(('Capa ontime '!BO1:BO100="CAPA")*('Capa ontime '!CN1:CN100<>"Closed - Done")*('Capa ontime '!CN1:CN100"<>Complete"))*0.1

    Change the range 1:100 as appropriate
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

+ 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