Dear friends, I have tabla1 and table2. Ther...

Dear friends,

I have tabla1 and table2. There is same Columns on both tables like name of client. How can i do this? I want to have name painted as red color if the name is not inside of table2 in name column.

0 2 303
2 REPLIES 2

Try this for the formatting rule: NOT(IN([Client], SELECT(table2[Client], TRUE)))

@Bellave_Jayaram Thanks a lot my friend. It is working.

Top Labels in this Space