abberyfarm
Well-known Member
- Joined
- Aug 14, 2011
- Messages
- 733
Hello,
If I had a value of 08:00:00 in cell A1 and value of 3 in cell C1, what would be the correct syntax to look up a value in a table?
Here is the table. It is in range A1:I26 in sheet2.
Sheet2
<tbody>
</tbody>
Excel tables to the web >> Excel Jeanie HTML 4
I want it to return the value 11 in cell D1.
Thanks for the help
If I had a value of 08:00:00 in cell A1 and value of 3 in cell C1, what would be the correct syntax to look up a value in a table?
Here is the table. It is in range A1:I26 in sheet2.
Sheet2
* | A | B | C | D | E | F | G | H | I |
1 | * | Distance (miles) | |||||||
2 | Start Time | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |
3 | 00:00:00 | 6 | 8 | 10 | 14 | 13 | 17 | 16 | 19 |
4 | 01:00:00 | 6 | 5 | 10 | 11 | 13 | 38 | 16 | 19 |
5 | 02:00:00 | 8 | 5 | 8 | 11 | 13 | 38 | 16 | 19 |
6 | 03:00:00 | 8 | 5 | 8 | 11 | 13 | 38 | 16 | 19 |
7 | 04:00:00 | 20 | 5 | 8 | 11 | 13 | 38 | 16 | 19 |
8 | 05:00:00 | 1 | 5 | 8 | 11 | 13 | 38 | 16 | 19 |
9 | 06:00:00 | 3 | 5 | 8 | 11 | 13 | 38 | 16 | 19 |
10 | 07:00:00 | 8 | 5 | 8 | 11 | 18 | 15 | 16 | 19 |
11 | 08:00:00 | 6 | 5 | 11 | 18 | 23 | 27 | 24 | 29 |
12 | 09:00:00 | 9 | 5 | 12 | 13 | 18 | 21 | 24 | 23 |
13 | 10:00:00 | 7 | 9 | 10 | 13 | 15 | 16 | 17 | 19 |
14 | 11:00:00 | 7 | 9 | 12 | 13 | 16 | 21 | 22 | 19 |
15 | 12:00:00 | 7 | 9 | 11 | 13 | 16 | 20 | 19 | 22 |
16 | 13:00:00 | 6 | 9 | 10 | 14 | 15 | 17 | 17 | 22 |
17 | 14:00:00 | 7 | 11 | 10 | 13 | 15 | 18 | 20 | 22 |
18 | 15:00:00 | 7 | 10 | 12 | 14 | 17 | 20 | 19 | 26 |
19 | 16:00:00 | 8 | 10 | 11 | 13 | 18 | 15 | 19 | 22 |
20 | 17:00:00 | 7 | 9 | 13 | 13 | 17 | 19 | 24 | 25 |
21 | 18:00:00 | 7 | 10 | 11 | 14 | 18 | 19 | 23 | 24 |
22 | 19:00:00 | 7 | 9 | 11 | 14 | 16 | 18 | 19 | 22 |
23 | 20:00:00 | 6 | 8 | 10 | 12 | 15 | 15 | 18 | 19 |
24 | 21:00:00 | 2 | 6 | 6 | 4 | 7 | 11 | 12 | 11 |
25 | 22:00:00 | 6 | 14 | 12 | 13 | 16 | 16 | 18 | 20 |
26 | 23:00:00 | 1 | 0 | 3 | 2 | 1 | 7 | 0 | 0 |
<tbody>
</tbody>
Excel tables to the web >> Excel Jeanie HTML 4
I want it to return the value 11 in cell D1.
Thanks for the help