need a macro to fill data from Master table to individual sheets.

Status
Not open for further replies.

Dilusha

Board Regular
Joined
May 5, 2012
Messages
58
I have Following Master Table in Sheet1

Column AColumn BColumn CColumn DColumn EColumn FColumn G
Row1Cus_CodeInv_DateInv_NoCus_NameValueVAT
Row2BBE18/07/2018SV4525A CO .LTD118991785
Row3BBE20/07/2018SV4531A CO.LTD166672500
Row4DSL31/07/2018SV4825DS LTD232613489
Row5EVE01/07/2018SV4401E CO LTD71421071
Row6EVE15/07/2018SV4513E CO LTD69871048
Row7EVE21/07/2018SV4625E CO LTD3107466

<tbody>
</tbody>



Column B is sorted & I have created sheets for each customer by the name of Cus_Code in same work book.

In sheet2 , I have following table.

Name Of Customer ...................
Serial NoInv_NoInv_DateValuevatvoucher No
1
2
3
4

<tbody>
</tbody>



Signature ........... Date................

I want to fill above table & as per the Master table (Rows should be dynamics) & copy to the relevant sheet created with the name of Cus_Code.

Name of Customer should be filled .Column F ( voucher No) & "Signature ..... / Date ......Should be kept blank .

I use excel 2007
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
Status
Not open for further replies.

Forum statistics

Threads
1,214,944
Messages
6,122,387
Members
449,080
Latest member
Armadillos

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