Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Static Range Reference

How can one create a range reference that contains the same number of
rows even if someone deletes rows (example a10:a50 remains the same
range reference after someone deletes rows within this range)?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Static Range Reference

=SUM(INDIRECT("A10:A50"))
--
David Biddulph

wrote in message
...
How can one create a range reference that contains the same number of
rows even if someone deletes rows (example a10:a50 remains the same
range reference after someone deletes rows within this range)?



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 211
Default Static Range Reference

One way is to use Indirect to produce a fixed text for range.
In B1=enter A10 as your staring point of your range
In B2=enter A50 as your ending point of your range
then in B3=SUM(INDIRECT(B1):INDIRECT(B2)),
This will produce sum(A10:A50) and by deleting a row between A10 and A50,
the sum command will not change.
Hope this helps.

" wrote:

How can one create a range reference that contains the same number of
rows even if someone deletes rows (example a10:a50 remains the same
range reference after someone deletes rows within this range)?

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
in formula a range cell reference eg) $A1:$A20 that is static whenfilling [email protected] New Users to Excel 4 July 3rd 08 09:16 PM
How to specify a static cell reference PRW Excel Discussion (Misc queries) 6 October 18th 07 12:59 PM
static reference in formula to worksheet Shmuli Wenger Excel Worksheet Functions 1 February 8th 07 09:47 PM
Making column reference in INDIRECT non-static Bob Tarburton Excel Worksheet Functions 4 February 10th 06 07:09 PM
Static cell reference Luc Benninger Excel Worksheet Functions 11 April 27th 05 06:49 PM


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