Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 447
Default How do I add cells to a balance sheet which will include new sum?

I am trying to create a balance sheet for expenses, and there are only 12
rows allowed. I need an endless number of rows and the total to continually
be added up at the end of each row. When I add more rows, it seems that the
sum function does not work, and I will have to end up adding them myself! Is
there any way to extend the number of rows and still keep the function of
adding the sum? Please help with any tips, I am new to Excel....Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 427
Default How do I add cells to a balance sheet which will include new sum?

Hi, Karen-
Do you mind restating your question? You say "only 12 rows allowed"
and then you talk about difficulties encountered when you add more
rows.

If I can guess, you're using a pre-designed "form" that has 12 summary
lines. You need an unlimited number of rows to that summarize into
those 12 lines. You have a SUM() function in place but it doesn't
always work when you add rows.

Did I get any of that right?

If yes, let's say your 12 summary lines are for expense types A, B,
C... L. You can create a spot on your spreadsheet that says "Enter
type A expenses here" and specify (with the use of borders or some
other visual cue) that the user should enter type A expenses in rows 25
- 50. Your formula might read =SUM(A24:A51) Note the summed range is
actually GREATER than the "allowed" range your user knows about. This
way if additional rows are added between 25 and 50, the SUM function
will expand to include them. Then your summary line for expense A will
always be correct.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 447
Default How do I add cells to a balance sheet which will include new s

Dave O,
Thank you so much for your response! I am so confused, it is my first
attempt at using Excel...You are right, my question doesn't make any sense!
So I am in the template "Balance Sheet" and I can add rows by using the
Insert Rows function, but when I do, those new rows do not add up the sum of
the numbers I have input in the previous 12. I do not know about formulas
and am not sure how to do what you said....Can you take me step-by-step
through creating the range that is bigger than 12? I need an unlimited
number, as the list will continue to grow longer.
Thank you so much for your help, I look forward to your response.
--Karen

"Dave O" wrote:

Hi, Karen-
Do you mind restating your question? You say "only 12 rows allowed"
and then you talk about difficulties encountered when you add more
rows.

If I can guess, you're using a pre-designed "form" that has 12 summary
lines. You need an unlimited number of rows to that summarize into
those 12 lines. You have a SUM() function in place but it doesn't
always work when you add rows.

Did I get any of that right?

If yes, let's say your 12 summary lines are for expense types A, B,
C... L. You can create a spot on your spreadsheet that says "Enter
type A expenses here" and specify (with the use of borders or some
other visual cue) that the user should enter type A expenses in rows 25
- 50. Your formula might read =SUM(A24:A51) Note the summed range is
actually GREATER than the "allowed" range your user knows about. This
way if additional rows are added between 25 and 50, the SUM function
will expand to include them. Then your summary line for expense A will
always be correct.


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 427
Default How do I add cells to a balance sheet which will include new s

Hi, Karen- Sorry for the delayed response.

Have to clarify again: you have a template with 12 rows that add up to
a sum, and when you add new rows the numbers in the new rows are not
included in the sum. Is that correct?

Assuming I have that right, the reason this happens is because you're
adding rows outside the range included in the SUM formula. Say your 12
rows are rows 1 thru 12 and your SUM formula is in row 13. If you
highlight row 13 and insert a row, the row with the formula in it will
drop down a row but it will still only reference rows 1 thru 12, not 1
thru 13.

You can have the SUM formula automatically adjust by inserting the new
rows inside the range of 2 (not 1) thru 12. In the example above if
you highlight row 5 (or any row from 2 - 12) and insert, the SUM
formula will automatically adjust.

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
Asked previously...can this not be done in excel simonsmith Excel Discussion (Misc queries) 2 May 16th 06 11:50 PM
Compiling macro based on cell values simonsmith Excel Discussion (Misc queries) 1 May 16th 06 08:31 PM
Macro-Copy various cells in sheet1 into next available row in sheet 2 lunker55 Excel Discussion (Misc queries) 7 October 21st 05 11:05 PM
Does excel recognise names rather than cells? Sue Excel Worksheet Functions 9 May 22nd 05 04:51 AM
I Need to change reference sheet for all cells on a form Brent E Excel Discussion (Misc queries) 1 February 11th 05 01:36 AM


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