#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default formulas

I'm creating a resource allocation workbook. My first tab is the overall
estimate. The sub sequential tabs break up the data by quarter. I would
like to change the formula (=SUM('Q1 HQ'!I4:I14)/100 ) on the estimate tab
so that when I add a row to the subsequent tabs (in this case - Q1 HQ), the
formula will recognize that I added another row with that same value (in
this case the value is "HQ" and not a number: e.g. adding a I15 row with the
same HQ value without having to change my overall formula). Basically, would
like the formula to automatically recognize an additionally row added with
the same HQ value without having to update the formula each time. As shown
above I have created the sum formula. I'm just not sure how to change it so
it automatically recognizes an additional row was added. Any help is much
appreciated!!! I hope that made sense...I'm not good at Excel lingo.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 266
Default formulas

"cachegirl68" skrev i en meddelelse
...
I'm creating a resource allocation workbook. My first tab is the overall
estimate. The sub sequential tabs break up the data by quarter. I would
like to change the formula (=SUM('Q1 HQ'!I4:I14)/100 ) on the estimate
tab
so that when I add a row to the subsequent tabs (in this case - Q1 HQ),
the
formula will recognize that I added another row with that same value (in
this case the value is "HQ" and not a number: e.g. adding a I15 row with
the
same HQ value without having to change my overall formula). Basically,
would
like the formula to automatically recognize an additionally row added with
the same HQ value without having to update the formula each time. As
shown
above I have created the sum formula. I'm just not sure how to change it
so
it automatically recognizes an additional row was added. Any help is much
appreciated!!! I hope that made sense...I'm not good at Excel lingo.


If you by adding another row mean inserting a new row here's one way:

=SUM('Q1 HQ'!I4:OFFSET('Q1 HQ'!I15,-1,0))/100

--
Best regards
Leo Heuser

Followup to newsgroup only please.


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
How to change column letters to correct ones in many formulas automatically? Dmitry Kopnichev Links and Linking in Excel 7 October 13th 05 09:52 PM
how can i get formulas in excel to copy and paste? bman Excel Worksheet Functions 1 October 3rd 05 04:15 PM
How to make Excel run limited number of formulas on a given worksh John Excel Discussion (Misc queries) 0 January 12th 05 04:29 PM
Way to make Excel only run certain formulas on a worksheet? jrusso Excel Discussion (Misc queries) 0 January 12th 05 04:23 PM
calculating formulas for all workbooks in a folder Chad Excel Worksheet Functions 3 November 13th 04 05:22 PM


All times are GMT +1. The time now is 01:56 PM.

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"