I am using:
=COUNTIF($D$2:$D$14,D2)>1
to give me TRUE / FALSE, where column D is a helper column consisting of columns A, B and C concatenated.
Is there any way to use a single formula for CF without a helper column?
I am using:
=COUNTIF($D$2:$D$14,D2)>1
to give me TRUE / FALSE, where column D is a helper column consisting of columns A, B and C concatenated.
Is there any way to use a single formula for CF without a helper column?
Last edited by tone640; 08-23-2011 at 08:20 AM.
Hi,
Yes, you're using XL 2007 so you can use COUNTIFS() directly in the conditional formatting.
=COUNTIFS($A$2:$A$14,$A2,$B$2:$B$14,$B2,$C$2:$C$14,$C2)>1
Use conditional formatting..
Try this, note the anchors ($)
Formula is:=
Applies To:=![]()
Please Login or Register to view this content.
![]()
Please Login or Register to view this content.
Last edited by Marcol; 08-23-2011 at 08:19 AM. Reason: Added example w/book
If you need any more information, please feel free to ask.
However,If this takes care of your needs, please select Thread Tools from menu above and set this topic to SOLVED. It helps everybody! ....
Also
اس کی مدد کرتا ہے اگر
شکریہ کہنے کے لئے سٹار کلک کریں
If you are satisfied by any members response to your problem please consider using the small Star icon bottom left of their post to show your appreciation.
Thanks Colin, can't quite get my head round these yet.
In earlier versions I take it you would use SUMPRODUCT?
Hi,
COUNTIFS wasn't available pre 2007 so, yes, SUMPRODUCT would be an alternative option.In earlier versions I take it you would use SUMPRODUCT?
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks