RE: Offset/match returns #value error
- From: Geoff <Geoff@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 6 May 2008 14:53:01 -0700
Thanks Dave
That would definitely work, but ideally I'd like to avoid the necessity of
having the other spread*** open at all. If it comes down to a choice of
opening the other workbook or replacing formulae with values, I'll use
values. Good thought though - thanks :)
--
There are 10 types of people in the world - those who understand binary and
those who don't.
"Dave" wrote:
Hi,.
One suggestion:
You could use a Work*** Open procedure to open the needed workbooks each
time you open this workbook.
You could also use a Before Close procedure to close them again.
Regards - Dave.
"Geoff" wrote:
The following function looks up a value in another workbook:
=OFFSET('PATH\Testing\2008hi\[0208hi.xls]WKSHT_NAME'!$C$8,MATCH($A11,'PATH\Testing\2008hi\[0208hi.xls]WKSHT_NAME'!$A$9:$A$96,0)+4,0)
Unfortunately when that particular workbook is closed, the function returns
a #VALUE! error - so the referenced spread*** needs to be open for the
formula to be evaluated. I could replace all the formulae with values but I
would like to preserve the reference to the other spread*** in the cells if
at all possible. Any suggestions?
--
There are 10 types of people in the world - those who understand binary and
those who don't.
- References:
- Offset/match returns #value error
- From: Geoff
- RE: Offset/match returns #value error
- From: Dave
- Offset/match returns #value error
- Prev by Date: Re: Count for multiple text criterias
- Next by Date: Re: HOW DO I GET A CELL TO RETURN A NEIGHBORING CELL'S VALUE
- Previous by thread: RE: Offset/match returns #value error
- Next by thread: Re: Offset/match returns #value error
- Index(es):