Excel vlookup problems 2

Jyggalag

Active Member
Joined
Mar 8, 2021
Messages
445
Office Version
  1. 365
  2. 2019
Platform
  1. Windows
Dear all,

Please note that I made an earlier thread and am now continuing with the same sheets as before, but also including a new file (file 3). The old thread is here: Excel vlookup problems

I currently have three files, file (1):

Excel file 1 snip.PNG




File 2:



excel file 2 snip.PNG


And file 3:

1615200832002.png


Currently, file 3 has the name of all the accountants in column U. What I would like is for column U to have the name of the accountant removed, if the corresponding firm to that accountant in column D does not appear as a firm in column D in file 1.

How would I go about this? I would truly appreciate some assistance here!

Thank you so very much everybody, I cannot express how much I would appreciate your assistance in this matter! :)

Kind regards,
Jyggalag
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
You couldnt unless you use either a helper column to provide the answers, a table elsewhere of the client/accountant names or you use code.
 
Upvote 0
You couldnt unless you use either a helper column to provide the answers, a table elsewhere of the client/accountant names or you use code.
How would I do that? Any suggestion would be appreciated! :)
 
Upvote 0
For example in V2 of file 3:

=IF(ISNUMBER(MATCH(D2,'[File One.xlsx]Sheet1'!$D:$D,0)),U2,"")
 
Upvote 0
Solution
For example in V2 of file 3:

=IF(ISNUMBER(MATCH(D2,'[File One.xlsx]Sheet1'!$D:$D,0)),U2,"")
Steve the fish you're a genius! :)

I solved it through your method and formula.

Thank you so much!!!

Have a wonderful monday :D

BR.
Jyggalag
 
Upvote 0

Forum statistics

Threads
1,223,958
Messages
6,175,636
Members
452,662
Latest member
Aman1997

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