+ Reply to Thread
Results 1 to 5 of 5

summarising the data from various sheets

  1. #1
    Registered User
    Join Date
    01-16-2013
    Location
    india
    MS-Off Ver
    Excel 2010
    Posts
    28

    summarising the data from various sheets

    dear friends!

    I have an excel 2010 file which consist of 100 sheets of similar format with certain data. i want to summarise with relevant fields by using sheetname.

    example : '11'!m18 like wise '15'!m18
    like wise i have to link up the around 30 fileds of various sheets ( above sheet nos.are 11 and 15 and data fields are m18). cell address of summary is similar except the sheet name should change in the formula dynamically without manual intervention and that too by draging the previous formula to next cell.

    do the needful, thanks in adv.
    Attached Files Attached Files
    Last edited by srinivastsc; 01-17-2013 at 06:02 AM.

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,424

    Re: summarising the data from various sheets

    If you have a list of the sheetnames in, say, column A, starting in A2, you can put this formula in B2:

    =INDIRECT("'"&A2&"'!b18")

    then copy down.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    01-16-2013
    Location
    india
    MS-Off Ver
    Excel 2010
    Posts
    28

    Re: summarising the data from various sheets

    thanks for early reply,but pl.chek my attachment to solve my problem.thnks

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,424

    Re: summarising the data from various sheets

    Use this formula in B3:

    =INDIRECT("'"&B$2&"'!B4")

    and this one in B4:

    =INDIRECT("'"&B$2&"'!B6")

    Then you can copy them across for other sheets.

    Hope this helps.

    Pete

  5. #5
    Registered User
    Join Date
    01-16-2013
    Location
    india
    MS-Off Ver
    Excel 2010
    Posts
    28

    Re: summarising the data from various sheets

    thanks Mr.Pete, its working.excellent job u did,thanks once again

+ 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