How to update the row if cells are matching from different sheets?

Adarsh Jha

New Member
Joined
Dec 5, 2019
Messages
1
Office Version
  1. 365
  2. 2010
Platform
  1. Windows
I am working on a QA tool which is having basically 3 sheets. For any particular account all three sheets needs to be filled and recorded. The scores are getting updated in the database sheet. My issue is, if the Account Name and Analyst Name matches with any of the sheet then it should update the existing entry in the database sheet and if any of the two fields (Account Name & Analyst Name) are different then it should make a new entry with the respective score. Right now it is making the another entry altogether irrespective of same fields.

Example:
If Account Name: ABC;
Analyst Name: XYZ;
Sheet1 Score: 100%;
Sheet2 Score: 100%;
Sheet3 Score: 100%

then in database sheet it should reflect as:
Sl. No.Account NameAnalyst NameSheet1 ScoreSheet2 ScoreSheet3 Score

I am unable to update the scores side by side and now I am stuck with it. It would be very much helpful if someone could suggest anything regarding this.
 

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.
Hi, I think that you don't need three sheets, you can use only one, with two additional attribute (for example: origin, date_created) and then, get most recent insert.
If you can, give another example, explaining what data you have, what conditions they meet, what they should add and what result you expect.

Please try prepare a data example using add-in specifically for this and it can be found here XL2BB
Pay attention to this post XL2BB 2 Squares
 
Upvote 0

Forum statistics

Threads
1,214,822
Messages
6,121,770
Members
449,049
Latest member
greyangel23

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