multiple conditional formatting a column/sheets

Copper Contributor

I have several sheets with phone numbers that I need to have cross-referenced. For example:

I have sheets labeled NO SHOW, ONLINE REQUEST, SCHEDULED, and CALL LOG. 

I need to have the phone numbers in my call log to change the text color if there are duplicates (on that sheet), the phone number cell highlighted in one color if the number is on the no show list, another color if the number is on the online request sheet, and another color if the number is on the scheduled list. 

My lists are ongoing and new information will be added daily.  

1 Reply

@jennifer945 

You need as many rules as colors you'd like to use for highlighting. Thus 4 if I understood the logic correctly. To show duplicates in the first sheet, it's like =COUNTIF(A:A,A1)>1, to show if the value is another sheet column like =COUNTIF(Sheet!A:A,A1)>0