Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
I have a very simple formula =sum(A1:A100). If I highlight lines 20 to 40 and then delete the entire line the formula will update to =sum(A1:A80). Is there any way I can stop this update happening when I delete lines? Thanks LiAD |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi LiAD,
Try =sum(A$1:A$100) Hope this helps. Gav "LiAD" wrote: Hi, I have a very simple formula =sum(A1:A100). If I highlight lines 20 to 40 and then delete the entire line the formula will update to =sum(A1:A80). Is there any way I can stop this update happening when I delete lines? Thanks LiAD |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Gav123,
I'm afraid that doesn't work, see my response. -- Mike When competing hypotheses are otherwise equal, adopt the hypothesis that introduces the fewest assumptions while still sufficiently answering the question. "Gav123" wrote: Hi LiAD, Try =sum(A$1:A$100) Hope this helps. Gav "LiAD" wrote: Hi, I have a very simple formula =sum(A1:A100). If I highlight lines 20 to 40 and then delete the entire line the formula will update to =sum(A1:A80). Is there any way I can stop this update happening when I delete lines? Thanks LiAD |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
Try this =SUM(INDIRECT("A1:A100")) -- Mike When competing hypotheses are otherwise equal, adopt the hypothesis that introduces the fewest assumptions while still sufficiently answering the question. "LiAD" wrote: Hi, I have a very simple formula =sum(A1:A100). If I highlight lines 20 to 40 and then delete the entire line the formula will update to =sum(A1:A80). Is there any way I can stop this update happening when I delete lines? Thanks LiAD |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Seems to be the ticket
Thanks a lot "Mike H" wrote: Hi, Try this =SUM(INDIRECT("A1:A100")) -- Mike When competing hypotheses are otherwise equal, adopt the hypothesis that introduces the fewest assumptions while still sufficiently answering the question. "LiAD" wrote: Hi, I have a very simple formula =sum(A1:A100). If I highlight lines 20 to 40 and then delete the entire line the formula will update to =sum(A1:A80). Is there any way I can stop this update happening when I delete lines? Thanks LiAD |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Unmoveable Frame in Excel 2007 | Excel Discussion (Misc queries) |