Assuming that the corresponding value in Column R is to be returned,
download and install the free add-in Morefunc.xll...
http://xcell05.free.fr/
...then try...
=INDEX(THREED('Sheet1:Sheet5'!R13:R92),MATCH(H8,THREED('Sheet1:Sheet5'!S1
3:S92),0))
Otherwise, let A2:A6 contain the sheet names, and then try the
following...
B2:
=INDEX(A2:A6,MATCH(TRUE,COUNTIF(INDIRECT("'"&A2:A6&"'!S13:S92"),H8)>0,0))
...confirmed with CONTROL+SHIFT+ENTER
C2:
=INDEX(INDIRECT("'"&B2&"'!R13:R92"),MATCH(H8,INDIRECT("'"&B2&"'!S13:S92")
,0))
...confirmed with just ENTER
Hope this helps!
> Hi,
>
[quoted text clipped - 40 lines]
> I have tried to be very informative in this post please let me know if
> you need more information I am pulling my hair out.
johnb31337@gmail.com - 05 Oct 2006 21:15 GMT
Thank you , I will try this now, will post back the results.
> Assuming that the corresponding value in Column R is to be returned,
> download and install the free add-in Morefunc.xll...
[quoted text clipped - 71 lines]
> > I have tried to be very informative in this post please let me know if
> > you need more information I am pulling my hair out.
johnb31337@gmail.com - 05 Oct 2006 21:40 GMT
This one didnt work, It gave me an #NA error which is closer then I got
yet, but the indirect function receives all #REF errors, when you show
calculation steps. I didnt use the Morefunc because I need this to be
user friendly to all, and I dont think that all of the users should
have to go through getting the add on installed. So I tried the
inderect formula.
This is a very complicated lookup, but it seems to me that it would be
a very common one.
> Assuming that the corresponding value in Column R is to be returned,
> download and install the free add-in Morefunc.xll...
[quoted text clipped - 71 lines]
> > I have tried to be very informative in this post please let me know if
> > you need more information I am pulling my hair out.
Domenic - 05 Oct 2006 23:58 GMT
Did you confirm the formula for B2 with CONTROL+SHIFT+ENTER? Also, with
regards to the add-in, the latest version allows the THREED function to
be embedded within the file. So there's no need for others to install
it.
> This one didnt work, It gave me an #NA error which is closer then I got
> yet, but the indirect function receives all #REF errors, when you show
[quoted text clipped - 81 lines]
> > > I have tried to be very informative in this post please let me know if
> > > you need more information I am pulling my hair out.