How to Return a value based on a range in a different file or sheet? unsolved

hemotep

New Member
Joined
Jun 17, 2022
Messages
4
Office Version
  1. 2016
Platform
  1. Windows
I Own the tasks of updating the list of tasks in an excel file (let's call it master file). It consists of a column A that has reference numbers for around 15000 tasks and a column B that has the status.

On a weekly basis, different team members will be feeding me with a table (which means another excel file) that contains the update of the status of some of the tasks that I have already in my master file. The file that I'll be receiving will have a column A that has some of the reference numbers and a column B that has the updated status of these reference numbers. So what is going to happen basically is that I'll be receiving an update for 50 tasks out of the 15000 this week and probably 100 next week etc.

What would be the best way to automate copying the status from the files I'll be receiving from the team to the master file? I'm thinking of a formula that can identify the receivedreference numbers and return the value of the status column.



Thanks for your help!
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
I see 2 options.

1. You could use a VLookup on the task reference number and return the status, this is a bit more manual in that you would need to open both files and then type in the vlookup in a 3rd column and then copy over those values that have been updated.
This is a small example, with your master hsset represented on the left and the users update data on the right. You run a vloopup and it will identify those that are in the users update list along with the status.

1655579387885.png

1655579543689.png


2. You could use VBA to parse the users files and update the status in your master file in a more automated way.
Let me know if interested in the VBA approach, you mentioned a formula approach specifically so I did not provide a VBA solution.
 
Upvote 0
Thanks for taking the time to provide such a detailed answer! That's awesome. I'll probably opt for the Vlookup option for now however I'm interested in trying the VBA solution, getting familiar with it then implementing it.
 
Upvote 0

Forum statistics

Threads
1,214,902
Messages
6,122,161
Members
449,069
Latest member
msilva74

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