hi,
i would like my cell in column c to turn green if the same value is in the cell in column b
IE
b6 = 20
C6 = 20
TURN C6 GREEN
thanks
steve
hi,
i would like my cell in column c to turn green if the same value is in the cell in column b
IE
b6 = 20
C6 = 20
TURN C6 GREEN
thanks
steve
Hi Steve,
While in cell C6, Format Conditional Formatting
Formula Is
=C6=B6
Format Patterns Green
HTH
Carim
![]()
Hi
Try the below
Select Column C and enter in Conditional formatting
=IF(OFFSET(C1,0,-1)*COUNTIF(B:B,C1)>1,TRUE,FALSE)
Matches any value in B which is in C
VBA Noob
_________________________________________
![]()
![]()
Credo Elvem ipsum etian vivere
_________________________________________
A message for cross posters
Please remember to wrap code.
Forum Rules
Please add to your signature if you found this link helpful. Excel links !!!
thanks
works great
steve
Glad Carim and/or I helped you
VBA Noob
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks