RE: Vook up help required
- From: John C <johnc@stateofdenial>
- Date: Mon, 13 Oct 2008 09:20:01 -0700
Your ranges must all be the same length. If your values start in row 1, then
modify the formula as needed. My understanding is you want the numeric value
of 15 (ensure that it is numeric, and not text) from cell C1.
D1: =SUMPRODUCT(--(A1:A1000=1234),--(B1:B1000=5678),(C1:C1000))
This will check column A, rows 1 through 1000, to see if what is in that
column is equal to 1234 (or whatever cell reference you are using), then do
the same for column B, rows 1 through 1000, to see if it is equal to 5678 (or
whatever cell reference you are using). It will then find the value in column
C, and return that value.
NOTE: If you have multiple matches...
A3: =1234 B3: =5678 C3=15
....
A9: =1234 B3: =5678 C3=25
It will add up the values in column C (this case, 40)
--
John C
"Ali Noor" wrote:
Dear John,.
I have applied the formula s below thoug my values were in A1 B1 AND C1 so i
changed it how ever in D column it says 0 rather than 15.
Moreover to look up A1 values in important in B1 as B1 is usualy very long
list and A1 also is long list many a times A1 value might not be in B1
--
Ali.
"John C" wrote:
Assuming you will only have single instances for A&B, and values always in C,
you could use SUMPRODUCT:
=SUMPRODUCT(--(A2:A100=1234),--(B2:B100=1234),(C2:C100))
Hope this helps.
--
John C
"Ali Noor" wrote:
Dear All,
Facing problem to write a proper lookup formula for following problem,
Look value in Coulmn A match it in Coulmn B and return the Number In coulmn C
where i can not array B and C and need C coulmn value as under
Column 1 Column 2 Column3 Column4
1234 1234 15 Require V look up to give 15 as
answer.
Hope to hear form all the experts soon
Thx in advance
Regards......Ali
--
Ali.
- Follow-Ups:
- RE: Vook up help required
- From: Ali Noor
- RE: Vook up help required
- References:
- Vook up help required
- From: Ali Noor
- RE: Vook up help required
- From: John C
- RE: Vook up help required
- From: Ali Noor
- Vook up help required
- Prev by Date: Percentage and rank
- Next by Date: Re: Trying to pull up price for matching product?
- Previous by thread: RE: Vook up help required
- Next by thread: RE: Vook up help required
- Index(es):
Relevant Pages
|