Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Assuming a similar table is what you're using:
Rows Col A Col B 1 Mike Mary 2 Larry Larry 3 Pete John 4 John Stephen You can use the following formula to show where the same name appears in both columns, type this in cell C1 and copy-paste onto the cells below it (C2, C3....) =IF(A1=B2,A1,"") "Cheimbig" wrote: In excel, if you have Column A that has a list of names €“ in Column B you have another list of names and in Column C you want to show any from A and B that match €“ do you know the formula to do this? I found one that shows me the number of matches, but I actually want to see the actual names that match. Suggestions? Thanks in advance -- Carla Heimbigner |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
find the second match using the match function | Excel Worksheet Functions | |||
how can we get unique values in match function for same match key. | Excel Worksheet Functions | |||
index match array function-returning only first match, need last. | Excel Worksheet Functions | |||
Match as well as does not match array function | Excel Discussion (Misc queries) | |||
Emulate Index/Match combo function w/ VBA custom function | Excel Worksheet Functions |