Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
If I wanted to check that the Surname AND the Firstnames were the same
in each of four columns, what changes would I make? Ideally I would wwish that the output was as below:- Column A Column B Column C Column D Surname Forename Common entry Surname Common entry Forname Wilson Bob Wilson Bob Jonah |
#2
![]() |
|||
|
|||
![]()
Hi John,
How about this ARRAY formula (Ctrl+Shift+Enter): =AND(A2:B2=C2:D2) Regards, KL "John" wrote in message ... If I wanted to check that the Surname AND the Firstnames were the same in each of four columns, what changes would I make? Ideally I would wwish that the output was as below:- Column A Column B Column C Column D Surname Forename Common entry Surname Common entry Forname Wilson Bob Wilson Bob Jonah |
#3
![]() |
|||
|
|||
![]()
I am not sure what this tells me. Please can you explain the
(Ctrl+Shift+Enter) and where do I put the formula? John ----------------- KL wrote: Hi John, How about this ARRAY formula (Ctrl+Shift+Enter): =AND(A2:B2=C2:D2) Regards, KL "John" wrote in message ... If I wanted to check that the Surname AND the Firstnames were the same in each of four columns, what changes would I make? Ideally I would wwish that the output was as below:- Column A Column B Column C Column D Surname Forename Common entry Surname Common entry Forname Wilson Bob Wilson Bob Jonah |
#4
![]() |
|||
|
|||
![]()
This will give you TRUE if the pairs are identical and FALSE if they are
not. "Ctrl+Shift+Enter" hasn't more explanation than that it is necessary with (some) array formulas (formulas that operate with arrays, not single values). Regards, KL "John" wrote in message ... I am not sure what this tells me. Please can you explain the (Ctrl+Shift+Enter) and where do I put the formula? John ----------------- KL wrote: Hi John, How about this ARRAY formula (Ctrl+Shift+Enter): =AND(A2:B2=C2:D2) Regards, KL "John" wrote in message ... If I wanted to check that the Surname AND the Firstnames were the same in each of four columns, what changes would I make? Ideally I would wwish that the output was as below:- Column A Column B Column C Column D Surname Forename Common entry Surname Common entry Forname Wilson Bob Wilson Bob Jonah |
#5
![]() |
|||
|
|||
![]()
Hi!
Try this: =A2&B2=C2&D2 Biff "John" wrote in message ... If I wanted to check that the Surname AND the Firstnames were the same in each of four columns, what changes would I make? Ideally I would wwish that the output was as below:- Column A Column B Column C Column D Surname Forename Common entry Surname Common entry Forname Wilson Bob Wilson Bob Jonah |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Compare two different size lists | Excel Worksheet Functions | |||
How do I compare lists and eliminate duplictates | Excel Discussion (Misc queries) | |||
How to compare the lists in two columns & separate odd one ? | Excel Discussion (Misc queries) | |||
Can I compare 2 lists to combine duplicate entries in new list? | Excel Worksheet Functions | |||
How do I compare two lists of names in excel? | Excel Discussion (Misc queries) |