I have a spreadsheet that has people who are classed as Platinum (P), Gold(G), Silver(S), and Bronze(B) and I want to use conditional formatting arrows to show when people are getting to the top or bottom criteria of their groups I have a former that works but I can get this to work in conditional formatting can any one help?
My formulas are;
=IF(N2="P",IF(J2>200000,1,0),IF(N2="G",IF(J2>18000,1,0),IF(N2="S",IF(J2>1800,1,0),IF(N2="B",IF(J2>80,1,0),0))))
=IF(N2="P",IF(J2>23000,1,0),IF(N2="G",IF(J2>2000,1,0),IF(N2="S",IF(J2>100,1,0),IF(N2="B",IF(J2>50,1,0),0))))
My formulas are;
=IF(N2="P",IF(J2>200000,1,0),IF(N2="G",IF(J2>18000,1,0),IF(N2="S",IF(J2>1800,1,0),IF(N2="B",IF(J2>80,1,0),0))))
=IF(N2="P",IF(J2>23000,1,0),IF(N2="G",IF(J2>2000,1,0),IF(N2="S",IF(J2>100,1,0),IF(N2="B",IF(J2>50,1,0),0))))