Merge 2 unequal excel files

InfinityMrsn

New Member
Joined
Mar 21, 2023
Messages
15
Office Version
  1. 365
Platform
  1. Windows
I extract data from a system and those numbers need to be processed into an order sheet of our customer.

I was hoping someone can help me with a formula to simplify and speed this up. Now I fill the ordersheet piece by piece, but the number of different products grows enormously so this takes a lot of time.

Additional information:
- The article numbers are not on equal lines and some article numbers do not appear.


Please find attached 2 screenshots. I would like the numbers of the yellow cells (file 1) to be filled in the green cells (file 2).
 

Attachments

  • 25082023-SS2.png
    25082023-SS2.png
    16.3 KB · Views: 3
  • 25082023-SS.png
    25082023-SS.png
    19.2 KB · Views: 3

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
Thanks Fluff. I found a start, but i'm not sure how to finish this formula

=VERT.ZOEKEN(A2;'[Kopie van total price of 25.8.2023-SS.xlsx]Blad1'!$B$2:$E$16;

The values in column A are compared, but the value of column 5 must be adopted.
 
Upvote 0
That is not Xlookup, it looks more like Vlookup.
 
Upvote 0
Something like
Excel Formula:
=X.ZOEKEN(A2;[Kopie van total price of 25.8.2023-SS.xlsx]Blad1'!$B$2:$B$16;[Kopie van total price of 25.8.2023-SS.xlsx]Blad1'!$E$2:$E$16)
 
Upvote 1
Thanks, found it :)

=X.ZOEKEN(A2;'[Kopie van total price of 25.8.2023-SS.xlsx]Blad1'!$B$2:$B$16;'[Kopie van total price of 25.8.2023-SS.xlsx]Blad1'!$E$2:$E$16)
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,219
Messages
6,123,687
Members
449,117
Latest member
Aaagu

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