Excelprobs
New Member
- Joined
- Mar 4, 2009
- Messages
- 3
Hello Guys,Gals.
For sometime now i've been searching how i could highlight entire rows in excel based on the data in one column. like for example
----A--- B--- C--- D--- E
1---a---as---we---fg---sd
2---a---fv---fd-----ij---ok
3---b---kh---hj----pl---uh
4---b---er---rt-----ty---ty
5---c---kj---kl-----as---oe
6---d---er---cv----cv---we
i made a formula that highlights the last occurance of the duplicates in a column. therefore A2,A4,A5 and A6 will be highlighted. A5 and A6 are highlighted even though it has only one occurance which is exactly what im looking for the conditional formatting to do.
the folmula i used in conditional formatting is
=IF(COUNTIF($B$2:$B$11,B2)=1,TRUE,COUNTIF($B$2:B2,B2)=COUNTIF($B$2:$B$11,B2))
Now iam limited to highlighting only one column. Can anyone help mewith highlighting the entire row of the cells that are already highlighted?
Thanx for all the help in advance
For sometime now i've been searching how i could highlight entire rows in excel based on the data in one column. like for example
----A--- B--- C--- D--- E
1---a---as---we---fg---sd
2---a---fv---fd-----ij---ok
3---b---kh---hj----pl---uh
4---b---er---rt-----ty---ty
5---c---kj---kl-----as---oe
6---d---er---cv----cv---we
i made a formula that highlights the last occurance of the duplicates in a column. therefore A2,A4,A5 and A6 will be highlighted. A5 and A6 are highlighted even though it has only one occurance which is exactly what im looking for the conditional formatting to do.
the folmula i used in conditional formatting is
=IF(COUNTIF($B$2:$B$11,B2)=1,TRUE,COUNTIF($B$2:B2,B2)=COUNTIF($B$2:$B$11,B2))
Now iam limited to highlighting only one column. Can anyone help mewith highlighting the entire row of the cells that are already highlighted?
Thanx for all the help in advance