Hello,
I'm not very good with Excel and could use help with my task. I have two columns of data. Column A are names of people who belong to an organization. Column B are names of people who have attended a meeting. I need to find all the names in Column A that are present in Column B. Can someone help me with this?
Right now the formula I'm using is =IF(NOT(ISERROR(MATCH(A11,B:B,0))), "DUPLICATE", "") however it doesn't seem to be totally effective. For example, one name "Mach" is present in Column A and B but doesn't return "DUPLICATE". Many others, however, do.
Thanks for your help.
I'm not very good with Excel and could use help with my task. I have two columns of data. Column A are names of people who belong to an organization. Column B are names of people who have attended a meeting. I need to find all the names in Column A that are present in Column B. Can someone help me with this?
Right now the formula I'm using is =IF(NOT(ISERROR(MATCH(A11,B:B,0))), "DUPLICATE", "") however it doesn't seem to be totally effective. For example, one name "Mach" is present in Column A and B but doesn't return "DUPLICATE". Many others, however, do.
Thanks for your help.