Color cells based on lookup values in a separate workbook

XCman

New Member
Joined
Oct 17, 2013
Messages
1
Environment: I am using Excel 2003 and self taught in excel and VBA. I am very new to VBA and if pointed in the right direction will learn a topic. However I need direction

I have a mockup of a Call Center floor seating diagram called "Seating Chart" Workbook and Spreadsheet. "Seating Chart" Workbook pulls information from "CC Database" Workbook and "Master" spreadsheet based on Seating location, Nick Name, and Extension and fills in the correct cells in the diagram.

Task: What I need is to be able to look at the names in the "seating chart diagram" find which Supervisor they are assigned to and color the cell according to the supervisor.

Problem: I believe I need to accomplish this with a VBA macro because the colors I need exceeds 3 color conditional formatting limit Excel 2003 has.
I know I need to use either a Vlookup or Index/Match formula and assign it to a variable and see if it's contents match the supervisor and color the cell accordingly.

I understand what I am asking is complicated in a huge spreadsheet with multiple areas.
I just need help getting started with the first couple rows of seats and I can use the examples you guys guide me on to finish the rest of the chart. But I just don't know how to get started or stitch the concepts together into a working macro to run through the entire spreadsheet.

Your help is greatly appreciated
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.

Forum statistics

Threads
1,215,332
Messages
6,124,314
Members
449,153
Latest member
JazzSingerNL

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top