ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Excel 2000 Dynamically Set Print Area (https://www.excelbanter.com/excel-programming/284447-excel-2000-dynamically-set-print-area.html)

Tom Farrell

Excel 2000 Dynamically Set Print Area
 
I have used the following solution several times successfully to
dynamically set a print area, but am having a problem with a sheet
that has formulas to populate data from another sheet. Is there a way
to adjust this offset to disregard the cells with forulas and set the
print area to just imported/filled data?



Insert=Name=Define
in the name box
Sheet2!Print_Area

in the refers to box:
=OFFSET(SHEET2!$A$1,0,0,COUNTIF(SHEET2!$A:$A,"<") ,COUNTIF(SHEET2!$1:$1,"<"))


TIA
Tom Farrell

Bill Manville

Excel 2000 Dynamically Set Print Area
 
Tom Farrell wrote:
Is there a way
to adjust this offset to disregard the cells with forulas and set the
print area to just imported/filled data?


Try replacing
COUNTIF(Sheet2!$A:$A,"<")
with
COUNTA(Sheet2!$A:$A)-COUNTIF(Sheet2!$A:$A,"")

Bill Manville
MVP - Microsoft Excel, Oxford, England
No email replies please - reply in newsgroup



All times are GMT +1. The time now is 12:23 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com