Hi all
Perhaps someone can help me out by telling me what is wrong with my MATCH formula in conditional formatting OR if you think I should be using a different formula (IF) then great.
We have a list of staff and in one column the sheet shows their current payscale. Another column shows their payscale from last year.
If they have moved up the payscale I would like the current salary cell to go GREEN, if it has stayed the same it needs to go ORANGE and lower = RED.
As the salary points are not numeric I created a separate list of the scales in order of lowest to highest and then I put the following in conditional formatting....but its not working. Can you help me out with why?
The cells values are VLOOKUP results though - would this have an effect?
=MATCH(B2,scales!$A$2:$A$58,0) (more than)MATCH(A2,scales!$A$2:$A$58,0) select GREEN FILL
=MATCH(B2,scales!$A$2:$A$58,0) =MATCH(A2,scales!$A$2:$A$58,0) select ORANGE FILL
=MATCH(B2,scales!$A$2:$A$58,0) (lower than)MATCH(A2,scales!$A$2:$A$58,0) select RED FILL
I created it in my own spreadsheet to test it, then I went to my boss's spreadsheet which has various formula's on and tried to replicate it to no avail
Any help appreciated
Bookmarks