Hello,
I have a spreadsheet which is in the form of a matrix - Costs by Job Position and Dept. I have an extremely simplified example below - but should suffice for illustration:
Dept:
Job Position: Engineering Legal Finance
Supervisor 1359 836 7892
Manager 0 5841 3697
Signal Op 7895 5712 135
Operations Admin 89743 4789 0
I need to use conditional formatting to determine if a given combination appears to colour the value cell a certain colour. For example, if we take the value for a supervisor within legal dept, the value cell might be yellow, whereas if it is supervisor and finance it might be green. The values themselves are not relevant to the formatting, although it is the value cell that will be formatted based on the dept and job position.
My initial approach is to build a separate worksheet with the combinations in a column. That is something separate. Assuming I had a set of criteria to look up - how would I achieve this (NB. I can do VBA but would like some specific rather than theoretical examples). I was thinking that if I had a separate list of the combined criteria - I could do an if statement nested in VBA. But am really looking for some more tangible ideas and examples to know if my approach is wrong.
Regds,
Raheel
I have a spreadsheet which is in the form of a matrix - Costs by Job Position and Dept. I have an extremely simplified example below - but should suffice for illustration:
Dept:
Job Position: Engineering Legal Finance
Supervisor 1359 836 7892
Manager 0 5841 3697
Signal Op 7895 5712 135
Operations Admin 89743 4789 0
I need to use conditional formatting to determine if a given combination appears to colour the value cell a certain colour. For example, if we take the value for a supervisor within legal dept, the value cell might be yellow, whereas if it is supervisor and finance it might be green. The values themselves are not relevant to the formatting, although it is the value cell that will be formatted based on the dept and job position.
My initial approach is to build a separate worksheet with the combinations in a column. That is something separate. Assuming I had a set of criteria to look up - how would I achieve this (NB. I can do VBA but would like some specific rather than theoretical examples). I was thinking that if I had a separate list of the combined criteria - I could do an if statement nested in VBA. But am really looking for some more tangible ideas and examples to know if my approach is wrong.
Regds,
Raheel