Hello,
I'm attempting to match the second condition based on a word in column C using a wild character.
I tried many variables using ~, ? And * but cant seem to get it to work.
Any ideas?
I'm attempting to match the second condition based on a word in column C using a wild character.
I tried many variables using ~, ? And * but cant seem to get it to work.
Any ideas?
Book1 | |||||||||
---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | |||
1 | |||||||||
2 | |||||||||
3 | |||||||||
4 | |||||||||
5 | 1111 | JackandJillwentupthehill | 10 | ||||||
6 | 2222 | MaryandTedwerelatefordinner | 11 | ||||||
7 | 3333 | PhilandCarrylosttheircat | 12 | ||||||
8 | 4444 | DerekandSammissedthegame | 13 | ||||||
9 | 3333 | GraceandJuliaaregoodcooks | 11 | ||||||
10 | |||||||||
11 | |||||||||
12 | |||||||||
13 | |||||||||
14 | |||||||||
15 | 3333 | PhilandCarrylosttheircat | #N/A | ||||||
16 | |||||||||
17 | |||||||||
Sheet1 |