How to match data between 2 different sheets

  • Thread starter Thread starter Saed
  • Start date Start date
S

Saed

Dear All,

Kindly I have data in sheet 1 & data in sheet 2, I need the data which is
not matching to be transfer to sheet 3.
 
Hi Saed
Is this what your looking for?
=IF(Sheet1!A1<>Sheet2!A1,Sheet1!A1)
Regards
Cimjet
 
Hi Cimjet,

Thanks for your respond, actually I think I didnt explain wel that is the
reason, your reply didnt help me.

I have a large data in excel file Sheet 1, and some updation on Sheet 2 on
the same excel file. Now I want to check which are missing data in sheet 2,
so I am looking some formula or macro to copy missing data in Sheet 3, then I
can easily update the data accordingly.

Thanks & Regards

Saed
 
HI Saed
I don't know if i can help you, I sent you a link with a sample file named
"CheckA&B2C" this is what I understand from your comments.
Post back with more explanation and maybe if not myself, someone else can
help you.
http://www.savefile.com/projects/808612528
Good Luck
Cimjet
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top