+ Reply to Thread
Results 1 to 11 of 11

Find values from cells in multiple sheets

  1. #1
    Ragdyer
    Guest

    Re: Find values from cells in multiple sheets

    One way:

    Enter in A5:

    =INDIRECT("Sheet"&ROW(A1)&"!A10")

    And copy down as needed.
    --
    HTH,

    RD

    ---------------------------------------------------------------------------
    Please keep all correspondence within the NewsGroup, so all may benefit !
    ---------------------------------------------------------------------------

    "asubramaniam" <[email protected]> wrote in message
    news:[email protected]...
    > I have a workbook containing several sheets , all of which use identical
    > formats - 12 sheets, one for each month of the year.
    > I want a summary sheet with the values of the same cell address in each

    sheet
    > For example, Summary!A5 = Sheet1!A10
    > A6 = Sheet2!A10 and so on
    > Is there an inbuilt Excel function or simple way to do this.
    > --
    > AS



  2. #2
    Bernard Liengme
    Guest

    Re: Find values from cells in multiple sheets

    In Summary!A5 enter =INDIRECT("Sheet"&ROW(A1)&"!A10") to get value from
    Sheet1!A10
    Copy to A6 from Sheet2, etc
    best wishes
    --
    Bernard V Liengme
    www.stfx.ca/people/bliengme
    remove caps from email

    "asubramaniam" <[email protected]> wrote in message
    news:[email protected]...
    >I have a workbook containing several sheets , all of which use identical
    > formats - 12 sheets, one for each month of the year.
    > I want a summary sheet with the values of the same cell address in each
    > sheet
    > For example, Summary!A5 = Sheet1!A10
    > A6 = Sheet2!A10 and so on
    > Is there an inbuilt Excel function or simple way to do this.
    > --
    > AS




  3. #3
    Ragdyer
    Guest

    Re: Find values from cells in multiple sheets

    One way:

    Enter in A5:

    =INDIRECT("Sheet"&ROW(A1)&"!A10")

    And copy down as needed.
    --
    HTH,

    RD

    ---------------------------------------------------------------------------
    Please keep all correspondence within the NewsGroup, so all may benefit !
    ---------------------------------------------------------------------------

    "asubramaniam" <[email protected]> wrote in message
    news:[email protected]...
    > I have a workbook containing several sheets , all of which use identical
    > formats - 12 sheets, one for each month of the year.
    > I want a summary sheet with the values of the same cell address in each

    sheet
    > For example, Summary!A5 = Sheet1!A10
    > A6 = Sheet2!A10 and so on
    > Is there an inbuilt Excel function or simple way to do this.
    > --
    > AS



  4. #4
    Bernard Liengme
    Guest

    Re: Find values from cells in multiple sheets

    In Summary!A5 enter =INDIRECT("Sheet"&ROW(A1)&"!A10") to get value from
    Sheet1!A10
    Copy to A6 from Sheet2, etc
    best wishes
    --
    Bernard V Liengme
    www.stfx.ca/people/bliengme
    remove caps from email

    "asubramaniam" <[email protected]> wrote in message
    news:[email protected]...
    >I have a workbook containing several sheets , all of which use identical
    > formats - 12 sheets, one for each month of the year.
    > I want a summary sheet with the values of the same cell address in each
    > sheet
    > For example, Summary!A5 = Sheet1!A10
    > A6 = Sheet2!A10 and so on
    > Is there an inbuilt Excel function or simple way to do this.
    > --
    > AS




  5. #5
    Ragdyer
    Guest

    Re: Find values from cells in multiple sheets

    One way:

    Enter in A5:

    =INDIRECT("Sheet"&ROW(A1)&"!A10")

    And copy down as needed.
    --
    HTH,

    RD

    ---------------------------------------------------------------------------
    Please keep all correspondence within the NewsGroup, so all may benefit !
    ---------------------------------------------------------------------------

    "asubramaniam" <[email protected]> wrote in message
    news:[email protected]...
    > I have a workbook containing several sheets , all of which use identical
    > formats - 12 sheets, one for each month of the year.
    > I want a summary sheet with the values of the same cell address in each

    sheet
    > For example, Summary!A5 = Sheet1!A10
    > A6 = Sheet2!A10 and so on
    > Is there an inbuilt Excel function or simple way to do this.
    > --
    > AS



  6. #6
    Bernard Liengme
    Guest

    Re: Find values from cells in multiple sheets

    In Summary!A5 enter =INDIRECT("Sheet"&ROW(A1)&"!A10") to get value from
    Sheet1!A10
    Copy to A6 from Sheet2, etc
    best wishes
    --
    Bernard V Liengme
    www.stfx.ca/people/bliengme
    remove caps from email

    "asubramaniam" <[email protected]> wrote in message
    news:[email protected]...
    >I have a workbook containing several sheets , all of which use identical
    > formats - 12 sheets, one for each month of the year.
    > I want a summary sheet with the values of the same cell address in each
    > sheet
    > For example, Summary!A5 = Sheet1!A10
    > A6 = Sheet2!A10 and so on
    > Is there an inbuilt Excel function or simple way to do this.
    > --
    > AS




  7. #7
    Ragdyer
    Guest

    Re: Find values from cells in multiple sheets

    One way:

    Enter in A5:

    =INDIRECT("Sheet"&ROW(A1)&"!A10")

    And copy down as needed.
    --
    HTH,

    RD

    ---------------------------------------------------------------------------
    Please keep all correspondence within the NewsGroup, so all may benefit !
    ---------------------------------------------------------------------------

    "asubramaniam" <[email protected]> wrote in message
    news:[email protected]...
    > I have a workbook containing several sheets , all of which use identical
    > formats - 12 sheets, one for each month of the year.
    > I want a summary sheet with the values of the same cell address in each

    sheet
    > For example, Summary!A5 = Sheet1!A10
    > A6 = Sheet2!A10 and so on
    > Is there an inbuilt Excel function or simple way to do this.
    > --
    > AS



  8. #8
    Bernard Liengme
    Guest

    Re: Find values from cells in multiple sheets

    In Summary!A5 enter =INDIRECT("Sheet"&ROW(A1)&"!A10") to get value from
    Sheet1!A10
    Copy to A6 from Sheet2, etc
    best wishes
    --
    Bernard V Liengme
    www.stfx.ca/people/bliengme
    remove caps from email

    "asubramaniam" <[email protected]> wrote in message
    news:[email protected]...
    >I have a workbook containing several sheets , all of which use identical
    > formats - 12 sheets, one for each month of the year.
    > I want a summary sheet with the values of the same cell address in each
    > sheet
    > For example, Summary!A5 = Sheet1!A10
    > A6 = Sheet2!A10 and so on
    > Is there an inbuilt Excel function or simple way to do this.
    > --
    > AS




  9. #9
    asubramaniam
    Guest

    Find values from cells in multiple sheets

    I have a workbook containing several sheets , all of which use identical
    formats - 12 sheets, one for each month of the year.
    I want a summary sheet with the values of the same cell address in each sheet
    For example, Summary!A5 = Sheet1!A10
    A6 = Sheet2!A10 and so on
    Is there an inbuilt Excel function or simple way to do this.
    --
    AS

  10. #10
    Ragdyer
    Guest

    Re: Find values from cells in multiple sheets

    One way:

    Enter in A5:

    =INDIRECT("Sheet"&ROW(A1)&"!A10")

    And copy down as needed.
    --
    HTH,

    RD

    ---------------------------------------------------------------------------
    Please keep all correspondence within the NewsGroup, so all may benefit !
    ---------------------------------------------------------------------------

    "asubramaniam" <[email protected]> wrote in message
    news:[email protected]...
    > I have a workbook containing several sheets , all of which use identical
    > formats - 12 sheets, one for each month of the year.
    > I want a summary sheet with the values of the same cell address in each

    sheet
    > For example, Summary!A5 = Sheet1!A10
    > A6 = Sheet2!A10 and so on
    > Is there an inbuilt Excel function or simple way to do this.
    > --
    > AS



  11. #11
    Bernard Liengme
    Guest

    Re: Find values from cells in multiple sheets

    In Summary!A5 enter =INDIRECT("Sheet"&ROW(A1)&"!A10") to get value from
    Sheet1!A10
    Copy to A6 from Sheet2, etc
    best wishes
    --
    Bernard V Liengme
    www.stfx.ca/people/bliengme
    remove caps from email

    "asubramaniam" <[email protected]> wrote in message
    news:[email protected]...
    >I have a workbook containing several sheets , all of which use identical
    > formats - 12 sheets, one for each month of the year.
    > I want a summary sheet with the values of the same cell address in each
    > sheet
    > For example, Summary!A5 = Sheet1!A10
    > A6 = Sheet2!A10 and so on
    > Is there an inbuilt Excel function or simple way to do this.
    > --
    > AS




+ 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