Cell Address Location

  • Thread starter Thread starter drizzt04240
  • Start date Start date
D

drizzt04240

Hello,

I am using the below formula to create the address of a cell range that
i need to sum. Unfortunately it does not see the address as an address.
How do i use the the ouput of this formula in a sum formula.

="'Dec 05'!" & ADDRESS((ROW(OFFSET('Dec 05'!A6,MATCH(A2,'Dec
05'!A6:A300,0)-1,0))),22) & ":" & ADDRESS((ROW(OFFSET('Dec
05'!A6,MATCH(A2,'Dec 05'!A6:A300,0)-1,0))),26)

Output:

'Dec 05'!$V$6:$Z$6

Thanks,

Chris
 
=SUM(INDIRECT("'Dec 05'!" & ADDRESS((ROW(OFFSET('Dec 05'!A6,MATCH(A2,'Dec
05'!A6:A300,0)-1,0))),22) & ":" & ADDRESS((ROW(OFFSET('Dec
05'!A6,MATCH(A2,'Dec 05'!A6:A300,0)-1,0))),26)))

--

HTH

RP
(remove nothere from the email address if mailing direct)


"drizzt04240" <[email protected]>
wrote in message
news:[email protected]...
 

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