S
scott
I am using XL2000 and haven't been able how to create this lookup:
I want to check if each cell in Range 1 E9:E25 is in the lookup range
R9:R25. If it is I want to count the number of times "A" exists in F9:F25.
There could be more than on instance of the Range1 value in the range.
I figured I couldn't use a regular array (E9:E25=F9:F25) because the
matches will not be in the same row
I have tried to use match, but had problems because of multiple
occurences in the lookup range.
So I tried an array formula with Vlookup , but this total give me every
A, regardless of whether is the lookup value is in R9:R25
=SUM(IF(ISERROR((VLOOKUP(E9:E25,R9:R25,1,0))="FALSE")*(F9:F25="A"),1,0))
If someone could help get me started, or at least help with doing a true
false lookup in an array.
Thanks,
Scott
I want to check if each cell in Range 1 E9:E25 is in the lookup range
R9:R25. If it is I want to count the number of times "A" exists in F9:F25.
There could be more than on instance of the Range1 value in the range.
I figured I couldn't use a regular array (E9:E25=F9:F25) because the
matches will not be in the same row
I have tried to use match, but had problems because of multiple
occurences in the lookup range.
So I tried an array formula with Vlookup , but this total give me every
A, regardless of whether is the lookup value is in R9:R25
=SUM(IF(ISERROR((VLOOKUP(E9:E25,R9:R25,1,0))="FALSE")*(F9:F25="A"),1,0))
If someone could help get me started, or at least help with doing a true
false lookup in an array.
Thanks,
Scott