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!

enter image description here

make slight adjustment table. instead of range 29-40 put lower limit 29:

enter image description here

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 

enter image description here


Comments

Popular posts from this blog

What is happening when Matlab is starting a "parallel pool"? -

angular - DownloadURL return null in below code -

php - Cannot override Laravel Spark authentication with own implementation -