+ Reply to Thread
Results 1 to 3 of 3

Cell Address Location

  1. #1
    Registered User
    Join Date
    12-01-2005
    Posts
    2

    Cell Address Location

    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

  2. #2
    Bob Phillips
    Guest

    Re: Cell Address Location

    =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]...
    >
    > 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
    >
    >
    > --
    > drizzt04240
    > ------------------------------------------------------------------------
    > drizzt04240's Profile:

    http://www.excelforum.com/member.php...o&userid=29264
    > View this thread: http://www.excelforum.com/showthread...hreadid=489822
    >




  3. #3
    Registered User
    Join Date
    12-01-2005
    Posts
    2
    Thank you very much, that worked great.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1