Sure i'll xplain wat i want.....
first of all just go through the sample data
Now there r 2 types of data col data and pur data
My intention is all the the 2 columns except final1 and final2 are from my side. And final1 and final2 r from outside I want to know that whether they r giving me the same grades as mine or they r giving better or lower than me. Only for this i m doing this excercise.
For col, col1, col2 i have created a formula through which it shows me the better or weaker grades, so i consider all the 3 columns from my side as One and try to compare it with final1.
Now observe If Condition Column.......in that if final1 is having the data which better or equal to mine then i have displayed final1 else it should show "Col". Row4 i have H, G(7), H(8) and G.....here incol1 i have G which is equal to final and there is no grade which is better than G. So i accepted the data. And in row 16 i have J, I(8), J(1) and J.....here in col1 i have better grade than J i.e. I(8). So I displayed Col
Same logic applies to pur,pur1,pur2 and final2.....but in this case i have to first use array, then after getting the result i have to compare it with final2, if result is equal to final2 then it will display final2 else Pur.
I know its a bit complicating....but there is no other option
Sheet3
<table style="background-color: rgb(255, 255, 255); padding-left: 2pt; padding-right: 2pt; font-family: Arial,Arial; font-size: 10pt;" border="1" cellpadding="0" cellspacing="0"> <colgroup> <col style="width: 30px; font-weight: bold;"> <col style="width: 64px;"> <col style="width: 64px;"> <col style="width: 64px;"> <col style="width: 64px;"> <col style="width: 72px;"> <col style="width: 64px;"> <col style="width: 64px;"> <col style="width: 64px;"> <col style="width: 64px;"> <col style="width: 64px;"> <col style="width: 64px;"> <col style="width: 64px;"> <col style="width: 64px;"></colgroup> <tbody> <tr style="text-align: center; background-color: rgb(202, 202, 202); font-size: 8pt; font-weight: bold;"> <td>
</td> <td>A</td> <td>B</td> <td>C</td> <td>D</td> <td>E</td> <td>F</td> <td>G</td> <td>H</td> <td>I</td> <td>J</td> <td>K</td> <td>L</td> <td>M</td></tr> <tr style="height: 17px;"> <td style="text-align: center; background-color: rgb(202, 202, 202); font-size: 8pt;">2</td> <td style="text-align: center; color: rgb(0, 128, 0); font-size: 9pt; font-weight: bold;">Col</td> <td style="text-align: center; color: rgb(0, 0, 255); font-size: 9pt; font-weight: bold;">Col1</td> <td style="text-align: center; color: rgb(0, 0, 255); font-size: 9pt; font-weight: bold;">Col2</td> <td style="color: rgb(128, 0, 0); font-size: 9pt; font-weight: bold;">final1</td> <td style="color: rgb(128, 0, 0); font-size: 9pt; font-weight: bold;">IF Condition</td> <td style="color: rgb(128, 0, 0); font-size: 9pt; font-weight: bold;">
</td> <td style="color: rgb(0, 128, 0); font-size: 9pt; font-weight: bold;">Pur</td> <td style="color: rgb(0, 0, 255); font-size: 9pt; font-weight: bold;">Pur1</td> <td style="color: rgb(0, 0, 255); font-size: 9pt; font-weight: bold;">Pur2</td> <td style="color: rgb(128, 0, 0); font-size: 9pt; font-weight: bold;">final2</td> <td style="font-size: 9pt; font-weight: bold;">Array</td> <td style="font-size: 9pt; font-weight: bold;">Expected Result</td> <td>
</td></tr> <tr style="height: 17px;"> <td style="text-align: center; background-color: rgb(202, 202, 202); font-size: 8pt;">3</td> <td>
</td> <td style="color: rgb(0, 0, 255); font-size: 9pt;">
</td> <td style="color: rgb(0, 0, 255); font-size: 9pt;">
</td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">
</td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">
</td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">
</td> <td style="color: rgb(0, 128, 0); font-size: 9pt;">
</td> <td style="color: rgb(0, 0, 255); font-size: 9pt;">
</td> <td style="color: rgb(0, 0, 255); font-size: 9pt;">
</td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">
</td> <td style="font-size: 9pt;">
</td> <td style="font-size: 9pt;">
</td> <td>
</td></tr> <tr style="height: 17px;"> <td style="text-align: center; background-color: rgb(202, 202, 202); font-size: 8pt;">4</td> <td style="text-align: center; color: rgb(0, 128, 0); font-size: 9pt;">H</td> <td style="text-align: center; color: rgb(0, 0, 255); font-size: 9pt;">G(7)</td> <td style="text-align: center; color: rgb(0, 0, 255); font-size: 9pt;">H(8)</td> <td style="text-align: center; color: rgb(128, 0, 0); font-size: 9pt;">G </td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">Final1 </td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">
</td> <td style="color: rgb(0, 128, 0); font-size: 9pt;">VS1</td> <td style="color: rgb(0, 0, 255); font-size: 9pt;">VVS2</td> <td style="color: rgb(0, 0, 255); font-size: 9pt;">VS1</td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">VVS2 </td> <td style="font-size: 9pt;">VVS2</td> <td style="font-size: 9pt;">Final2</td> <td>
</td></tr> <tr style="height: 17px;"> <td style="text-align: center; background-color: rgb(202, 202, 202); font-size: 8pt;">5</td> <td style="text-align: center; color: rgb(0, 128, 0); font-size: 9pt;">H</td> <td style="text-align: center; color: rgb(0, 0, 255); font-size: 9pt;">H(6)</td> <td style="text-align: center; color: rgb(0, 0, 255); font-size: 9pt;">H(5)</td> <td style="text-align: center; color: rgb(128, 0, 0); font-size: 9pt;">H </td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">Final1 </td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">
</td> <td style="color: rgb(0, 128, 0); font-size: 9pt;">SI1</td> <td style="color: rgb(0, 0, 255); font-size: 9pt;">SI1</td> <td style="color: rgb(0, 0, 255); font-size: 9pt;">SI1</td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">VS2 </td> <td style="font-size: 9pt;">VS2</td> <td style="font-size: 9pt;">Final2</td> <td>
</td></tr> <tr style="height: 17px;"> <td style="text-align: center; background-color: rgb(202, 202, 202); font-size: 8pt;">6</td> <td style="text-align: center; color: rgb(0, 128, 0); font-size: 9pt;">F</td> <td style="text-align: center; color: rgb(0, 0, 255); font-size: 9pt;">F(9)</td> <td style="text-align: center; color: rgb(0, 0, 255); font-size: 9pt;">G(2)</td> <td style="text-align: center; color: rgb(128, 0, 0); font-size: 9pt;">F </td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">Final1 </td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">
</td> <td style="color: rgb(0, 128, 0); font-size: 9pt;">VS2</td> <td style="color: rgb(0, 0, 255); font-size: 9pt;">VS1</td> <td style="color: rgb(0, 0, 255); font-size: 9pt;">VS2</td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">VS1 </td> <td style="font-size: 9pt;">VS1</td> <td style="font-size: 9pt;">Final2</td> <td>
</td></tr> <tr style="height: 17px;"> <td style="text-align: center; background-color: rgb(202, 202, 202); font-size: 8pt;">7</td> <td style="text-align: center; color: rgb(0, 128, 0); font-size: 9pt;">D</td> <td style="text-align: center; color: rgb(0, 0, 255); font-size: 9pt;">E(6)</td> <td style="text-align: center; color: rgb(0, 0, 255); font-size: 9pt;">D(8)</td> <td style="text-align: center; color: rgb(128, 0, 0); font-size: 9pt;">D </td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">Final1 </td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">
</td> <td style="color: rgb(0, 128, 0); font-size: 9pt;">VS2</td> <td style="color: rgb(0, 0, 255); font-size: 9pt;">VS1</td> <td style="color: rgb(0, 0, 255); font-size: 9pt;">VS1</td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">VS2 </td> <td style="font-size: 9pt;">VS1</td> <td style="font-size: 9pt;">Pur</td> <td>
</td></tr> <tr style="height: 17px;"> <td style="text-align: center; background-color: rgb(202, 202, 202); font-size: 8pt;">8</td> <td style="text-align: center; color: rgb(0, 128, 0); font-size: 9pt;">H</td> <td style="text-align: center; color: rgb(0, 0, 255); font-size: 9pt;">H(8)</td> <td style="text-align: center; color: rgb(0, 0, 255); font-size: 9pt;">H(8)</td> <td style="text-align: center; color: rgb(128, 0, 0); font-size: 9pt;">H </td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">Final1 </td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">
</td> <td style="color: rgb(0, 128, 0); font-size: 9pt;">SI1</td> <td style="color: rgb(0, 0, 255); font-size: 9pt;">SI1</td> <td style="color: rgb(0, 0, 255); font-size: 9pt;">SI1</td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">VS2 </td> <td style="font-size: 9pt;">VS2</td> <td style="font-size: 9pt;">Final2</td> <td>
</td></tr> <tr style="height: 17px;"> <td style="text-align: center; background-color: rgb(202, 202, 202); font-size: 8pt;">9</td> <td style="text-align: center; color: rgb(0, 128, 0); font-size: 9pt;">E</td> <td style="text-align: center; color: rgb(0, 0, 255); font-size: 9pt;">F(5)</td> <td style="text-align: center; color: rgb(0, 0, 255); font-size: 9pt;">E(6)</td> <td style="text-align: center; color: rgb(128, 0, 0); font-size: 9pt;">E </td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">Final1 </td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">
</td> <td style="color: rgb(0, 128, 0); font-size: 9pt;">SI1</td> <td style="color: rgb(0, 0, 255); font-size: 9pt;">SI1</td> <td style="color: rgb(0, 0, 255); font-size: 9pt;">SI1</td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">VS2 </td> <td style="font-size: 9pt;">VS2</td> <td style="font-size: 9pt;">Final2</td> <td>
</td></tr> <tr style="height: 17px;"> <td style="text-align: center; background-color: rgb(202, 202, 202); font-size: 8pt;">10</td> <td style="text-align: center; color: rgb(0, 128, 0); font-size: 9pt;">G</td> <td style="text-align: center; color: rgb(0, 0, 255); font-size: 9pt;">G(2)</td> <td style="text-align: center; color: rgb(0, 0, 255); font-size: 9pt;">G(5)</td> <td style="text-align: center; color: rgb(128, 0, 0); font-size: 9pt;">F </td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">Final1 </td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">
</td> <td style="color: rgb(0, 128, 0); font-size: 9pt;">SI1</td> <td style="color: rgb(0, 0, 255); font-size: 9pt;">SI1</td> <td style="color: rgb(0, 0, 255); font-size: 9pt;">SI1</td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">SI1 </td> <td style="font-size: 9pt;">SI1</td> <td style="font-size: 9pt;">Final2</td> <td>
</td></tr> <tr style="height: 17px;"> <td style="text-align: center; background-color: rgb(202, 202, 202); font-size: 8pt;">11</td> <td style="text-align: center; color: rgb(0, 128, 0); font-size: 9pt;">H</td> <td style="text-align: center; color: rgb(0, 0, 255); font-size: 9pt;">H(7)</td> <td style="text-align: center; color: rgb(0, 0, 255); font-size: 9pt;">H(8)</td> <td style="text-align: center; color: rgb(128, 0, 0); font-size: 9pt;">H </td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">Final1 </td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">
</td> <td style="color: rgb(0, 128, 0); font-size: 9pt;">VVS1</td> <td style="color: rgb(0, 0, 255); font-size: 9pt;">VVS1</td> <td style="color: rgb(0, 0, 255); font-size: 9pt;">VVS1</td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">IF </td> <td style="font-size: 9pt;">IF</td> <td style="font-size: 9pt;">Final2</td> <td>
</td></tr> <tr style="height: 17px;"> <td style="text-align: center; background-color: rgb(202, 202, 202); font-size: 8pt;">12</td> <td style="text-align: center; color: rgb(0, 128, 0); font-size: 9pt;">K</td> <td style="text-align: center; color: rgb(0, 0, 255); font-size: 9pt;">J(8)</td> <td style="text-align: center; color: rgb(0, 0, 255); font-size: 9pt;">J(7)</td> <td style="text-align: center; color: rgb(128, 0, 0); font-size: 9pt;">J </td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">Final1 </td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">
</td> <td style="color: rgb(0, 128, 0); font-size: 9pt;">VS1</td> <td style="color: rgb(0, 0, 255); font-size: 9pt;">VS1</td> <td style="color: rgb(0, 0, 255); font-size: 9pt;">VS1</td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">VS1 </td> <td style="font-size: 9pt;">VS1</td> <td style="font-size: 9pt;">Final2</td> <td>
</td></tr> <tr style="height: 17px;"> <td style="text-align: center; background-color: rgb(202, 202, 202); font-size: 8pt;">13</td> <td style="text-align: center; color: rgb(0, 128, 0); font-size: 9pt;">G</td> <td style="text-align: center; color: rgb(0, 0, 255); font-size: 9pt;">G(5)</td> <td style="text-align: center; color: rgb(0, 0, 255); font-size: 9pt;">H(2)</td> <td style="text-align: center; color: rgb(128, 0, 0); font-size: 9pt;">G </td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">Final1 </td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">
</td> <td style="color: rgb(0, 128, 0); font-size: 9pt;">SI1</td> <td style="color: rgb(0, 0, 255); font-size: 9pt;">SI2</td> <td style="color: rgb(0, 0, 255); font-size: 9pt;">SI1</td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">SI1 </td> <td style="font-size: 9pt;">SI1</td> <td style="font-size: 9pt;">Final2</td> <td>
</td></tr> <tr style="height: 17px;"> <td style="text-align: center; background-color: rgb(202, 202, 202); font-size: 8pt;">14</td> <td style="text-align: center; color: rgb(0, 128, 0); font-size: 9pt;">H</td> <td style="text-align: center; color: rgb(0, 0, 255); font-size: 9pt;">H(6)</td> <td style="text-align: center; color: rgb(0, 0, 255); font-size: 9pt;">I(3)</td> <td style="text-align: center; color: rgb(128, 0, 0); font-size: 9pt;">H </td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">Final1 </td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">
</td> <td style="color: rgb(0, 128, 0); font-size: 9pt;">SI2</td> <td style="color: rgb(0, 0, 255); font-size: 9pt;">SI1</td> <td style="color: rgb(0, 0, 255); font-size: 9pt;">SI1</td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">SI1 </td> <td style="font-size: 9pt;">SI1</td> <td style="font-size: 9pt;">Final2</td> <td>
</td></tr> <tr style="height: 17px;"> <td style="text-align: center; background-color: rgb(202, 202, 202); font-size: 8pt;">15</td> <td style="text-align: center; color: rgb(0, 128, 0); font-size: 9pt;">G</td> <td style="text-align: center; color: rgb(0, 0, 255); font-size: 9pt;">G(6)</td> <td style="text-align: center; color: rgb(0, 0, 255); font-size: 9pt;">G(6)</td> <td style="text-align: center; color: rgb(128, 0, 0); font-size: 9pt;">G </td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">Final1 </td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">
</td> <td style="color: rgb(0, 128, 0); font-size: 9pt;">SI1</td> <td style="color: rgb(0, 0, 255); font-size: 9pt;">SI1</td> <td style="color: rgb(0, 0, 255); font-size: 9pt;">SI1</td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">SI1 </td> <td style="font-size: 9pt;">SI1</td> <td style="font-size: 9pt;">Final2</td> <td>
</td></tr> <tr style="height: 17px;"> <td style="text-align: center; background-color: rgb(202, 202, 202); font-size: 8pt;">16</td> <td style="text-align: center; color: rgb(0, 128, 0); font-size: 9pt;">J</td> <td style="text-align: center; color: rgb(0, 0, 255); font-size: 9pt;">I(8)</td> <td style="text-align: center; color: rgb(0, 0, 255); font-size: 9pt;">J(1)</td> <td style="text-align: center; color: rgb(128, 0, 0); font-size: 9pt;">J </td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">Col </td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">
</td> <td style="color: rgb(0, 128, 0); font-size: 9pt;">VS2</td> <td style="color: rgb(0, 0, 255); font-size: 9pt;">VS2</td> <td style="color: rgb(0, 0, 255); font-size: 9pt;">VS2</td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">VS2 </td> <td style="font-size: 9pt;">VS2</td> <td style="font-size: 9pt;">Final2</td> <td>
</td></tr> <tr style="height: 17px;"> <td style="text-align: center; background-color: rgb(202, 202, 202); font-size: 8pt;">17</td> <td style="text-align: center; color: rgb(0, 128, 0); font-size: 9pt;">I</td> <td style="text-align: center; color: rgb(0, 0, 255); font-size: 9pt;">H(6)</td> <td style="text-align: center; color: rgb(0, 0, 255); font-size: 9pt;">I(7)</td> <td style="text-align: center; color: rgb(128, 0, 0); font-size: 9pt;">I </td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">Col </td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">
</td> <td style="color: rgb(0, 128, 0); font-size: 9pt;">VS1</td> <td style="color: rgb(0, 0, 255); font-size: 9pt;">VVS2</td> <td style="color: rgb(0, 0, 255); font-size: 9pt;">VVS2</td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">VVS1 </td> <td style="font-size: 9pt;">VVS1</td> <td style="font-size: 9pt;">Final2</td> <td>
</td></tr> <tr style="height: 17px;"> <td style="text-align: center; background-color: rgb(202, 202, 202); font-size: 8pt;">18</td> <td style="text-align: center; color: rgb(0, 128, 0); font-size: 9pt;">H</td> <td style="text-align: center; color: rgb(0, 0, 255); font-size: 9pt;">H(8)</td> <td style="text-align: center; color: rgb(0, 0, 255); font-size: 9pt;">I(6)</td> <td style="text-align: center; color: rgb(128, 0, 0); font-size: 9pt;">H </td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">Final1 </td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">
</td> <td style="color: rgb(0, 128, 0); font-size: 9pt;">VS2</td> <td style="color: rgb(0, 0, 255); font-size: 9pt;">VS2</td> <td style="color: rgb(0, 0, 255); font-size: 9pt;">VS2</td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">VS2 </td> <td style="font-size: 9pt;">VS2</td> <td style="font-size: 9pt;">Final2</td> <td>
</td></tr> <tr style="height: 17px;"> <td style="text-align: center; background-color: rgb(202, 202, 202); font-size: 8pt;">19</td> <td style="text-align: center; color: rgb(0, 128, 0); font-size: 9pt;">H</td> <td style="text-align: center; color: rgb(0, 0, 255); font-size: 9pt;">H(7)</td> <td style="text-align: center; color: rgb(0, 0, 255); font-size: 9pt;">H(2)</td> <td style="text-align: center; color: rgb(128, 0, 0); font-size: 9pt;">G </td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">Final1 </td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">
</td> <td style="color: rgb(0, 128, 0); font-size: 9pt;">VS2</td> <td style="color: rgb(0, 0, 255); font-size: 9pt;">VS1</td> <td style="color: rgb(0, 0, 255); font-size: 9pt;">VS2</td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">VS1 </td> <td style="font-size: 9pt;">VS1</td> <td style="font-size: 9pt;">Final2</td> <td>
</td></tr> <tr style="height: 17px;"> <td style="text-align: center; background-color: rgb(202, 202, 202); font-size: 8pt;">20</td> <td style="text-align: center; color: rgb(0, 128, 0); font-size: 9pt;">H</td> <td style="text-align: center; color: rgb(0, 0, 255); font-size: 9pt;">H(6)</td> <td style="text-align: center; color: rgb(0, 0, 255); font-size: 9pt;">I(2)</td> <td style="text-align: center; color: rgb(128, 0, 0); font-size: 9pt;">H </td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">Final1 </td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">
</td> <td style="color: rgb(0, 128, 0); font-size: 9pt;">VS2</td> <td style="color: rgb(0, 0, 255); font-size: 9pt;">VS1</td> <td style="color: rgb(0, 0, 255); font-size: 9pt;">VS1</td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">VS1 </td> <td style="font-size: 9pt;">VS1</td> <td style="font-size: 9pt;">Final2</td> <td>
</td></tr> <tr style="height: 17px;"> <td style="text-align: center; background-color: rgb(202, 202, 202); font-size: 8pt;">21</td> <td style="text-align: center; color: rgb(0, 128, 0); font-size: 9pt;">K</td> <td style="text-align: center; color: rgb(0, 0, 255); font-size: 9pt;">K(5)</td> <td style="text-align: center; color: rgb(0, 0, 255); font-size: 9pt;">K(3)</td> <td style="text-align: center; color: rgb(128, 0, 0); font-size: 9pt;">L </td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">Col </td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">
</td> <td style="color: rgb(0, 128, 0); font-size: 9pt;">SI1</td> <td style="color: rgb(0, 0, 255); font-size: 9pt;">SI1</td> <td style="color: rgb(0, 0, 255); font-size: 9pt;">SI1</td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">SI1 </td> <td style="font-size: 9pt;">SI1</td> <td style="font-size: 9pt;">Final2</td> <td>
</td></tr> <tr style="height: 17px;"> <td style="text-align: center; background-color: rgb(202, 202, 202); font-size: 8pt;">22</td> <td style="text-align: center; color: rgb(0, 128, 0); font-size: 9pt;">I</td> <td style="text-align: center; color: rgb(0, 0, 255); font-size: 9pt;">H(8)</td> <td style="text-align: center; color: rgb(0, 0, 255); font-size: 9pt;">J(2)</td> <td style="text-align: center; color: rgb(128, 0, 0); font-size: 9pt;">J </td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">Col </td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">
</td> <td style="color: rgb(0, 128, 0); font-size: 9pt;">SI2</td> <td style="color: rgb(0, 0, 255); font-size: 9pt;">SI2</td> <td style="color: rgb(0, 0, 255); font-size: 9pt;">SI1</td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">VS2 </td> <td style="font-size: 9pt;">VS2</td> <td style="font-size: 9pt;">Final2</td> <td>
</td></tr> <tr style="height: 17px;"> <td style="text-align: center; background-color: rgb(202, 202, 202); font-size: 8pt;">23</td> <td style="text-align: center; color: rgb(0, 128, 0); font-size: 9pt;">F</td> <td style="text-align: center; color: rgb(0, 0, 255); font-size: 9pt;">F(3)</td> <td style="text-align: center; color: rgb(0, 0, 255); font-size: 9pt;">F(9)</td> <td style="text-align: center; color: rgb(128, 0, 0); font-size: 9pt;">F </td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">Final1 </td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">
</td> <td style="color: rgb(0, 128, 0); font-size: 9pt;">VS1</td> <td style="color: rgb(0, 0, 255); font-size: 9pt;">VS2</td> <td style="color: rgb(0, 0, 255); font-size: 9pt;">VS1</td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">VS1 </td> <td style="font-size: 9pt;">VS1</td> <td style="font-size: 9pt;">Final2</td> <td>
</td></tr> <tr style="height: 17px;"> <td style="text-align: center; background-color: rgb(202, 202, 202); font-size: 8pt;">24</td> <td style="text-align: center; color: rgb(0, 128, 0); font-size: 9pt;">H</td> <td style="text-align: center; color: rgb(0, 0, 255); font-size: 9pt;">H(4)</td> <td style="text-align: center; color: rgb(0, 0, 255); font-size: 9pt;">I(2)</td> <td style="text-align: center; color: rgb(128, 0, 0); font-size: 9pt;">H </td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">Final1 </td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">
</td> <td style="color: rgb(0, 128, 0); font-size: 9pt;">SI2</td> <td style="color: rgb(0, 0, 255); font-size: 9pt;">SI2</td> <td style="color: rgb(0, 0, 255); font-size: 9pt;">SI1</td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">SI1 </td> <td style="font-size: 9pt;">SI1</td> <td style="font-size: 9pt;">Final2</td> <td>
</td></tr> <tr style="height: 17px;"> <td style="text-align: center; background-color: rgb(202, 202, 202); font-size: 8pt;">25</td> <td style="text-align: center; color: rgb(0, 128, 0); font-size: 9pt;">I</td> <td style="text-align: center; color: rgb(0, 0, 255); font-size: 9pt;">H(4)</td> <td style="text-align: center; color: rgb(0, 0, 255); font-size: 9pt;">I(8)</td> <td style="text-align: center; color: rgb(128, 0, 0); font-size: 9pt;">I </td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">Col </td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">
</td> <td style="color: rgb(0, 128, 0); font-size: 9pt;">VVS1</td> <td style="color: rgb(0, 0, 255); font-size: 9pt;">VVS1</td> <td style="color: rgb(0, 0, 255); font-size: 9pt;">VVS1</td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">VVS1 </td> <td style="font-size: 9pt;">VVS1</td> <td style="font-size: 9pt;">Final2</td> <td>
</td></tr> <tr style="height: 17px;"> <td style="text-align: center; background-color: rgb(202, 202, 202); font-size: 8pt;">26</td> <td style="text-align: center; color: rgb(0, 128, 0); font-size: 9pt;">F</td> <td style="text-align: center; color: rgb(0, 0, 255); font-size: 9pt;">E(7)</td> <td style="text-align: center; color: rgb(0, 0, 255); font-size: 9pt;">E(8)</td> <td style="text-align: center; color: rgb(128, 0, 0); font-size: 9pt;">F </td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">Col </td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">
</td> <td style="color: rgb(0, 128, 0); font-size: 9pt;">SI1</td> <td style="color: rgb(0, 0, 255); font-size: 9pt;">SI1</td> <td style="color: rgb(0, 0, 255); font-size: 9pt;">SI1</td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">SI1 </td> <td style="font-size: 9pt;">SI1</td> <td style="font-size: 9pt;">Final2</td> <td>
</td></tr> <tr style="height: 17px;"> <td style="text-align: center; background-color: rgb(202, 202, 202); font-size: 8pt;">27</td> <td style="text-align: center; color: rgb(0, 128, 0); font-size: 9pt;">F</td> <td style="text-align: center; color: rgb(0, 0, 255); font-size: 9pt;">F(6)</td> <td style="text-align: center; color: rgb(0, 0, 255); font-size: 9pt;">F(8)</td> <td style="text-align: center; color: rgb(128, 0, 0); font-size: 9pt;">F </td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">Final1 </td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">
</td> <td style="color: rgb(0, 128, 0); font-size: 9pt;">SI2</td> <td style="color: rgb(0, 0, 255); font-size: 9pt;">SI2</td> <td style="color: rgb(0, 0, 255); font-size: 9pt;">SI2</td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">SI2 </td> <td style="font-size: 9pt;">SI2</td> <td style="font-size: 9pt;">Final2</td> <td>
</td></tr> <tr style="height: 17px;"> <td style="text-align: center; background-color: rgb(202, 202, 202); font-size: 8pt;">28</td> <td style="text-align: center; color: rgb(0, 128, 0); font-size: 9pt;">I</td> <td style="text-align: center; color: rgb(0, 0, 255); font-size: 9pt;">I(4)</td> <td style="text-align: center; color: rgb(0, 0, 255); font-size: 9pt;">J(1)</td> <td style="text-align: center; color: rgb(128, 0, 0); font-size: 9pt;">I </td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">Final1 </td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">
</td> <td style="color: rgb(0, 128, 0); font-size: 9pt;">SI1</td> <td style="color: rgb(0, 0, 255); font-size: 9pt;">SI1</td> <td style="color: rgb(0, 0, 255); font-size: 9pt;">SI1</td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">SI1 </td> <td style="font-size: 9pt;">SI1</td> <td style="font-size: 9pt;">Final2</td> <td>
</td></tr> <tr style="height: 17px;"> <td style="text-align: center; background-color: rgb(202, 202, 202); font-size: 8pt;">29</td> <td style="text-align: center; color: rgb(0, 128, 0); font-size: 9pt;">H</td> <td style="text-align: center; color: rgb(0, 0, 255); font-size: 9pt;">H(5)</td> <td style="text-align: center; color: rgb(0, 0, 255); font-size: 9pt;">I(2)</td> <td style="text-align: center; color: rgb(128, 0, 0); font-size: 9pt;">H </td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">Final1 </td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">
</td> <td style="color: rgb(0, 128, 0); font-size: 9pt;">SI2</td> <td style="color: rgb(0, 0, 255); font-size: 9pt;">SI3</td> <td style="color: rgb(0, 0, 255); font-size: 9pt;">SI3</td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">SI2 </td> <td style="font-size: 9pt;">SI2</td> <td style="font-size: 9pt;">Final2</td> <td>
</td></tr> <tr style="height: 17px;"> <td style="text-align: center; background-color: rgb(202, 202, 202); font-size: 8pt;">30</td> <td style="text-align: center; color: rgb(0, 128, 0); font-size: 9pt;">F</td> <td style="text-align: center; color: rgb(0, 0, 255); font-size: 9pt;">G(7)</td> <td style="text-align: center; color: rgb(0, 0, 255); font-size: 9pt;">G(7)</td> <td style="text-align: center; color: rgb(128, 0, 0); font-size: 9pt;">F </td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">Final1 </td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">
</td> <td style="color: rgb(0, 128, 0); font-size: 9pt;">VS1</td> <td style="color: rgb(0, 0, 255); font-size: 9pt;">VS1</td> <td style="color: rgb(0, 0, 255); font-size: 9pt;">VS1</td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">VS1 </td> <td style="font-size: 9pt;">VS1</td> <td style="font-size: 9pt;">Final2</td> <td>
</td></tr> <tr style="height: 17px;"> <td style="text-align: center; background-color: rgb(202, 202, 202); font-size: 8pt;">31</td> <td style="text-align: center; color: rgb(0, 128, 0); font-size: 9pt;">F</td> <td style="text-align: center; color: rgb(0, 0, 255); font-size: 9pt;">D(5)</td> <td style="text-align: center; color: rgb(0, 0, 255); font-size: 9pt;">D(8)</td> <td style="text-align: center; color: rgb(128, 0, 0); font-size: 9pt;">D </td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">Final1 </td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">
</td> <td style="color: rgb(0, 128, 0); font-size: 9pt;">SI2</td> <td style="color: rgb(0, 0, 255); font-size: 9pt;">SI2</td> <td style="color: rgb(0, 0, 255); font-size: 9pt;">SI2</td> <td style="color: rgb(128, 0, 0); font-size: 9pt;">SI2 </td> <td style="font-size: 9pt;">SI2</td> <td style="font-size: 9pt;">Final2</td> <td>
</td></tr></tbody></table>
<table style="border-style: groove; border-color: rgb(0, 255, 0); background-color: rgb(255, 252, 249); font-family: Arial; color: rgb(0, 0, 0); font-size: 10pt;"> <tbody> <tr> <td>Spreadsheet Formulas</td></tr> <tr> <td> <table style="font-family: Arial; font-size: 9pt;" border="1" cellpadding="2" cellspacing="0"> <tbody> <tr style="background-color: rgb(202, 202, 202); font-size: 10pt;"> <td>Cell</td> <td>Formula</td></tr> <tr> <td>E4</td> <td>=IF(AND(D4<=A4,D4<=B4,D4<=C4),"Final1","Col")</td></tr> <tr> <td>K4</td> <td>{=INDEX('List of Values'!$A$1:$A$8,MIN(MATCH(Sheet3!G4:J4,'List of Values'!$A$1:$A$8,0)))}</td></tr> <tr> <td>L4</td> <td>=IF(K4=J4,"Final2","Pur")</td></tr></tbody></table></td></tr></tbody></table>