Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 12
Default create footer, sum of column values

dear sir ,
i want to create the sum of column(cells values ) like sum( "a3:a end ") at
the end of the sheet like footer and to have an perfect print out as detail
as detail and totals as report footer
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,365
Default create footer, sum of column values

I don't think this could be done without VBA code, and there would be
restrictions even then. You would need the VBA code to create the text of
the footer in the _BeforePrint() event. Since any physical sheet can only
have one footer, if your sheet extended over multiple printed pages, the
footer would only be correct on one of those pages.

You're probably best off by simply adding rows where needed, whether for
each possible printed page or at the end of all printed pages for a sheet, to
provide the summary. Since you said you wanted a formula like SUM(A3:Ax), I
presume you only need one row at the end to provide your summary.

You might consider attacking the problem from the other end - that is,
putting your total at the TOP of first sheet (insert a new row 3?) with a
formula that included a range large enough to hold all entries in a column
for a long time, like
=SUM(A4:A10000)
??


"balu" wrote:

dear sir ,
i want to create the sum of column(cells values ) like sum( "a3:a end ") at
the end of the sheet like footer and to have an perfect print out as detail
as detail and totals as report footer

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Create Stacked column of multiple values across categories Elynn Charts and Charting in Excel 3 November 12th 06 09:01 AM
How to create a report for selected values in the column Shreeshail Ganiger Excel Discussion (Misc queries) 0 July 29th 06 05:28 PM
Can we Create a column that receives unique values only? Nish Excel Discussion (Misc queries) 1 April 27th 06 03:51 PM
create list of unique values from a column with repeated values? Chad Schaben Excel Worksheet Functions 1 July 8th 05 10:25 PM
How could I create a different first page footer ? Alexis ADRIEN New Users to Excel 1 December 15th 04 10:59 AM


All times are GMT +1. The time now is 04:50 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"