Summarising per page

  • Thread starter Nick Karoumpalos
  • Start date
N

Nick Karoumpalos

Hi all,
I have a worksheet that contains a list of numbers, and in printout is
more than 5 printed pages.
What I want is to summarise the list per printing page.
I want to do this for any printed page length (i.e. Letter, A4,) or
orientation (Portrait, Landscape).

Thanks in advance,

Regards

Nick
 
N

Nick Karoumpalos

Hi
Thank you very much for yor answer. It was very helpful.
Is there any way to add these two sums into two extra rows at the end
of each printed page?
You see, I want them to be printed at the bottom of each page.
I also want to display at the top of each printed page the running
total of the previous page.
Example:
Page1
data1 1
data2 2
data3 3
----------------
page total 6
runnig total 6

Page2
prev run. tot. 6
data4 4
data5 5
---------------------
page total 9
running total 15

Thank you
Nick
 
Top