+ Reply to Thread
Results 1 to 4 of 4

Create summary sheet

  1. #1
    Registered User
    Join Date
    07-27-2020
    Location
    India
    MS-Off Ver
    2016 Professional Plus
    Posts
    7

    Create summary sheet

    Hi,
    I want to create summary sheet in one click from all available sheet in workbook.
    Attached the trail workbook.
    Thank you...
    Attached Files Attached Files

  2. #2
    Forum Guru Kaper's Avatar
    Join Date
    12-14-2013
    Location
    Warsaw, Poland
    MS-Off Ver
    most often: Office 365 in Windows environment
    Posts
    8,629

    Re: Create summary sheet

    You may use in C4:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    in D4:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    in E4:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    and so on

    and copy down
    Best Regards,

    Kaper

  3. #3
    Forum Expert
    Join Date
    09-07-2014
    Location
    Israel
    MS-Off Ver
    office 365 for MAC
    Posts
    3,105

    Re: Create summary sheet

    with indirect function:

    C4:
    =INDIRECT("'"&$B4&"'!"&"D4")

    C4 =
    =INDIRECT("'"&$B4&"'!"&"D5")

    E4 and across:
    =INDIRECT("'"&$B4&"'!"&CELL("address",G$8))
    Attached Files Attached Files
    Last edited by Limor_OP; 11-11-2020 at 06:57 AM.

  4. #4
    Registered User
    Join Date
    07-27-2020
    Location
    India
    MS-Off Ver
    2016 Professional Plus
    Posts
    7

    Re: Create summary sheet

    Thank you Kaper..But every time new sheets with different names will be there, so i want to creates sheet names also automatically.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Need to create a seperate templete sheet and enter data from the summary sheet
    By chowdaryharsha in forum Excel General
    Replies: 8
    Last Post: 09-08-2020, 09:50 AM
  2. [SOLVED] Create Summary Sheet
    By triaji in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 08-21-2014, 11:16 PM
  3. How to Create a Summary Sheet, PLEASE HELP ME
    By k.shais1 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-28-2014, 01:48 PM
  4. Create a summary from multiple sheets on a master/summary sheet
    By detribus in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-07-2012, 08:04 PM
  5. Create a summary sheet
    By nandomer in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-05-2011, 12:44 PM
  6. Create a Summary Sheet
    By msommerf in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 12-07-2009, 10:49 AM

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