Pull through ID data to other sheets

jpwg19

New Member
Joined
Oct 6, 2018
Messages
2
Hi all
I have a load of data that I need to upload to a new system using a new customer account number, and with only basic levels of knowledge in excel I was hoping that someone may be able to help or point me in the right direction to research how to do it.


The data is split into a large number of sheets with the only unique field in each sheet being the old account number and the new account number only showing on the first sheet. I need to pull the new account number over to all the other sheets but there maybe more than one line of the same account number on sheet 2, sheet 3 etc due to multiple properties for that one customers account number. It could also be the case that there is no data on Sheet 2, Sheet 3 etc for the Sheet 1 Account Number due to data deletion.

Sheet 1
NEW Cust IDAccount_CustomerOLD Account_No
111NoA53821
112YesA53822
113NoAAC00001
114YesABB00001
115NoACC00001
116YesADD00001
117YesADI00001
118NoADL00001

<colgroup><col width="152" style="width:114pt"> <col width="152" style="width:114pt"> <col width="152" style="width:114pt"> </colgroup><tbody>
</tbody>

Sheet 2
NEW Cust IDOLD Account_No
A53822
000537
ATF00001
AAC00001
ABB00001
ABB00001
ABB00001
ACC00001
ADD00001

<tbody>
</tbody>

Many thanks
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
How about

Excel 2013/2016
AB
1NEW Cust IDOLD Account_No
2112A53822
3Noaccount537
4NoaccountATF00001
5113AAC00001
6114ABB00001
7114ABB00001
8114ABB00001
9115ACC00001
10116ADD00001
sheet2
Cell Formulas
RangeFormula
A2=IFERROR(INDEX(Sheet1!A$2:C$9,MATCH(B2,Sheet1!C$2:C$9,0),1),"Noaccount")
 
Upvote 0
Glad to help & thanks for the feedback
 
Upvote 0

Forum statistics

Threads
1,215,545
Messages
6,125,450
Members
449,227
Latest member
Gina V

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