Dynamic Set Print Area keep resetting every time and past more items on the worksheet.

Livin404

Well-known Member
Joined
Jan 7, 2019
Messages
743
Office Version
  1. 365
  2. 2019
Platform
  1. Windows
Greetings, I have a dynamic print area that works as designed.
Excel Formula:
DynPrint=OFFSET(Duplicates!$A$1,0,0,COUNTA(Duplicates!$A:$A),8)
This will print down to the last "data" row of Column A and over to Column H (8). However, I do have to blank rows (spaces) followed by "Inspected By" in Column A. I was wondering how can I tweak the formula to skip two lines after the last row of data or extend the print area three rows past the last row of data?

Thank you very much indeed.
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
Greetings, I eventually worked it out, the formula is
Excel Formula:
DynPrint=OFFSET(Duplicates!$A$1,0,0,COUNTA(Duplicates!$A:$A)+3,8)

Thank you, ,
 
Upvote 0
Solution

Forum statistics

Threads
1,215,032
Messages
6,122,772
Members
449,095
Latest member
m_smith_solihull

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