Results 1 to 2 of 2

Thread: Moving Current Latest Data To New Workbook

  1. #1
    Junior Member
    Join Date
    Dec 2012
    Posts
    2
    Rep Power
    0

    Moving Current Latest Data To New Workbook

    I have a workbook that has 31 worksheets one for each day of the month.
    The data in the worksheet if filled in each day so that on day two there is data in sheet one and sheet two but nothing in the other sheets.
    I need to bring the most current data from the workbook to a different workbook.
    This must be done using formulas no VB allowed.
    thanks

  2. #2
    Administrator Excel Fox's Avatar
    Join Date
    Mar 2011
    Posts
    1,402
    Rep Power
    10
    Depends on how you have set up your worksheets. One way of doing this is with the help of the INDIRECT formula. The only thing is the workbook from which the data is being picked should be open in-order for the data to be displayed correctly.

    So for example, =INDIRECT("'C:\Users\User\Excel Downloads\[ReArrUpdate.xlsm]Sheet"&(DAY(TODAY())-1)&"'!$B$3")
    A dream is not something you see when you are asleep, but something you strive for when you are awake.

    It's usually a bad idea to say that something can't be done.

    The difference between dream and aim, is that one requires soundless sleep to see and the other requires sleepless efforts to achieve

    Join us at Facebook

Similar Threads

  1. Highlight Current Row in Excel (VBA)
    By Admin in forum Excel and VBA Tips and Tricks
    Replies: 16
    Last Post: 07-31-2013, 06:46 AM
  2. Moving Several Files To Several Folders
    By galang_ofel in forum Excel Help
    Replies: 3
    Last Post: 06-01-2013, 04:21 PM
  3. Moving Multiple Files From One Folder To Another
    By galang_ofel in forum Excel Help
    Replies: 5
    Last Post: 05-10-2013, 12:43 AM
  4. Help- Locking column basis current date.
    By Rajesh Kr Joshi in forum Excel Help
    Replies: 1
    Last Post: 03-25-2013, 04:44 PM
  5. Compiling Workbook Data..
    By Rajan_Verma in forum Rajan Verma's Corner
    Replies: 4
    Last Post: 01-23-2013, 01:21 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •