+ Reply to Thread
Results 1 to 2 of 2

Auto update of values from other excel sheet based on changes in one cell

  1. #1
    Registered User
    Join Date
    09-18-2012
    Location
    Arizona
    MS-Off Ver
    Excel 2010
    Posts
    27

    Auto update of values from other excel sheet based on changes in one cell

    Hi all,
    I am sorry if this is a repeated thread but i couldn't find an answer for the same.
    i want to update values fon an excel sheet on a month by month basis.
    So i have jan to dec folders and excel sheets under each folder , i want to update my monthly forecast sheet based on the numbers in the folder
    I want to just change the cell in my monthly forecast sheet to Jan or Feb and the values should be pulled from the closed excel files in the monthly folders.
    I tried concatenation but it gave me #REF .. Is there a way to do it other than using "pull" ??

    Thanks

  2. #2
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: Auto update of values from other excel sheet based on changes in one cell

    A1 = month on forecasting sheet, which should also correspond to the name of a file


    Assuming the sub folders are in the same folder as the current file, and that there's relevant data on Sheet1, in cell B2 that you're pulling:

    ='[MID(CELL("filename"),1,FIND("[",CELL("filename"))-1)&A1&"\"&"A1".xlsx]'Sheet1!B2"

    Assuming I had your files and folders, and I put JAN in A1 this becomes:

    ='[C:\daffodil11\documents\monthlycallforecast\JAN\JAN.xlsx]'Sheet1!B2
    Last edited by daffodil11; 07-24-2013 at 12:18 PM. Reason: example; set to match A1

+ 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. Replies: 4
    Last Post: 03-26-2013, 07:36 AM
  2. excel automation: auto fill up cell value out of defined matched values on sheet 2
    By randybondoc in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 06-18-2012, 05:01 AM
  3. Replies: 2
    Last Post: 06-04-2012, 06:57 AM
  4. [SOLVED] Auto update cell for given date range in next sheet
    By yogananda.muthaiah in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 04-25-2012, 05:07 AM
  5. Excel Chart Axis Auto-Update based on cells with calculated range
    By jgray in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-29-2010, 03:50 PM

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