gino59
Active Member
- Joined
- Jul 26, 2010
- Messages
- 496
Hi all!!
Hoping someone can unclog my brain and help me with this one!
I have formulae that pull the top 3 values from a column (Table1[State]).
What I'm trying to get is a count of all the other values that DO NOT equal the value in cell C3, C4 or C5.
So, in cell B6, I've entered this formula...
Basically count the entries in Table1[State] column that don't equal any of the values in C3, C4, or C5.
I'm sure this is a brain cramp of magnitude 9, but I can't figure it out!
Many thanks as always!!
Cheers,
Gino
Hoping someone can unclog my brain and help me with this one!
I have formulae that pull the top 3 values from a column (Table1[State]).
What I'm trying to get is a count of all the other values that DO NOT equal the value in cell C3, C4 or C5.
So, in cell B6, I've entered this formula...
Code:
=COUNTIF(Table1[State],(AND(Table1[State]<>$C$3,Table1[State]<>$C$4,Table1[State]<>$C$5)))
Basically count the entries in Table1[State] column that don't equal any of the values in C3, C4, or C5.
I'm sure this is a brain cramp of magnitude 9, but I can't figure it out!
Many thanks as always!!
Cheers,
Gino