M
magmike
The field (E$5) that will determine the color of the row (E1:E15), is a zipcode and there are 98 poosible entries for this. To avoid having 98 rules (the 98 zip codes are divided up between 6 people). I am trying to use VLOOKUP to determine the color (6 total colors, so 6 rules), but am having problems.
I am using this without luck:
VLOOKUP(E$5,Territories,4,FALSE)="Territory1"
When I use this, it converts it to this:
="VLOOKUP(E$5,Territories,4,FALSE)=""Territory1""
Any ideas or suggestions on how to do this through VB?
Thanks in advance for your help,
magmike
I am using this without luck:
VLOOKUP(E$5,Territories,4,FALSE)="Territory1"
When I use this, it converts it to this:
="VLOOKUP(E$5,Territories,4,FALSE)=""Territory1""
Any ideas or suggestions on how to do this through VB?
Thanks in advance for your help,
magmike