CMSREPORTS
New Member
- Joined
- Nov 29, 2018
- Messages
- 10
- Office Version
- 2013
- Platform
- Windows
I am working on a simple project to see if any items of a range exists in a second multi column range
For some reason, i always get a FALSE answer when matching an item in the Shopping List 2.
Shopping List 1 and 3 work fine
I also tried to do a 4th list, but that didn't work at all.
I know I am missing something obvious.
For some reason, i always get a FALSE answer when matching an item in the Shopping List 2.
Shopping List 1 and 3 work fine
I also tried to do a 4th list, but that didn't work at all.
I know I am missing something obvious.
A | B | C | D | E | F | G | H | I | J | K | |
1 | Item1 | Item2 | Item3 | At least one item on the Shopping List: | Shopping List 1 | Shopping List 2 | Shopping List 3 | ||||
2 | Apple | Pear | Orange | TRUE | =SUMPRODUCT(--(A2:C2=SL_13))>0 | Apple | Food | food | |||
3 | Banana | Strawberry | Peach | FALSE | =SUMPRODUCT(--(A3:C3=SL_13))>0 | Food | Food | food | |||
4 | Bread | Cheese | Cola | TRUE | =SUMPRODUCT(--(A4:C4=SL_13))>0 | Food | Peach | food | |||
5 | Food | Food | food | ||||||||
6 | Food | Food | Cola | ||||||||
Named Range SL_13: i1:k6 |