Here is my scenario:
I am using an Excel Spreadsheet (Excel 2003). I have 10 columns with two rows each. For conversation sake I will call these rows Row 2 and Row 3. The columns are B-K. I want to insert a third row (which I already have done; Row 4) which ranks each column. Rows 2 and 3 are in numeric format. I want to insert a number into each column in Row 4 which reflects the rank of each column based on the following rules in the following priority:
(1) The columns shall be ranked by the numbers in Row 2 in ascending order. If there is a tie then:
(2) The columns shall be ranked by the numbers in Row 3 in ascending order.
If there is a tie after these two rules, I want the tying columns to share the same rank. Let's say two columns share 4th place. The ranks would look like this:
1, 2, 3, 4, 4, 6, 7, 8, 9, 10. There is no "5" because of the tie.
Does anyone know how I can do this?
I am using an Excel Spreadsheet (Excel 2003). I have 10 columns with two rows each. For conversation sake I will call these rows Row 2 and Row 3. The columns are B-K. I want to insert a third row (which I already have done; Row 4) which ranks each column. Rows 2 and 3 are in numeric format. I want to insert a number into each column in Row 4 which reflects the rank of each column based on the following rules in the following priority:
(1) The columns shall be ranked by the numbers in Row 2 in ascending order. If there is a tie then:
(2) The columns shall be ranked by the numbers in Row 3 in ascending order.
If there is a tie after these two rules, I want the tying columns to share the same rank. Let's say two columns share 4th place. The ranks would look like this:
1, 2, 3, 4, 4, 6, 7, 8, 9, 10. There is no "5" because of the tie.
Does anyone know how I can do this?