Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 6
Default Maintaining Formulas

I recently downloaded a check register template. It gave me 89 lines of
entry. When I go beyond that and need to add more rows, it loses the
formulas. I am not proficient obviously with Excel, just want to maintain a
check register on my computer.
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 833
Default Maintaining Formulas

You need to copy the formulas to the rows below row 89; this should work OK.

Please hit Yes if my comments have helped.

Thanks.

"dcontois" wrote:

I recently downloaded a check register template. It gave me 89 lines of
entry. When I go beyond that and need to add more rows, it loses the
formulas. I am not proficient obviously with Excel, just want to maintain a
check register on my computer.

  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 6
Default Maintaining Formulas

Okay, but do I have to change the row # for each row? Do I need to continue
to copy the formula for every row I add. This could get tedious.

"trip_to_tokyo" wrote:

You need to copy the formulas to the rows below row 89; this should work OK.

Please hit Yes if my comments have helped.

Thanks.

"dcontois" wrote:

I recently downloaded a check register template. It gave me 89 lines of
entry. When I go beyond that and need to add more rows, it loses the
formulas. I am not proficient obviously with Excel, just want to maintain a
check register on my computer.

  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 833
Default Maintaining Formulas

If your formula is in cell A1 (for example):-

1. Do a Ctrl-C in cell A1 to copy the cell contents.

2. Then highlight the cells to which you want to copy the formula (say, for
example, cells A2 to A5 inclusive).

3. Then do a Ctrl-V to paste the formula to the destination cells (A2 to A5
in my above example).

So you can do the copy and paste very easily and quickly over a range of
cells.

Please hit Yes if my comments have helped.

Thanks.

"dcontois" wrote:

Okay, but do I have to change the row # for each row? Do I need to continue
to copy the formula for every row I add. This could get tedious.

"trip_to_tokyo" wrote:

You need to copy the formulas to the rows below row 89; this should work OK.

Please hit Yes if my comments have helped.

Thanks.

"dcontois" wrote:

I recently downloaded a check register template. It gave me 89 lines of
entry. When I go beyond that and need to add more rows, it loses the
formulas. I am not proficient obviously with Excel, just want to maintain a
check register on my computer.

  #5   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 6
Default Maintaining Formulas

Okay, but do I have to change the row # for each row? Do I need to continue
to copy the formula for every row I add. This could get tedious.

I got the formula to copy but it seems the row #'s have to be manually
changed to the correct #.

"trip_to_tokyo" wrote:

If your formula is in cell A1 (for example):-

1. Do a Ctrl-C in cell A1 to copy the cell contents.

2. Then highlight the cells to which you want to copy the formula (say, for
example, cells A2 to A5 inclusive).

3. Then do a Ctrl-V to paste the formula to the destination cells (A2 to A5
in my above example).

So you can do the copy and paste very easily and quickly over a range of
cells.

Please hit Yes if my comments have helped.

Thanks.

"dcontois" wrote:

Okay, but do I have to change the row # for each row? Do I need to continue
to copy the formula for every row I add. This could get tedious.

"trip_to_tokyo" wrote:

You need to copy the formulas to the rows below row 89; this should work OK.

Please hit Yes if my comments have helped.

Thanks.

"dcontois" wrote:

I recently downloaded a check register template. It gave me 89 lines of
entry. When I go beyond that and need to add more rows, it loses the
formulas. I am not proficient obviously with Excel, just want to maintain a
check register on my computer.



  #6   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 6
Default Maintaining Formulas

I can't even seem to copy the formula.

"trip_to_tokyo" wrote:

You need to copy the formulas to the rows below row 89; this should work OK.

Please hit Yes if my comments have helped.

Thanks.

"dcontois" wrote:

I recently downloaded a check register template. It gave me 89 lines of
entry. When I go beyond that and need to add more rows, it loses the
formulas. I am not proficient obviously with Excel, just want to maintain a
check register on my computer.

  #7   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 833
Default Maintaining Formulas

Click in the cell whose formula you wish to copy.

Do a Ctrl-C (to copy the cell contents).

Are you there now?

Hope so.

Please hit Yes if my comments have helped.

Thanks.

"dcontois" wrote:

I can't even seem to copy the formula.

"trip_to_tokyo" wrote:

You need to copy the formulas to the rows below row 89; this should work OK.

Please hit Yes if my comments have helped.

Thanks.

"dcontois" wrote:

I recently downloaded a check register template. It gave me 89 lines of
entry. When I go beyond that and need to add more rows, it loses the
formulas. I am not proficient obviously with Excel, just want to maintain a
check register on my computer.

  #8   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 6
Default Maintaining Formulas


=IF(AND(ISBLANK(F97),ISBLANK(G97)),"",H95-F97+G97)

This is my formula. Where the H95 is it should be H96. When I copy and
paste it it is always 2 rows behind.


"trip_to_tokyo" wrote:

Click in the cell whose formula you wish to copy.

Do a Ctrl-C (to copy the cell contents).

Are you there now?

Hope so.

Please hit Yes if my comments have helped.

Thanks.

"dcontois" wrote:

I can't even seem to copy the formula.

"trip_to_tokyo" wrote:

You need to copy the formulas to the rows below row 89; this should work OK.

Please hit Yes if my comments have helped.

Thanks.

"dcontois" wrote:

I recently downloaded a check register template. It gave me 89 lines of
entry. When I go beyond that and need to add more rows, it loses the
formulas. I am not proficient obviously with Excel, just want to maintain a
check register on my computer.

  #9   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 6
Default Maintaining Formulas

I think I finally have it. Thank you for helping this Excel challenged person.

"dcontois" wrote:


=IF(AND(ISBLANK(F97),ISBLANK(G97)),"",H95-F97+G97)

This is my formula. Where the H95 is it should be H96. When I copy and
paste it it is always 2 rows behind.


"trip_to_tokyo" wrote:

Click in the cell whose formula you wish to copy.

Do a Ctrl-C (to copy the cell contents).

Are you there now?

Hope so.

Please hit Yes if my comments have helped.

Thanks.

"dcontois" wrote:

I can't even seem to copy the formula.

"trip_to_tokyo" wrote:

You need to copy the formulas to the rows below row 89; this should work OK.

Please hit Yes if my comments have helped.

Thanks.

"dcontois" wrote:

I recently downloaded a check register template. It gave me 89 lines of
entry. When I go beyond that and need to add more rows, it loses the
formulas. I am not proficient obviously with Excel, just want to maintain a
check register on my computer.

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
Maintaining formula consistancy when copying formulas Nathan Excel Worksheet Functions 4 August 18th 09 05:44 PM
Maintaining Formulas CMZ Excel Discussion (Misc queries) 3 August 14th 07 08:16 AM
Maintaining formulas when sorting TMC New Users to Excel 1 January 4th 07 03:08 PM
Maintaining Formula after adding a new row shaught New Users to Excel 1 January 24th 06 09:05 PM
Maintaining Row Number vtrain99 Excel Discussion (Misc queries) 2 August 5th 05 09:22 PM


All times are GMT +1. The time now is 12:41 AM.

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

About Us

"It's about Microsoft Excel"