Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Adding a additional column in to a sum range

Hi

I am picking up budget figures from a spreadsheet. I would like to be able
to transfer cumulative figures to the comparative sheet in the following
way. I want to add a specific number of columns together (starting with
column 'C') depending on either an inputed figure (1 - 12) or a For next
loop.

Is there an elegant way of doing this?

Thanks

Kevin


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 90
Default Adding a additional column in to a sum range

Consider keeping 12 sums. Name define the first column sum cell as
ColTotal1. Presuming the choice is in cell A1,

=OFFSET(ColTotal1,0,A1-1)
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 90
Default Adding a additional column in to a sum range

I should have added ... for the sums, again assuming there is an equal
number of rows that can be summed in each column, and also assuming
ColTotal1 is in cell E50:

E50 = sum($e1:e49)

Then you can copy to F50 and as far to the right as you want.
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
Automatically adding additional rows Volntyr Excel Discussion (Misc queries) 2 December 5th 09 11:39 AM
Adding additional worksheets to an existing template Mike F Excel Discussion (Misc queries) 2 November 20th 08 07:18 PM
Please help with Sumproduct, adding additional criteria Gina[_2_] Excel Worksheet Functions 5 October 1st 08 02:23 PM
Adding additional string vs. look up table Carlo Excel Worksheet Functions 0 April 1st 08 12:22 PM
Adding additional data to a pivot chart zasskar Charts and Charting in Excel 0 June 5th 06 09:23 PM


All times are GMT +1. The time now is 03:24 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"