+ Reply to Thread
Results 1 to 4 of 4

Changing Countifs to a 2003 compatible function

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

    Changing Countifs to a 2003 compatible function

    Hi
    I wrote some formulas using the countifs function in excel 2010, however some of my coworkers only have excel 2003. What function could I replace the countifs with. Would it be a one ot one replacement?

    The formulas are below:
    =COUNTIFS('Records Created'!$BP:$BP,"Deviation",'Records Created'!E:E,"Critical")
    =COUNTIFS('Records Created'!$BP:$BP,"Deviation",'Records Created'!E:E,"Major")
    =COUNTIFS('Records Created'!$BP:$BP,"Deviation",'Records Created'!E:E,"Minor")

    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: Changing Countifs to a 2003 compatible function

    Hi,

    Probably a SUMPRODUCT() function, but I suggest you limit the ranges to just the rows you need e.g

    =SUMPRODUCT(('Records Created'!$BP1:$BP100="Deviation")*('Records Created'!E1:E100="Critical"))
    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.

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

    Re: Changing Countifs to a 2003 compatible function

    Hi that worked on those, but this one is not cooperating when I try to convet it.
    =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

  4. #4
    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: Changing Countifs to a 2003 compatible function

    Hi,

    You'll need to show us how you've converted your function to the SUMPRODUCT() version

+ 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