+ Reply to Thread
Results 1 to 2 of 2

Conditional format based on countifs

  1. #1
    Registered User
    Join Date
    04-21-2009
    Location
    Nottingham
    MS-Off Ver
    Excel 2003
    Posts
    66

    Conditional format based on countifs

    Hi there, I am capable of creating CountIFS formula, but can;t get it to correlate to conditional formatting.

    In Cell J2 i want the format to be yellow if countifs(J:J,J2,$B:$B,"X")>4 and countifs(K:K,K2,$B:$B,"X")>4

    I can do the first bit, its placing the "and" part I am having issues with

    Thanks in advance

  2. #2
    Forum Expert Colin Legg's Avatar
    Join Date
    03-30-2008
    Location
    UK
    MS-Off Ver
    365
    Posts
    1,256

    Re: Conditional format based on countifs

    Hi,

    Your profile says you are using XL 2003 but COUNTIFS() is only available in XL 2007 and later.

    =AND(COUNTIFS(J:J,J2,$B:$B,"X")>4, COUNTIFS(K:K,K2,$B:$B,"X")>4)
    Hope that helps,

    Colin

    RAD Excel Blog

+ 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