shwndfrnkln
New Member
- Joined
- Jul 2, 2012
- Messages
- 5
I have an if/and statement that is checking 2 data points and returning a true or false. Column A is the part number and Column B is the model number. I need to return a true statement if the part number falls under a model number. This works but only for the first model number listed. How do I get it to continue past the first model number and return true instead of false statements?
Any help is very appreciated.
Zone 1 Matrix
<TBODY>
</TBODY>
<TBODY>
</TBODY>
Any help is very appreciated.
Zone 1 Matrix
A | B | C | D | E | F | G | H | I | J | K | L | |
1 | Part # | Model # | 1T1335 | 1T1824 | 1T1872 | 6T1882 | 6Y3888 | 6Y4910 | 6Y5800 | 8E4735 | ||
2 | 1287115 | 1285302 | 1287115 | False | False | False | False | False | False | False | False | |
3 | 1287348 | 1457108 | 1287348 | False | False | False | False | False | False | False | False | |
4 | 1287348 | 1880669 | 1355561 | |||||||||
5 | 1287348 | 2975421 | 1644220 | |||||||||
6 | 1287348 | 3570699 | 1666323 | |||||||||
7 | 1287348 | 3570704 | 1695817 | |||||||||
8 | 1355561 | 1355569 | 1741406 | |||||||||
9 | 1355561 | 2103137 | 2464384 | |||||||||
10 | 1355561 | 2451735 | 2514324 | |||||||||
11 | 1355561 | 2451736 | 2609555 | |||||||||
12 | 1355561 | 2501912 | 2833534 | |||||||||
13 | 1355561 | 3351063 | 3154128 | |||||||||
14 | 1644220 | 1355569 | 3707902 | |||||||||
15 | 1644220 | 2451735 | 3716001 |
<TBODY>
</TBODY>
Spreadsheet Formulas | ||||||||||||||||||||||||||||||||||
<TBODY> </TBODY> |
<TBODY>
</TBODY>