Insert table from one of 4 sheets into master invoice based on dropdown

lissajo64

New Member
Joined
Jun 8, 2022
Messages
1
Office Version
  1. 2016
Platform
  1. Windows
I have a master invoice I have created, and we have 4 sheets of data, 1 sheet per quarter where assets are to be tracked. On the master sheet I have created a drop down with all of the names of each sheet (Q1, Q2, Q3, & Q4). I want the user to be able to select one of the quarters from the dropdown, and that Qtr's table contents be inserted into the invoice under the mailing information. I have successfully created each worksheet and the drop down is working. I just can't figure out how to display the data for the entire column in the master invoice, just the first row. I just can't figure out the best way to do the entire column. NOTE: the column will not have the same number of rows all the time so it needs to be fluid. There may be a cleaner way to do this, I just can't find info.
All of the quarter tables, Q1 - Q4 have the same formatting/layout as the data shown under the blue headings on the screenshot. This is how I did the formula to get those :
Excel Formula:
=INDIRECT("'"&$B$2&"'!B2")
I was also wondering if there was a way to use the Insert Date - from sheet using the drop down and if that would be better but not sure if that would be the best approach. I am new to this type of workbook.
Thanks in advance! Let me know if it needs further explanation!
 

Attachments

  • MasterInvoice.PNG
    MasterInvoice.PNG
    28.6 KB · Views: 6

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying

Forum statistics

Threads
1,213,507
Messages
6,114,029
Members
448,543
Latest member
MartinLarkin

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