B
Bob Umlas Excel MVP
Define your print area (Insert/Name/Define Print_Area) as
=OFFSET($A$1,0,0,COUNTA($A:$A),4)
Then your print area will grow as your data grows.
formula/function. I have pasted this formula from row one
to the end of the worksheet (entire column). Even though
data has only been added to, for example, the first 5 rows
in columns 1 thru 3 and calculations in the same rows the
print would like to include almost 1800 pages
(environmentalists would kill me!).
not have to edit, fill down each time they use the
worksheet.
=OFFSET($A$1,0,0,COUNTA($A:$A),4)
Then your print area will grow as your data grows.
entered into the first 3 columns, the fourth contains a-----Original Message-----
I have created a rather simple spreadsheet that data is
formula/function. I have pasted this formula from row one
to the end of the worksheet (entire column). Even though
data has only been added to, for example, the first 5 rows
in columns 1 thru 3 and calculations in the same rows the
print would like to include almost 1800 pages
(environmentalists would kill me!).
the entire length of the worksheet is so that users willHow can I make the number of pages consistent with my basic data input for the day.
P.S. the reason I want to put the functions throughout
not have to edit, fill down each time they use the
worksheet.