I have a spreadsheet with multiple sheets.
I have two columns in sheet1 (Let's say it's column A and C). Column A and C are related (A is name, C is Status)
Some of the values in column A can be found in Sheet2 (say column A as well). Some of the values in column A can also be found in Sheet3 (say column A as well). So values in sheet1-A can be found in sheet2-A and/or sheet3-A.
Let's say a value in sheet1-C is changed/updated.
I want to look at sheet1-A and find if it has a match from sheet2-A and sheet3 C.
If it find a match, it should be able to update the value of its corresponding column C.
I have two columns in sheet1 (Let's say it's column A and C). Column A and C are related (A is name, C is Status)
Some of the values in column A can be found in Sheet2 (say column A as well). Some of the values in column A can also be found in Sheet3 (say column A as well). So values in sheet1-A can be found in sheet2-A and/or sheet3-A.
Let's say a value in sheet1-C is changed/updated.
I want to look at sheet1-A and find if it has a match from sheet2-A and sheet3 C.
If it find a match, it should be able to update the value of its corresponding column C.