How to use conditional formatting to display a certain logo with association to a company ID
If two logos are used for two different companies, you would setup two different conditional formatting rules but only make the rules related to one of the company IDs
Below are examples for the two conditional formatting rules
This one could be called CWS (Where CWS is the company ID)
To Show the logo that is associated with the company ID used in conditional formatting:
Conditional Formatting: Contains([CompanyID], 'CWS')=FALSE (You would then set the Visibility to No/False)
This one could be called Non-CWS (For the other company's logo)
To Show the logo this not associated with the company ID used in conditional formatting:
Conditional Formatting: Contains([CompanyID], 'CWS')=TRUE (You would then set the Visibility to No/False)