ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Formual link to external workbook (https://www.excelbanter.com/excel-worksheet-functions/213406-formual-link-external-workbook.html)

JBW

Formual link to external workbook
 
How can I reference an external workbook with look-up tables in it from
another, yet keep the look-up table workbook closed

I have formual for calculation in one workbook, looking up values in second.
Works fine when second open but not when it's shut.

Whole point of excersise is to keep constants listed in look-up tables
hidden as they are commercially sensitive.

~L

Formual link to external workbook
 
It seems you are using a volatile function (this includes Indirect, offset,
rand, now, today, info, cell and some user-defined functions).

Try replacing these with non-volatile functions.

Excel is not secure and should not be expected to protect any sensitive
data, even when the built-in measures are used properly.

Copy the data, open a new worksheet and paste special values to avoid
revealing formulas which can be used to calculate your hidden lookup values
even if they're in a separate document.

If you're going to do that, there's no need to keep the results page
separate from the lookup page and you can use volatile functions to make your
life easier.

"JBW" wrote:

How can I reference an external workbook with look-up tables in it from
another, yet keep the look-up table workbook closed

I have formual for calculation in one workbook, looking up values in second.
Works fine when second open but not when it's shut.

Whole point of excersise is to keep constants listed in look-up tables
hidden as they are commercially sensitive.


Dave Peterson

Formual link to external workbook
 
You can write your =vlookup() (are you using =vlookup()'s???) formulas so that
they point to the range in the other workbook--and that "sending" workbook
doesn't have to be open.

But if you use the workbook, sheet and range in the formula, then anyone can see
the formula and just open that other workbook--or use other formulas to retrieve
the values.

You can lock the cells, hide the formulas (for those locked cells) and protect
the sheet, but that won't stop anyone who's really interested in your data.

My suggestion is to not use excel for this kind of thing--or don't share it with
people who can't be trusted.



JBW wrote:

How can I reference an external workbook with look-up tables in it from
another, yet keep the look-up table workbook closed

I have formual for calculation in one workbook, looking up values in second.
Works fine when second open but not when it's shut.

Whole point of excersise is to keep constants listed in look-up tables
hidden as they are commercially sensitive.


--

Dave Peterson


All times are GMT +1. The time now is 05:24 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com