excel - Color Scale using two pieces of information -
i need make color scale using 2 pieces of information. have included picture below reference.
what want need match input level (cell f3) model levels (cell a3:a4).
then need compare input score (cell g3) low, mid, hi scores on model (cell b3:d4).
then need highlight score (cell g3) corresponding color. advice appreciate!
make slight adjustment table. instead of range 29-40 put lower limit 29:
then create 3 rules:
red
=match(g3,index(b:d,match(f3,a:a,0),0))=1 yellow
=match(g3,index(b:d,match(f3,a:a,0),0))=2 green
=match(g3,index(b:d,match(f3,a:a,0),0))=3 


Comments
Post a Comment