relative address

  • Thread starter Thread starter Race1530
  • Start date Start date
R

Race1530

if this is the formula

=sum(sheet26:sheet35!K4)

i understand it will sum the values of k4 on all sheets between 26 and 35
inclusive.

I want to copy that formula to sheet 46 and have it automatically change the
formula to

=sum(sheet36:sheet45!K4)

But when I copy, the formula remains static to the orginal. What am I doing
wrong. Thanks

Mike
 
Hi
Excel does not support this automatic change as you have described it.
 
Excel does not support this automatic change as you have described it.
...

Not with built-in functionality, but udfs can handle it. See my response to the
OP in the multipost in microsoft.public.excel.worksheetfunctions.
 
Harlan Grove said:
... it.
..

Not with built-in functionality, but udfs can handle it. See my response to the
OP in the multipost in microsoft.public.excel.worksheetfunctions.

Hi Harlan
I hate multiposts.......

nice UDF BTW

Best regards
Frank
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top