Hello Excel Champs
,
I have a list of names in one sheet and another set of names (where some of the names in the first list may be missing). Now, I would like to Sort this second data set as per the first & complete set of names.<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com
ffice
ffice" /><o
></o
>
<o
> </o
>
If a particular name is not appearing in the second record set, a blank row should be created on its behalf.
For example,
If my first recordset is below:
Sam
David
Kyle
Anne
and my second recordset is below:
Anne
Kyle
Sam
The second column should change to
Sam
< Empty Row >
Kyle
Anne
Is it possible to do so (either by using Macros or not)
Thanks in advance for your helps....!!!
I have a list of names in one sheet and another set of names (where some of the names in the first list may be missing). Now, I would like to Sort this second data set as per the first & complete set of names.<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com
<o
If a particular name is not appearing in the second record set, a blank row should be created on its behalf.
For example,
If my first recordset is below:
Sam
David
Kyle
Anne
and my second recordset is below:
Anne
Kyle
Sam
The second column should change to
Sam
< Empty Row >
Kyle
Anne
Is it possible to do so (either by using Macros or not)
Thanks in advance for your helps....!!!