![]() |
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)? |
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)? |
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)? |
All times are GMT +1. The time now is 06:54 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com