Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default Lookups ref to other workbooks in locked cells

Hi

Ived scanned this site and still hav'nt found a solution to my problem. It
seems like it is impossible.

Here it goes:

I have several user workbooks (calculations) with lookup formulas, that
lookup prices in a specific version of the pricelist. The cells that include
these lookups are locked and sheet protected.

Now my problem is that I would like to, by one simple input, to define which
pricelist the lookups should be made in without unlocking, find and rename.

The formula i need is something like this:

=VLOOKUP(A$3,"'c:\myfolder\pricelists\[ver"&$A$1"&".xls]Sheet1'!$A$1:$B$999,2,FALSE)

where the version of the pricelist is inputed in A1

Clearly this does'nt work, but i think it describes what I need.

The indirect function needs the priceliste too be open and I'vd tried the
pull function by Harlan Grove found otherwhere here, and it works fine in
other situations, but in this case it slows down unacceptable.

Does anyone have a workaround to this problem?

Michael
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Lookups ref to other workbooks in locked cells

Laurent Longre has an addin (morefunc.xll) at:
http://xcell05.free.fr/

That includes =indirect.ext() that may be faster. (I've never used it.)

mthatt wrote:

Hi

Ived scanned this site and still hav'nt found a solution to my problem. It
seems like it is impossible.

Here it goes:

I have several user workbooks (calculations) with lookup formulas, that
lookup prices in a specific version of the pricelist. The cells that include
these lookups are locked and sheet protected.

Now my problem is that I would like to, by one simple input, to define which
pricelist the lookups should be made in without unlocking, find and rename.

The formula i need is something like this:

=VLOOKUP(A$3,"'c:\myfolder\pricelists\[ver"&$A$1"&".xls]Sheet1'!$A$1:$B$999,2,FALSE)

where the version of the pricelist is inputed in A1

Clearly this does'nt work, but i think it describes what I need.

The indirect function needs the priceliste too be open and I'vd tried the
pull function by Harlan Grove found otherwhere here, and it works fine in
other situations, but in this case it slows down unacceptable.

Does anyone have a workaround to this problem?

Michael


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default Lookups ref to other workbooks in locked cells

Thanks Dave

I will have a look at it later tonight, but when the function is included in
an add-in, you will have to insure that users have that add-in installed.

I see a little problem for me in my organisation, because we have several
external or/and temporarily users, and we have no control of their user
software.

Can you attach an add-in to at specific workbook, so that it is only in
function in this workbook?

Michael
"Dave Peterson" skrev:

Laurent Longre has an addin (morefunc.xll) at:
http://xcell05.free.fr/

That includes =indirect.ext() that may be faster. (I've never used it.)

mthatt wrote:

Hi

Ived scanned this site and still hav'nt found a solution to my problem. It
seems like it is impossible.

Here it goes:

I have several user workbooks (calculations) with lookup formulas, that
lookup prices in a specific version of the pricelist. The cells that include
these lookups are locked and sheet protected.

Now my problem is that I would like to, by one simple input, to define which
pricelist the lookups should be made in without unlocking, find and rename.

The formula i need is something like this:

=VLOOKUP(A$3,"'c:\myfolder\pricelists\[ver"&$A$1"&".xls]Sheet1'!$A$1:$B$999,2,FALSE)

where the version of the pricelist is inputed in A1

Clearly this does'nt work, but i think it describes what I need.

The indirect function needs the priceliste too be open and I'vd tried the
pull function by Harlan Grove found otherwhere here, and it works fine in
other situations, but in this case it slows down unacceptable.

Does anyone have a workaround to this problem?

Michael


--

Dave Peterson

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Lookups ref to other workbooks in locked cells

Authors of some addins have included a feature that would allow you to "merge"
the function with the workbook--and avoid having to install the addin.

You'll want to check to see if Laurent's addin supports this--I don't know one
way or the other.



mthatt wrote:

Thanks Dave

I will have a look at it later tonight, but when the function is included in
an add-in, you will have to insure that users have that add-in installed.

I see a little problem for me in my organisation, because we have several
external or/and temporarily users, and we have no control of their user
software.

Can you attach an add-in to at specific workbook, so that it is only in
function in this workbook?

Michael
"Dave Peterson" skrev:

Laurent Longre has an addin (morefunc.xll) at:
http://xcell05.free.fr/

That includes =indirect.ext() that may be faster. (I've never used it.)

mthatt wrote:

Hi

Ived scanned this site and still hav'nt found a solution to my problem. It
seems like it is impossible.

Here it goes:

I have several user workbooks (calculations) with lookup formulas, that
lookup prices in a specific version of the pricelist. The cells that include
these lookups are locked and sheet protected.

Now my problem is that I would like to, by one simple input, to define which
pricelist the lookups should be made in without unlocking, find and rename.

The formula i need is something like this:

=VLOOKUP(A$3,"'c:\myfolder\pricelists\[ver"&$A$1"&".xls]Sheet1'!$A$1:$B$999,2,FALSE)

where the version of the pricelist is inputed in A1

Clearly this does'nt work, but i think it describes what I need.

The indirect function needs the priceliste too be open and I'vd tried the
pull function by Harlan Grove found otherwhere here, and it works fine in
other situations, but in this case it slows down unacceptable.

Does anyone have a workaround to this problem?

Michael


--

Dave Peterson


--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
paste locked cells and unlocked cells in protected sheet Angeline Excel Worksheet Functions 15 November 1st 06 11:51 PM
locked cells TED MEDIN Excel Discussion (Misc queries) 6 January 5th 06 11:40 PM
locked cells TED MEDIN Excel Discussion (Misc queries) 1 January 4th 06 04:22 AM
Put comments on a locked spreadsheet even though cells not locked RDP Excel Worksheet Functions 1 September 11th 05 11:59 PM
LOOKUPS - Creating LOOKUPs where two different values must BOTH be satisfied. Mr Wiffy Excel Worksheet Functions 2 May 16th 05 04:29 AM


All times are GMT +1. The time now is 01:22 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"