![]() |
#9
|
||||
|
||||
![]()
Hi TishyMouse,
I think there's something wrong with your conditional format rules on the Data sheet. It seems to me that the intent is to highlight those cells that don't have an 'X' match on the MessageDetails sheet, but that's not what's happening. However, if you correlate the highlights on the Data sheet with the values on the MessageDetails sheet, you'll see that the highlighting is applied to some cells for which there is an 'X' match on the MessageDetails sheet. Indeed, three of the four highlighted cells have an 'X' match on the MessageDetails sheet and one that doesn't have an 'X' match on the MessageDetails sheet isn't highlighted. Assuming I'm correct about the above, the conditional format formula should be: =OFFSET(MessageDetails!$A$1,MATCH($A2,MessageDetai lsSourceMessages,0),MATCH($B2,MessageDetailsColHea dings,0))=0 and the count of unmatched entries on the Data sheet should be 2, which you can get via: =SUMPRODUCT((TableMessageDetails[[COL1]:[COL5]]=0)*NOT(ISNA(MATCH(TableMessageDetails[Source Message]&"."&TableMessageDetails[[#Headers],[COL1]:[COL5]],TableData[Row.Col],0)))) Note: As before, watch for unwanted spaces inserted by the board software.
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Ranking with multiple criteria | angie.chang | Excel | 0 | 08-14-2012 04:49 PM |
Change values in cells based on criteria | SaneMan | Excel Programming | 2 | 02-02-2012 07:58 AM |
![]() |
apolloman | Excel | 6 | 08-24-2011 05:38 AM |
How to count cells containing data and meet certain criteria | AdamNT | Excel | 1 | 08-11-2006 11:51 PM |
![]() |
pumpkin head | Excel | 1 | 02-17-2006 09:06 AM |