Auto Populate one table from another

PaulPlumridge

New Member
Joined
Jan 10, 2019
Messages
11
Good Morning
I hope you are all well. I'm looking for some help on on designing commission sheets for my sales team.
We have a master file for 2019 that lists every commission our company earns in roughly this format

Date / Month / Salesman / Invoice No / Customer / Comm £

Each day new deals get added as new lines on the bottom of the master data.

The sales guys have their own sheets for each month with the same headers as above - what i am looking is a way for their individual sheets to automatically update the data from the master file.
Is this even possible? if so what would the formula structure look like

Thank you for your help
 
{=IFERROR(INDEX('[2019 Sales Report.xlsx]Raw Data'!$C$2:$C$2000,SMALL(IF('[2019 Sales Report.xlsx]Raw Data'!$B$2:$B$2000=$A$1,ROW('[2019 Sales Report.xlsx]Raw Data'!$C$2:$C$2000)-MIN(ROW('[2019 Sales Report.xlsx]Raw Data'!$C$2:$C$2000))+1),ROWS($B$3:B3))),"")}

{=IFERROR(INDEX('[2019 Sales Report.xlsx]Raw Data'!$D$2:$D$2000,SMALL(IF('[2019 Sales Report.xlsx]Raw Data'!$B$2:$B$2000=$A$1,ROW('[2019 Sales Report.xlsx]Raw Data'!$D$2:$D$2000)-MIN(ROW('[2019 Sales Report.xlsx]Raw Data'!$D$2:$D$2000))+1),ROWS($C$3:C3))),"")}

sorry don't know why the formulas pasted like that
 
Upvote 0

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.

Forum statistics

Threads
1,215,461
Messages
6,124,954
Members
449,198
Latest member
MhammadishaqKhan

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