+ Reply to Thread
Results 1 to 6 of 6

For each day i have created a sheet , i want to prepare consolidated sheet

  1. #1
    Registered User
    Join Date
    05-04-2013
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    2

    For each day i have created a sheet , i want to prepare consolidated sheet

    I have created a sheet for each day of a month (31 sheets for may,sheetnames like 1,2,3...31). In the consolidated sheet , A1 colum contains the date like 1-may-2013, 2-may-2013 etc. now in consolidated sheet in column B i want to copy A5 cell from all the 31 sheets. pls help
    thanks inadvance

  2. #2
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: For each day i have created a sheet , i want to prepare consolidated sheet

    Do you want to do it by formula or macro?
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

  3. #3
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: For each day i have created a sheet , i want to prepare consolidated sheet

    Where you want to have the answer you could enter a formula like this to sum all the values in A5 of all the sheets between Sheet1 and sheet31:

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


    You could also select the cell where you want the answer and click on the Data tab, Consolidate, select Sum (or whatever function you want to use), click on the Reference field, then click the first sheet and select A5 then click ADD. Click on the next sheet (A5 should already be selected) and click ADD. Repeat for all the sheets then click OK. All the data in A5 should be consolidated in the cell that you selected for the answer.

    VBA can also solve the problem but that isn't my area of interest.
    <---------If you like someone's answer, click the star to the left of one of their posts to give them a reputation point for that answer.
    Ron W

  4. #4
    Forum Contributor
    Join Date
    03-27-2012
    Location
    Canada
    MS-Off Ver
    Excel 2010
    Posts
    154

    Re: For each day i have created a sheet , i want to prepare consolidated sheet

    Hi rajjindu

    Try the attached sheet...change values in A5 on any sheet, go back to index and press the button...

    Or, create a sheet in a copy of your workbook named index. Then press Alt+F11, and in the VBA window go to Insert and Choose module. In the module sheet paste in the following code:

    Please Login or Register  to view this content.

    Then press the green play button within the VBA editor window...
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    05-04-2013
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: For each day i have created a sheet , i want to prepare consolidated sheet

    thanks for everyone of u who have tried , i got some other solution . thank u

  6. #6
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: For each day i have created a sheet , i want to prepare consolidated sheet

    rajjindu,

    If you solve a problem yourself before anyone else has responded, please take a moment to describe your solution, chances are some other member will benefit.

    If you got it from a link, you can put the link here.

+ 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