Thread: SUM Function
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default SUM Function

=SUM(INDIRECT("B1"):INDIRECT("B6"))
--
David Biddulph

"Shawn" wrote in message
...
How do I stop the function from moving if I insert cells? For example, if
my
function is SUM(B1:B6) and I insert cells it changes it to SUM(B2:B7).....

I'd like it to stay SUM(B1:B6)