1 Attachment(s)
compare data ... Incomplete rubbish
(data are mobile numbers)
I have a data in column A of sheet name abc
i have one more sheet name def it also has data in column A
i have one more sheet Fake Data that also has data in column A
I have one more sheet Completed that also has data in column A
I have one more sheet name Missing Data that also has data in column A
now what i want is.....
match column A of abc sheet with column A of def sheet if it matches then delete that data in column A of def and the data which are not matched compare that data with Fake Data and if matched then delete and again if there will be unmatched data then compare that data with complete data if found then delete and again if there will be unmatched data then copy that data and paste it to missing data sheet in column A and delete all the data in def
all this i have to do by vba only so plz help