adam_neb
Board Regular
- Joined
- Jun 9, 2002
- Messages
- 101
I am using Index / Match to bring back data in a table. When I test using an exact match on both the row and the column match, I get the expected results:
.
However, when I use actual data I do not get any resultes no matter which match_type I select:
Can anyone tell me what I am doing wrong?
Adam
OS&D Reefer Burn Calculator.xls | |||||||
---|---|---|---|---|---|---|---|
A | B | C | D | E | |||
1 | DOE | LOH | DIFF | DOEMATCHTYPE | LOHMATCHTYPE | ||
2 | 2.761 | 1800 | 11.00 | 0 | 0 | ||
3 | 2.761 | 1800 | 11.00 | 0 | 1 | ||
4 | 2.761 | 1800 | #N/A | 0 | -1 | ||
5 | 2.761 | 1800 | 11.00 | 1 | 0 | ||
6 | 2.761 | 1800 | 11.00 | 1 | 1 | ||
7 | 2.761 | 1800 | #N/A | 1 | -1 | ||
8 | 2.761 | 1800 | #N/A | -1 | 0 | ||
9 | 2.761 | 1800 | #N/A | -1 | 1 | ||
10 | 2.761 | 1800 | #N/A | -1 | -1 | ||
DIFFERENCE |
However, when I use actual data I do not get any resultes no matter which match_type I select:
OS&D Reefer Burn Calculator.xls | |||||||
---|---|---|---|---|---|---|---|
A | B | C | D | E | |||
13 | DOE | LOH | DIFF | DOEMATCHTYPE | LOHMATCHTYPE | ||
14 | 2.980 | 2440 | #N/A | 0 | 0 | ||
15 | 3.055 | 965 | #N/A | 0 | 1 | ||
16 | 3.065 | 704 | #N/A | 0 | -1 | ||
17 | 3.033 | 1758 | #N/A | 1 | 0 | ||
18 | 3.027 | 1643 | #N/A | 1 | 1 | ||
19 | 2.967 | 375 | #N/A | 1 | -1 | ||
20 | 2.857 | 1218 | #N/A | -1 | 0 | ||
21 | 2.713 | 1411 | #N/A | -1 | 1 | ||
22 | 2.595 | 2029 | #N/A | -1 | -1 | ||
DIFFERENCE |
Can anyone tell me what I am doing wrong?
Adam