I am trying to conditionally format one column base on rank specified in another column in excel 2012.
consider the following example:
col_1 col_2
Alice 2
Sam 1
Tim 4
Alex 3
the highlighting color of column one should be determined by the value/rank in column 2, say the min in column 2 correspond to white and the max correspond to red, I want the first column to have corresponding highlighting. Alice - pale pink; Sam - white; Tim - red; Alex - dark pink. I do have lots of columns, so I do not want to have to make separate rules for all possible value/rank in column 2. I know there is a way to "format all cell base on their values" in excel, I am looking for the counter part "format all cell base on other cells' values"