Select from numerical range

backspace

New Member
Joined
Nov 6, 2008
Messages
23
I have a student progress workbook, whereby their average scores in (cell-O2) are translated into a yearly 'Level' in the adjoining (cell-P2).

The 'Levels' are calculated from the table:

(Col-T)............(Col-U)
Scores.............Level
0.6 - 1.5............1c
1.6 - 2.5............1b
2.6 - 3.5............1a
3.6 - 4.5............2c
4.6 - 5.5............2b
5.6 - 6.5............2a
6.6 - 7.5............3c
7.6 - 8.5............3b
8.6 - 9.5............3a
9.6 - 10.5...........4c
10.6 - 11.5.........4b
11.6 - 12.5.........4a
12.6 - 13.5.........5c
13.6 - 14.5.........5b
14.6 - 15.5.........5a
15.6 - 16.5.........6c
16.6 - 17.5.........6b
17.6 - 18.5.........6a

How is it possible to automate the process given that I have a numerical range for each 'Level' ?

I would really appreciate some help in getting this to work.

Many thanks
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
A quick way would be to create a table (rounded to one digit) with each value (0.6, 0.7, 0.8, etc) and VLOOKUP the value to the numerical value.
 
Upvote 0
Try this:

Excel 2007<TABLE style="BORDER-BOTTOM: #a6aab6 1px solid; BORDER-LEFT: #a6aab6 1px solid; BACKGROUND-COLOR: #ffffff; BORDER-COLLAPSE: collapse; BORDER-TOP: #a6aab6 1px solid; BORDER-RIGHT: #a6aab6 1px solid" rules=all cellPadding=2><COLGROUP><COL style="BACKGROUND-COLOR: #e0e0f0" width=25><COL><COL><COL><COL><COL><COL><COL><COL><COL><COL></COLGROUP><THEAD><TR style="TEXT-ALIGN: center; BACKGROUND-COLOR: #e0e0f0; COLOR: #161120"><TH></TH><TH>O</TH><TH>P</TH><TH>Q</TH><TH>R</TH><TH>S</TH><TH>T</TH><TH>U</TH><TH>V</TH><TH>W</TH><TH>X</TH></TR></THEAD><TBODY><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">1</TD><TD style="TEXT-ALIGN: center">Average scores</TD><TD style="TEXT-ALIGN: center">Level</TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: center">Scores</TD><TD style="TEXT-ALIGN: center">Level</TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center">Scores</TD><TD style="TEXT-ALIGN: center">Level</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">2</TD><TD style="TEXT-ALIGN: center">9.6</TD><TD style="TEXT-ALIGN: center">4c</TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: center">0.6 - 1.5</TD><TD style="TEXT-ALIGN: center">1c</TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center">0.6</TD><TD style="TEXT-ALIGN: center">1c</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">3</TD><TD style="TEXT-ALIGN: center">11.5</TD><TD style="TEXT-ALIGN: center">4b</TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: center">1.6 - 2.5</TD><TD style="TEXT-ALIGN: center">1b</TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center">1.6</TD><TD style="TEXT-ALIGN: center">1b</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">4</TD><TD style="TEXT-ALIGN: center">17.6</TD><TD style="TEXT-ALIGN: center">6a</TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: center">2.6 - 3.5</TD><TD style="TEXT-ALIGN: center">1a</TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center">2.6</TD><TD style="TEXT-ALIGN: center">1a</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">5</TD><TD style="TEXT-ALIGN: center">9.3</TD><TD style="TEXT-ALIGN: center">3a</TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: center">3.6 - 4.5</TD><TD style="TEXT-ALIGN: center">2c</TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center">3.6</TD><TD style="TEXT-ALIGN: center">2c</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">6</TD><TD style="TEXT-ALIGN: center">6.2</TD><TD style="TEXT-ALIGN: center">2a</TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: center">4.6 - 5.5</TD><TD style="TEXT-ALIGN: center">2b</TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center">4.6</TD><TD style="TEXT-ALIGN: center">2b</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">7</TD><TD style="TEXT-ALIGN: center">13.1</TD><TD style="TEXT-ALIGN: center">5c</TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: center">5.6 - 6.5</TD><TD style="TEXT-ALIGN: center">2a</TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center">5.6</TD><TD style="TEXT-ALIGN: center">2a</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">8</TD><TD style="TEXT-ALIGN: center">10.6</TD><TD style="TEXT-ALIGN: center">4b</TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: center">6.6 - 7.5</TD><TD style="TEXT-ALIGN: center">3c</TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center">6.6</TD><TD style="TEXT-ALIGN: center">3c</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">9</TD><TD style="TEXT-ALIGN: center">8.9</TD><TD style="TEXT-ALIGN: center">3a</TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: center">7.6 - 8.5</TD><TD style="TEXT-ALIGN: center">3b</TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center">7.6</TD><TD style="TEXT-ALIGN: center">3b</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">10</TD><TD style="TEXT-ALIGN: center">10.4</TD><TD style="TEXT-ALIGN: center">4c</TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: center">8.6 - 9.5</TD><TD style="TEXT-ALIGN: center">3a</TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center">8.6</TD><TD style="TEXT-ALIGN: center">3a</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">11</TD><TD style="TEXT-ALIGN: center">18.4</TD><TD style="TEXT-ALIGN: center">6a</TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: center">9.6 - 10.5</TD><TD style="TEXT-ALIGN: center">4c</TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center">9.6</TD><TD style="TEXT-ALIGN: center">4c</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">12</TD><TD style="TEXT-ALIGN: center">16.9</TD><TD style="TEXT-ALIGN: center">6b</TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: center">10.6 - 11.5</TD><TD style="TEXT-ALIGN: center">4b</TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center">10.6</TD><TD style="TEXT-ALIGN: center">4b</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">13</TD><TD style="TEXT-ALIGN: center">15.8</TD><TD style="TEXT-ALIGN: center">6c</TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: center">11.6 - 12.5</TD><TD style="TEXT-ALIGN: center">4a</TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center">11.6</TD><TD style="TEXT-ALIGN: center">4a</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">14</TD><TD style="TEXT-ALIGN: center">17.8</TD><TD style="TEXT-ALIGN: center">6a</TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: center">12.6 - 13.5</TD><TD style="TEXT-ALIGN: center">5c</TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center">12.6</TD><TD style="TEXT-ALIGN: center">5c</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">15</TD><TD style="TEXT-ALIGN: center">8.0</TD><TD style="TEXT-ALIGN: center">3b</TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: center">13.6 - 14.5</TD><TD style="TEXT-ALIGN: center">5b</TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center">13.6</TD><TD style="TEXT-ALIGN: center">5b</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">16</TD><TD style="TEXT-ALIGN: center">12.1</TD><TD style="TEXT-ALIGN: center">4a</TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: center">14.6 - 15.5</TD><TD style="TEXT-ALIGN: center">5a</TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center">14.6</TD><TD style="TEXT-ALIGN: center">5a</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">17</TD><TD style="TEXT-ALIGN: center">16.3</TD><TD style="TEXT-ALIGN: center">6c</TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: center">15.6 - 16.5</TD><TD style="TEXT-ALIGN: center">6c</TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center">15.6</TD><TD style="TEXT-ALIGN: center">6c</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">18</TD><TD style="TEXT-ALIGN: center">13.6</TD><TD style="TEXT-ALIGN: center">5b</TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: center">16.6 - 17.5</TD><TD style="TEXT-ALIGN: center">6b</TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center">16.6</TD><TD style="TEXT-ALIGN: center">6b</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">19</TD><TD style="TEXT-ALIGN: center">12.9</TD><TD style="TEXT-ALIGN: center">5c</TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: center">17.6 - 18.5</TD><TD style="TEXT-ALIGN: center">6a</TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center">17.6</TD><TD style="TEXT-ALIGN: center">6a</TD></TR></TBODY></TABLE>


<TABLE style="BORDER-BOTTOM: black 2px solid; BORDER-LEFT: black 2px solid; PADDING-BOTTOM: 0.4em; BACKGROUND-COLOR: #ffffff; PADDING-LEFT: 0.4em; PADDING-RIGHT: 0.4em; BORDER-COLLAPSE: collapse; BORDER-TOP: black 2px solid; BORDER-RIGHT: black 2px solid; PADDING-TOP: 0.4em" rules=all cellPadding=2 width="85%"><TBODY><TR><TD style="PADDING-BOTTOM: 6px; PADDING-LEFT: 6px; PADDING-RIGHT: 6px; PADDING-TOP: 6px">Worksheet Formulas<TABLE style="BORDER-BOTTOM: #a6aab6 1px solid; TEXT-ALIGN: center; BORDER-LEFT: #a6aab6 1px solid; BACKGROUND-COLOR: #ffffff; BORDER-COLLAPSE: collapse; BORDER-TOP: #a6aab6 1px solid; BORDER-RIGHT: #a6aab6 1px solid" rules=all cellPadding=2 width="100%"><THEAD><TR style="BACKGROUND-COLOR: #e0e0f0; COLOR: #161120"><TH width=10>Cell</TH><TH style="TEXT-ALIGN: left; PADDING-LEFT: 5px">Formula</TH></TR></THEAD><TBODY><TR><TH style="BACKGROUND-COLOR: #e0e0f0; COLOR: #161120" width=10>P2</TH><TD style="TEXT-ALIGN: left">=LOOKUP(O2,W$2:X$19)</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>

Markmzz
 
Upvote 0
Try this:

Excel 2007<table style="border: 1px solid rgb(166, 170, 182); background-color: rgb(255, 255, 255); border-collapse: collapse;" rules="all" cellpadding="2"><colgroup><col style="background-color: rgb(224, 224, 240);" width="25"><col><col><col><col><col><col><col><col><col><col></colgroup><thead><tr style="text-align: center; background-color: rgb(224, 224, 240); color: rgb(22, 17, 32);"><th>
</th><th>O</th><th>P</th><th>Q</th><th>R</th><th>S</th><th>T</th><th>U</th><th>V</th><th>W</th><th>X</th></tr></thead><tbody><tr><td style="text-align: center; color: rgb(22, 17, 32);">1</td><td style="text-align: center;">Average scores</td><td style="text-align: center;">Level</td><td style="text-align: right;">
</td><td style="text-align: right;">
</td><td style="text-align: right;">
</td><td style="text-align: center;">Scores</td><td style="text-align: center;">Level</td><td style="text-align: center;">
</td><td style="text-align: center;">Scores</td><td style="text-align: center;">Level</td></tr><tr><td style="text-align: center; color: rgb(22, 17, 32);">2</td><td style="text-align: center;">9.6</td><td style="text-align: center;">4c</td><td style="text-align: right;">
</td><td style="text-align: right;">
</td><td style="text-align: right;">
</td><td style="text-align: center;">0.6 - 1.5</td><td style="text-align: center;">1c</td><td style="text-align: center;">
</td><td style="text-align: center;">0.6</td><td style="text-align: center;">1c</td></tr><tr><td style="text-align: center; color: rgb(22, 17, 32);">3</td><td style="text-align: center;">11.5</td><td style="text-align: center;">4b</td><td style="text-align: right;">
</td><td style="text-align: right;">
</td><td style="text-align: right;">
</td><td style="text-align: center;">1.6 - 2.5</td><td style="text-align: center;">1b</td><td style="text-align: center;">
</td><td style="text-align: center;">1.6</td><td style="text-align: center;">1b</td></tr><tr><td style="text-align: center; color: rgb(22, 17, 32);">4</td><td style="text-align: center;">17.6</td><td style="text-align: center;">6a</td><td style="text-align: right;">
</td><td style="text-align: right;">
</td><td style="text-align: right;">
</td><td style="text-align: center;">2.6 - 3.5</td><td style="text-align: center;">1a</td><td style="text-align: center;">
</td><td style="text-align: center;">2.6</td><td style="text-align: center;">1a</td></tr><tr><td style="text-align: center; color: rgb(22, 17, 32);">5</td><td style="text-align: center;">9.3</td><td style="text-align: center;">3a</td><td style="text-align: right;">
</td><td style="text-align: right;">
</td><td style="text-align: right;">
</td><td style="text-align: center;">3.6 - 4.5</td><td style="text-align: center;">2c</td><td style="text-align: center;">
</td><td style="text-align: center;">3.6</td><td style="text-align: center;">2c</td></tr><tr><td style="text-align: center; color: rgb(22, 17, 32);">6</td><td style="text-align: center;">6.2</td><td style="text-align: center;">2a</td><td style="text-align: right;">
</td><td style="text-align: right;">
</td><td style="text-align: right;">
</td><td style="text-align: center;">4.6 - 5.5</td><td style="text-align: center;">2b</td><td style="text-align: center;">
</td><td style="text-align: center;">4.6</td><td style="text-align: center;">2b</td></tr><tr><td style="text-align: center; color: rgb(22, 17, 32);">7</td><td style="text-align: center;">13.1</td><td style="text-align: center;">5c</td><td style="text-align: right;">
</td><td style="text-align: right;">
</td><td style="text-align: right;">
</td><td style="text-align: center;">5.6 - 6.5</td><td style="text-align: center;">2a</td><td style="text-align: center;">
</td><td style="text-align: center;">5.6</td><td style="text-align: center;">2a</td></tr><tr><td style="text-align: center; color: rgb(22, 17, 32);">8</td><td style="text-align: center;">10.6</td><td style="text-align: center;">4b</td><td style="text-align: right;">
</td><td style="text-align: right;">
</td><td style="text-align: right;">
</td><td style="text-align: center;">6.6 - 7.5</td><td style="text-align: center;">3c</td><td style="text-align: center;">
</td><td style="text-align: center;">6.6</td><td style="text-align: center;">3c</td></tr><tr><td style="text-align: center; color: rgb(22, 17, 32);">9</td><td style="text-align: center;">8.9</td><td style="text-align: center;">3a</td><td style="text-align: right;">
</td><td style="text-align: right;">
</td><td style="text-align: right;">
</td><td style="text-align: center;">7.6 - 8.5</td><td style="text-align: center;">3b</td><td style="text-align: center;">
</td><td style="text-align: center;">7.6</td><td style="text-align: center;">3b</td></tr><tr><td style="text-align: center; color: rgb(22, 17, 32);">10</td><td style="text-align: center;">10.4</td><td style="text-align: center;">4c</td><td style="text-align: right;">
</td><td style="text-align: right;">
</td><td style="text-align: right;">
</td><td style="text-align: center;">8.6 - 9.5</td><td style="text-align: center;">3a</td><td style="text-align: center;">
</td><td style="text-align: center;">8.6</td><td style="text-align: center;">3a</td></tr><tr><td style="text-align: center; color: rgb(22, 17, 32);">11</td><td style="text-align: center;">18.4</td><td style="text-align: center;">6a</td><td style="text-align: right;">
</td><td style="text-align: right;">
</td><td style="text-align: right;">
</td><td style="text-align: center;">9.6 - 10.5</td><td style="text-align: center;">4c</td><td style="text-align: center;">
</td><td style="text-align: center;">9.6</td><td style="text-align: center;">4c</td></tr><tr><td style="text-align: center; color: rgb(22, 17, 32);">12</td><td style="text-align: center;">16.9</td><td style="text-align: center;">6b</td><td style="text-align: right;">
</td><td style="text-align: right;">
</td><td style="text-align: right;">
</td><td style="text-align: center;">10.6 - 11.5</td><td style="text-align: center;">4b</td><td style="text-align: center;">
</td><td style="text-align: center;">10.6</td><td style="text-align: center;">4b</td></tr><tr><td style="text-align: center; color: rgb(22, 17, 32);">13</td><td style="text-align: center;">15.8</td><td style="text-align: center;">6c</td><td style="text-align: right;">
</td><td style="text-align: right;">
</td><td style="text-align: right;">
</td><td style="text-align: center;">11.6 - 12.5</td><td style="text-align: center;">4a</td><td style="text-align: center;">
</td><td style="text-align: center;">11.6</td><td style="text-align: center;">4a</td></tr><tr><td style="text-align: center; color: rgb(22, 17, 32);">14</td><td style="text-align: center;">17.8</td><td style="text-align: center;">6a</td><td style="text-align: right;">
</td><td style="text-align: right;">
</td><td style="text-align: right;">
</td><td style="text-align: center;">12.6 - 13.5</td><td style="text-align: center;">5c</td><td style="text-align: center;">
</td><td style="text-align: center;">12.6</td><td style="text-align: center;">5c</td></tr><tr><td style="text-align: center; color: rgb(22, 17, 32);">15</td><td style="text-align: center;">8.0</td><td style="text-align: center;">3b</td><td style="text-align: right;">
</td><td style="text-align: right;">
</td><td style="text-align: right;">
</td><td style="text-align: center;">13.6 - 14.5</td><td style="text-align: center;">5b</td><td style="text-align: center;">
</td><td style="text-align: center;">13.6</td><td style="text-align: center;">5b</td></tr><tr><td style="text-align: center; color: rgb(22, 17, 32);">16</td><td style="text-align: center;">12.1</td><td style="text-align: center;">4a</td><td style="text-align: right;">
</td><td style="text-align: right;">
</td><td style="text-align: right;">
</td><td style="text-align: center;">14.6 - 15.5</td><td style="text-align: center;">5a</td><td style="text-align: center;">
</td><td style="text-align: center;">14.6</td><td style="text-align: center;">5a</td></tr><tr><td style="text-align: center; color: rgb(22, 17, 32);">17</td><td style="text-align: center;">16.3</td><td style="text-align: center;">6c</td><td style="text-align: right;">
</td><td style="text-align: right;">
</td><td style="text-align: right;">
</td><td style="text-align: center;">15.6 - 16.5</td><td style="text-align: center;">6c</td><td style="text-align: center;">
</td><td style="text-align: center;">15.6</td><td style="text-align: center;">6c</td></tr><tr><td style="text-align: center; color: rgb(22, 17, 32);">18</td><td style="text-align: center;">13.6</td><td style="text-align: center;">5b</td><td style="text-align: right;">
</td><td style="text-align: right;">
</td><td style="text-align: right;">
</td><td style="text-align: center;">16.6 - 17.5</td><td style="text-align: center;">6b</td><td style="text-align: center;">
</td><td style="text-align: center;">16.6</td><td style="text-align: center;">6b</td></tr><tr><td style="text-align: center; color: rgb(22, 17, 32);">19</td><td style="text-align: center;">12.9</td><td style="text-align: center;">5c</td><td style="text-align: right;">
</td><td style="text-align: right;">
</td><td style="text-align: right;">
</td><td style="text-align: center;">17.6 - 18.5</td><td style="text-align: center;">6a</td><td style="text-align: center;">
</td><td style="text-align: center;">17.6</td><td style="text-align: center;">6a</td></tr></tbody></table>


<table style="border: 2px solid black; padding: 0.4em; background-color: rgb(255, 255, 255); border-collapse: collapse;" rules="all" width="85%" cellpadding="2"><tbody><tr><td style="padding: 6px;">Worksheet Formulas<table style="border: 1px solid rgb(166, 170, 182); text-align: center; background-color: rgb(255, 255, 255); border-collapse: collapse;" rules="all" width="100%" cellpadding="2"><thead><tr style="background-color: rgb(224, 224, 240); color: rgb(22, 17, 32);"><th width="10">Cell</th><th style="text-align: left; padding-left: 5px;">Formula</th></tr></thead><tbody><tr><th style="background-color: rgb(224, 224, 240); color: rgb(22, 17, 32);" width="10">P2</th><td style="text-align: left;">=LOOKUP(O2,W$2:X$19)</td></tr></tbody></table></td></tr></tbody></table>

Markmzz

Brilliant Markmzz, thank you so much . . . that's the step I was missing.

Regards.
 
Upvote 0

Forum statistics

Threads
1,224,564
Messages
6,179,543
Members
452,924
Latest member
JackiG

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top