Situation:
I have an Excel Spreadsheet with data pulled from 2 different access databases. One column contains a Point of Sales Customer Number(PosCustomer) pulled from the Point of Sales Database, another contains the Customer Information Service Customer Number(CisCustomer) and the last one contains the Customer Information Service Account Number(CisAccount) both pulled from Customer Information Service Database
Goal:
If PosCustomer = CisCustomer then highlight Red
If PosCustomer = CisAccount then highlight Blue
Question:
How would I do this?![]()
Bookmarks