Need Help

G

Guest

I have 2 work sheets with >20 colums and >2000 rows
My example may discribes as like this in both the sheets

doc no doc type amt

Here i require a formula which checks up both doc no and amount in both the
sheets, if it matches should display as "Matched" or "Not Matched"

Thank you guys for taking much pain in resolving this
 
G

Guest

Hi,

Hope you understand the answer:-

I have just done 1 field you should be able to check it and modify it for
the 2nd.

Test case is as follows:-

Sheet1 = doc no doc type amt (Columns A to C)

Sheet2 = doc no doc type amt (Columns A to C)

in column D formula is =IF(Sheet1!A2=Sheet2!A2,"Matched","Not Matched")

if you copy formular down all 2000 rows it shoud work.

If you want the same for sheet 1 just apply to column D

If you want to highlight it you could use conditional formatting and make
background red if d = Not Matched

Hope you can understand

Trev
 
G

Guest

Dear Trever,
Thank you very much for your advice.
But my data in the two sheets is not sorted. The formula has to check from
top to bottom and should display "matched" or "not matched"
 

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

Top