Okay... heres the plot.
I have a simple bar chart setup to display a few bits of data. The bars are color coded to a range of 9 cells in the worksheet and each colour must stick to the contents of the cell. For example: If cell P9 contains the text "Paramount" then I need the color to be beige. The table in which this string is contained will be sorted each time it is updated. If for some reason upon sort the location of the string "Paramount" changes to P10, then I need its according colour to follow or stick to the string. I know this can be done very easily using conditional formatting but I have a total of 9 conditions and of course only three are allowed. I figure there are two ways to look at the task:
1: In the sort force colors to sort just the same as text and formulas.
2: Use VBA to create 9 conditions in which to colour the cells according to given criteria.
My 9 Conditions are:
Paramount
Ventura
Fox
Universal
Pre-production
Paramount
Microsoft
Dreamworks
Independent Studios
Disney
As for colouring criteria I will determine those at a later time. Any generic colours will do for testing purposes.
Thankies!
tW33k
I have a simple bar chart setup to display a few bits of data. The bars are color coded to a range of 9 cells in the worksheet and each colour must stick to the contents of the cell. For example: If cell P9 contains the text "Paramount" then I need the color to be beige. The table in which this string is contained will be sorted each time it is updated. If for some reason upon sort the location of the string "Paramount" changes to P10, then I need its according colour to follow or stick to the string. I know this can be done very easily using conditional formatting but I have a total of 9 conditions and of course only three are allowed. I figure there are two ways to look at the task:
1: In the sort force colors to sort just the same as text and formulas.
2: Use VBA to create 9 conditions in which to colour the cells according to given criteria.
My 9 Conditions are:
Paramount
Ventura
Fox
Universal
Pre-production
Paramount
Microsoft
Dreamworks
Independent Studios
Disney
As for colouring criteria I will determine those at a later time. Any generic colours will do for testing purposes.
Thankies!
tW33k