srikandi2000
Member
Dear all,
I'm trying to find a way to copy data based on non blank cells in certain columns
the data is like this:
A__B_______C_______D__________E
No OldName NewName OldAddress NewAddress
1__David.._......_Dakota...._Chicago
2__Michael_.......LA................
3__Jane..._Janet...Dallas.....Tennesse
4__Josh..._Joshua..Manhattan..........
As you can see i'm trying to get the update name and address from the data. What i want is to extract/copy Row 1,3,4 (from A to E) to a new sheet. Can anyone show me a quick way to do this with/without using VBA? Thanks in advance
I'm trying to find a way to copy data based on non blank cells in certain columns
the data is like this:
A__B_______C_______D__________E
No OldName NewName OldAddress NewAddress
1__David.._......_Dakota...._Chicago
2__Michael_.......LA................
3__Jane..._Janet...Dallas.....Tennesse
4__Josh..._Joshua..Manhattan..........
As you can see i'm trying to get the update name and address from the data. What i want is to extract/copy Row 1,3,4 (from A to E) to a new sheet. Can anyone show me a quick way to do this with/without using VBA? Thanks in advance