How to print multiple sheets from data on another sheet

PuntingJawa

Board Regular
Joined
Feb 25, 2021
Messages
140
Office Version
  1. 365
  2. 2019
Platform
  1. Windows
I am trying to figure out how to create a template that will print multiple sheets at once. I can print one at a time right now by filling in information on one sheet and printing from the other but I want to add all information at once and have it print at the same time.

Below this is where I input information on sheet 1. I would need to moved some things to their own columns to do this in bulk but this is what I came up with on the fly.
R211 OP CRATE PRINT.xlsx
ABCDE
1Crate #Operator LHHanger LHOperator RHHanger RH
20    
3    
4    
5    
6DATA    
7
8CRATE#INPUT HERE
9OPERATOR LH
10
11
12
13HANGER LH
14
15
16
17OPERATOR RH
18
19
20
21HANGER RH
22
23
24
CRATE PRINT INPUT
Cell Formulas
RangeFormula
A2A2=A9
B2:B5B2=IF(B9<=0,"","DOL"&B9)
C2:C5C2=IF(B13<=0,"","DHL"&B13)
D2:D5D2=IF(B17<=0,"","DOR"&B17)
E2:E5E2=IF(B21<=0,"","DHR"&B21)
B6:E6B6=IF(B2<="","",B2&", "&B3&", "&B4&", "&B5)


After I place the information required into cells A9 and B9:B24 the data is formatted for what it needs to look like on the template. As I mentioned earlier, I have managed to get this for 1 at a time. I'm just not sure how, if I place a string of say, 40 lines, for this to print out with 4 cells at a time, to print 10 pages.

R211 OP CRATE PRINT.xlsx
ABCDEFGHIJ
1CRATE # HERE
2
3PROJECTShipping DateVendor Packing Slip#
4Arrival Date (ETA)P/S NUMBER
5DELIVERY TO
6Vendor Work Order #:
7
8
9
10
11SHIPPED FROM
12
13Freight/Carrier Tracking #
14
15
16
17LINE #THEIR P/NDESCRIPTIONOUR P/NSerial NumberQTYQtyREMARKS
18(If applicable)Shipped NowOrderedPreviously ShippedBalance after this shipment
19LINE NUMBERPART NUMBERDESCRIPTIONOUR NUMBER HEREITEM SERIAL HERE00
2000
2100
2200
DOOR CRATE PRINT
Cell Formulas
RangeFormula
F19F19=COUNTIF('CRATE PRINT INPUT'!B2:B5,"?*")
G19:G22G19='CRATE PRINT INPUT'!G9
F20F20=COUNTIF('CRATE PRINT INPUT'!C2:C5,"?*")
F21F21=COUNTIF('CRATE PRINT INPUT'!D2:D5,"?*")
F22F22=COUNTIF('CRATE PRINT INPUT'!E2:E5,"?*")
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.

Forum statistics

Threads
1,215,101
Messages
6,123,095
Members
449,095
Latest member
gwguy

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