Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Inserting Rows and the affect on Functions

Hi,

I have a workbook with 3 tabs. The third tab uses the SUM function to sum
the values in tabs 1 and 2. It's set up so that the cell A3 in tab 3 looks
to cell A3 in tabs 1 and 2.

I need to add a row in all the tabs but the SUM function isn't recognizing
that I've added a row. It still looks at A3 when I need it to look at A4.

I have many such SUM functions to update and am looking for a better way
than manually changing the SUM functions.

Any ideas? Thanks in advance for your help!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,231
Default Inserting Rows and the affect on Functions

Mike O. <Mike wrote...
I have a workbook with 3 tabs. *The third tab uses the SUM function to sum
the values in tabs 1 and 2. *It's set up so that the cell A3 in tab 3 looks
to cell A3 in tabs 1 and 2.

I need to add a row in all the tabs but the SUM function isn't recognizing
that I've added a row. *It still looks at A3 when I need it to look at A4.

....

What's the actual formula you're using in tab 3? If your formula is
=SUM('tab 1:tab 2'!A3), are you selecting all tabs, thereby grouping
them, then inserting a row above row 3 in all tabs in a single
operation? If not, that's your problem.
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default Inserting Rows and the affect on Functions

That's it! I was not selecting all tabs when I inserted the row. Thanks so
much for your help!

"Harlan Grove" wrote:

Mike O. <Mike wrote...
I have a workbook with 3 tabs. The third tab uses the SUM function to sum
the values in tabs 1 and 2. It's set up so that the cell A3 in tab 3 looks
to cell A3 in tabs 1 and 2.

I need to add a row in all the tabs but the SUM function isn't recognizing
that I've added a row. It still looks at A3 when I need it to look at A4.

....

What's the actual formula you're using in tab 3? If your formula is
=SUM('tab 1:tab 2'!A3), are you selecting all tabs, thereby grouping
them, then inserting a row above row 3 in all tabs in a single
operation? If not, that's your problem.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Inserting Rows and the affect on Functions

?B?TWlrZSBPLg==?= <Mike wrote in
:

Hi,

I have a workbook with 3 tabs. The third tab uses the SUM function to
sum the values in tabs 1 and 2. It's set up so that the cell A3 in
tab 3 looks to cell A3 in tabs 1 and 2.

I need to add a row in all the tabs but the SUM function isn't
recognizing that I've added a row. It still looks at A3 when I need
it to look at A4.

I have many such SUM functions to update and am looking for a better
way than manually changing the SUM functions.

Any ideas? Thanks in advance for your help!


Instead of inserting a line at your formula you could insert a line within
the range to be summed. Alternatively, this will sum column A to the cell
immediately above:

=SUM(A1:INDIRECT(ADDRESS(ROW()-1,COLUMN())))
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
Copying & Inserting Rows w/o Affecting other Rows Etc. LRay67 Excel Worksheet Functions 1 October 22nd 08 02:10 AM
Inserting Blank rows after every row upto 2500 rows Manju Excel Worksheet Functions 8 August 22nd 06 12:54 PM
Inserting rows eddie Excel Discussion (Misc queries) 1 October 18th 05 08:37 PM
Inserting a row with functions Elbowhite Excel Worksheet Functions 0 August 26th 05 09:54 AM
Can I retain functions from a previous cell when inserting a new r Philobr Excel Discussion (Misc queries) 1 December 3rd 04 10:41 AM


All times are GMT +1. The time now is 08:42 PM.

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"