Hi,
I'm doing my first post here. Please excuse me if this is silly.
I have col A and col B as text fields. In col C I have a query list. I'm trying to find if the text values in both col A and col B exist anywhere in col C and then return a true or a false. Please see the attached sheet. Thank you gurus.
I'm doing my first post here. Please excuse me if this is silly.
I have col A and col B as text fields. In col C I have a query list. I'm trying to find if the text values in both col A and col B exist anywhere in col C and then return a true or a false. Please see the attached sheet. Thank you gurus.
SEARCH TEXT.xlsx | ||||||
---|---|---|---|---|---|---|
A | B | C | D | |||
1 | FACT_TABLE | CORE_TABLE | QUERY | OUTPUT | ||
2 | RESI_ADDR | EMP_DEMO | SELECT A.SAL, A.ADDR FROM EMP_DSI A GROUP BY 1,2 | TRUE | ||
3 | COUNTY | EMP_QUAL | SELECT A.BAL, B.HLTH FROM EMP_FI A, EMP_SE B WHERE A.ID = B.ID | FALSE | ||
4 | EDUCATION | EMP_BIO | SELECT A.RESI_ADDR, A.LOC FROM EMP_DEMO A GROUP BY 1,2 | FALSE | ||
5 | ||||||
Sheet1 |