+ Reply to Thread
Results 1 to 4 of 4

Functions for multiple sheets

Hybrid View

  1. #1
    Registered User
    Join Date
    11-20-2013
    Location
    Czech
    MS-Off Ver
    Excel 2010
    Posts
    25

    Functions for multiple sheets

    Hi,

    I have excel workbook with more than 50 sheets, lets say exactly 50 sheets and every sheet has the same concept. On 51th sheet I want to create some sumarization and counting by functions. In first column I have names of lists and in second column I want to create for example =COUNTIF('Sheet1'!A4:A500;"**-***-***") for each row (each list). How should I adress on each sheet without writting its name by hand? Is it possible to create function by text string?

    for example I am on 51th sheet and I want to do this:

    A1 .... "Name of 1st sheet"
    B1 .... =A1!C3

    But of course this doesnt work. Is there any solution? Thanks.
    Last edited by C4MARO; 11-20-2013 at 06:51 AM.

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,788

    Re: Functions for multiple sheets

    It will work in this way...

    =INDIRECT("'"&A1&"'!C3")


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Registered User
    Join Date
    11-20-2013
    Location
    Czech
    MS-Off Ver
    Excel 2010
    Posts
    25

    Re: Functions for multiple sheets

    It works perfect! Thank you man. You saved me a lot of time

  4. #4
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,788

    Re: Functions for multiple sheets

    Glad it helps you and thanks for the feedback

+ 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] Macro to copy cells from multiple sheets in workbook to multiple sheets in other workbook
    By KeithMale in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 06-13-2013, 05:37 PM
  2. Copy same column from multiple sheets to new wkbk with multiple sheets
    By rmcclendon in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-08-2012, 09:17 AM
  3. Merge multiple excels with multiple sheets in a master excel with multiple sheets
    By marchi in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-15-2012, 10:37 AM
  4. Need to Search for Value Across Multiple Sheets, Value Occur Multiple Times on Sheets
    By davidbriansmith in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 08-23-2011, 12:31 PM
  5. Replies: 4
    Last Post: 08-17-2006, 01:30 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