Hopefully this makes sense!
On Sheet 1 I have my master data sheet, with Column Headers in Row 1 and the values relating to that in the cells below.
On Sheet 2, in column A I have the name of a column header, and in Column B (on same row) I have a value.
I would like it to come back "Yes", or "No", depending if the value is in that column
Sheet1
Sheet2
On Sheet 1 I have my master data sheet, with Column Headers in Row 1 and the values relating to that in the cells below.
On Sheet 2, in column A I have the name of a column header, and in Column B (on same row) I have a value.
I would like it to come back "Yes", or "No", depending if the value is in that column
Sheet1
ANIMAL | CITY | ||
Horse | Aberdeen | ||
Cat | Belfast | ||
Dog | Cardiff | ||
Sheet2
ANIMAL | Cat | YES | |
ANIMAL | Elephant | No | |
CITY | Aberdeen | YES | |
CITY | Darlington | NO | |