+ Reply to Thread
Results 1 to 3 of 3

Is there a forumla to link an absolute cell reference in multiple.

  1. #1
    Thomas
    Guest

    Is there a forumla to link an absolute cell reference in multiple.

    I have an ablsolute cell reference (for example Cell A1) on 10 different
    sheets in my workbook.

    I want to know if theres a formula I can copy down that will pull cell A1
    from each of the sheets. Is there a way to do this without manually clicking
    the cell on each sheet?

  2. #2
    JulieD
    Guest

    Re: Is there a forumla to link an absolute cell reference in multiple.

    Hi Thomas

    what are your sheet names? (an example of 2 or 3 will do)

    Cheers
    JulieD

    "Thomas" <[email protected]> wrote in message
    news:[email protected]...
    >I have an ablsolute cell reference (for example Cell A1) on 10 different
    > sheets in my workbook.
    >
    > I want to know if theres a formula I can copy down that will pull cell A1
    > from each of the sheets. Is there a way to do this without manually
    > clicking
    > the cell on each sheet?




  3. #3
    RagDyeR
    Guest

    Re: Is there a forumla to link an absolute cell reference in multiple.

    If your sheets have the default XL names, you could try this:

    =INDIRECT("sheet"&ROW(A1)&"!A1")

    And drag down to copy.

    To simply add them together, try this:

    =SUM(Sheet1:Sheet10!A1)

    --

    HTH,

    RD
    ==============================================
    Please keep all correspondence within the Group, so all may benefit!
    ==============================================


    "Thomas" <[email protected]> wrote in message
    news:[email protected]...
    I have an ablsolute cell reference (for example Cell A1) on 10 different
    sheets in my workbook.

    I want to know if theres a formula I can copy down that will pull cell A1
    from each of the sheets. Is there a way to do this without manually
    clicking
    the cell on each sheet?



+ 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