+ Reply to Thread
Results 1 to 2 of 2

How to update reference files or not

  1. #1
    Registered User
    Join Date
    04-21-2011
    Location
    london
    MS-Off Ver
    Excel 2003
    Posts
    31

    How to update reference files or not

    Hello all

    I have 2 spreadsheets.
    1 master and 1 slave. The slave file contains all raw data and called RAW.xls
    The master file has various formuls whichn looks for certain data within RAW.xls.

    the key formula is below.

    =IF(ISBLANK(VLOOKUP($J14,INDIRECT("[Raw.xls]"&$B14&"!$A$2:$R$99"),10,FALSE)),"",VLOOKUP($J14,INDIRECT("[Raw.xls]"&$B14&"!$A$2:$R$99"),10,FALSE))

    The issue I now have, is that I need to send this file around to other collegues.
    However whenever they open this, all the cells are #REF. I beleive this is because it needs the RAW.xls open as well to grab the data.

    2 questions.

    1: is there a way to run the formulas and have the data recorded saved.
    2: is there a way to have a button to re-run the formulas based on updated data from RAW.xls. This would only be something someone does when they have the RAW file open as well.



    I do not know much about VBA or marcos..just to be difficult!

    thank you one and all!

  2. #2
    Registered User
    Join Date
    04-21-2011
    Location
    london
    MS-Off Ver
    Excel 2003
    Posts
    31

    Re: How to update reference files or not

    Anyone know about this?

+ 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