+ Reply to Thread
Results 1 to 3 of 3

workbook reference

  1. #1
    Registered User
    Join Date
    08-04-2010
    Location
    Rotherham
    MS-Off Ver
    Excel 2003
    Posts
    49

    workbook reference

    Ok I have a workbook called PRODUCT LIST and one called STOCKTAKE.

    We used to have a sheet called PRODUCT LIST in the STOCKTAKE workbook. Where the stocktake sheet referenced cells within PRODUCT LIST. I'm looking at the next logical step by having PRODUCT LIST a master workbook. Basically instead of cell referencing, workbook referencing.

    I've got this working slightly for example I reference A1 to A10 from PRODUCT LIST into the STOCKTAKE work book. However in the STOCKTAKE workbook i need to start it at A3 for example. It doesn't like this and wants to start at A1.


    Is there a way of referencing info in column A to Column B on the next workbook?

  2. #2
    Registered User
    Join Date
    03-10-2011
    Location
    England
    MS-Off Ver
    Excel 2003
    Posts
    11

    Re: workbook reference

    If you want to reference A1 of the product list workbook in cell B3 of the stocktake workbook for example,
    go into the stocktake workbook and enter this formula into B3:
    ='[workbookname.xls]sheetname'!$A$1

    note the absolute references, if you wanted to be able to fill the formula down for example just remove the absolute reference ($) for the number, so:
    ='[workbookname.xls]sheetname'!$A1
    Last edited by ZERKproject; 03-11-2011 at 08:27 AM.

  3. #3
    Registered User
    Join Date
    08-04-2010
    Location
    Rotherham
    MS-Off Ver
    Excel 2003
    Posts
    49

    Re: workbook reference

    Thank you so much for that, Worked a treat.

    I know that when a product needs to be added to the product list it won't mess up the stocktake as such. If that product needs to be on the stocktake sheet i just insert a row and put in the formulae.

    One concern is if somebody were to SORT the PRODUCT LISTspreadsheet, this would then sort the STOCKTAKE sheet and mean the figures wouldn't match. Any ideas on how to avoid 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