Group:  Microsoft Excel ยป microsoft.public.excel
Thread: lookup 2 values in different sheets

DotNetBag
.NET Development Newsgroups

HTVi
TV Discussion Newsgroups

Our Hot Pick: Rising Antivirus 2006 - Certified by TUV & Checkmark! Get 10% discount by entering this coupon code: ONDISCOUNT10
Rising Antivirus 2006

lookup 2 values in different sheets
"rixanna" <fildzana[ at ]gmail.com> 18.08.2006 08:57:57
I used this formula in an Excel worksheet to find the data that
correspond to those 2 values.

I used this code for the time being :
Code:

=INDEX(C1:C10,MATCH(1,(A1:A10=Lookup_1)*(B1:B10=Lookup_2),0))



But, what if I want to look in other worksheet?

What I meant here is that I have 2 worksheets, one for table of input
and one for the output. I put the table of data in input_sheet and I
want to have the answer in output_sheet(I assigned all the formula in
output_sheet).

Any suggestion?
Any help is appreciated.

Thank you in advanced

Rgds,
Rixanna

Re: lookup 2 values in different sheets
"Max" <demechanik[ at ]yahoo.com> 18.08.2006 09:23:11
[Quoted Text]
> But, what if I want to look in other worksheet?
> =INDEX(C1:C10,MATCH(1,(A1:A10=Lookup_1)*(B1:B10=Lookup_2),0))

Probably something like this (array-entered):
=INDEX('Sheet2'!C1:C10,MATCH(1,('Sheet2'!A1:A10=Lookup_1)*('Sheet2'!B1:B10=Lookup_2),0))
assuming the lookup is on data in Sheet2
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"rixanna" <fildzana[ at ]gmail.com> wrote in message
news:1155891477.711133.264150[ at ]p79g2000cwp.googlegroups.com...
>I used this formula in an Excel worksheet to find the data that
> correspond to those 2 values.
>
> I used this code for the time being :
> Code:
>
> =INDEX(C1:C10,MATCH(1,(A1:A10=Lookup_1)*(B1:B10=Lookup_2),0))
>
>
>
> But, what if I want to look in other worksheet?
>
> What I meant here is that I have 2 worksheets, one for table of input
> and one for the output. I put the table of data in input_sheet and I
> want to have the answer in output_sheet(I assigned all the formula in
> output_sheet).
>
> Any suggestion?
> Any help is appreciated.
>
> Thank you in advanced
>
> Rgds,
> Rixanna
>


Home | Search | Terms | Imprint | Contact
Newsgroups Reader - provided by WiredBox.Net