Excel Formula Problems

Sleek

New Member
Joined
Sep 6, 2014
Messages
1
Hello,
Please I have been trying to crack this for a few days now and I would really like some help. The problem goes like this:
I have two excel documents, Doc A and Doc B. Doc A contains two sheets, While Doc B contains one sheet.The information in the two sheets of doc a is pulled together in the one sheet of doc b. this two documents have different columns like Staff Id no and staff name and staff net pay. basically, am to create a third excel workbook that is totally automated and compares the information in doc a to the one in doc b. E.g if JUM001 is paid 5000 in doc b, this new workbook is to check that JUM001 in both sheets of doc A is paid 5000. If in doc a, JUM001 is paid something different, it is to return an error message. Hope you guys can help me crack this. Thanks.
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
Hi, why don't you use something around =IF(INDEX([Doc A.xlsx]Sheet1!range1,MATCH(A2,[Doc A.xlsx]Sheet1!range2,0))=INDEX([Doc B.xlsx]Sheet1!range1,MATCH(A2,[Doc B.xlsx]Sheet1!range2,0)),"","error")
 
Upvote 0

Forum statistics

Threads
1,214,606
Messages
6,120,492
Members
448,967
Latest member
visheshkotha

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top