Hello.
I have two sheets (sheet1 and sheet2). I have data values in column A of both sheets. I need to look through the values in column A of sheet 1 and return a "y" in column B of sheet 2 if the value in column A of sheet 2 can be found. I have tried to illustrate this below:
ABAB
1 1y
2 2y
3 3y
4 5
6 6y
I suppose I will be using "countif" but I don't know how to specify "if exists in column A of sheet 1" as the condition.
Thank you in advance.
I have two sheets (sheet1 and sheet2). I have data values in column A of both sheets. I need to look through the values in column A of sheet 1 and return a "y" in column B of sheet 2 if the value in column A of sheet 2 can be found. I have tried to illustrate this below:
ABAB
1 1y
2 2y
3 3y
4 5
6 6y
I suppose I will be using "countif" but I don't know how to specify "if exists in column A of sheet 1" as the condition.
Thank you in advance.