Hi folks, I have the above problem.
I'm trying to obtain price by looking at 2 criteria.
Formula:
Occupied status Address Price Occupied status Address Price
Vacant Address 1 100 Vacant Address 1 {=index(C2:C3,match(1,(A2:A3=D2)*(B2:B3=E2),0))}
Vacant Address 2 200 Vacant Address 2
Also tried {=INDEX(C2:C3,MATCH(1,IF(A2:A3=D2,IF(B2:B3=E2,1)),0))}
The problem is that both (Vacant & Address 1) and (Vacant & Address 2) returns 100. Vacant and address 2 is supposed to return 200.
Any tips please?
Thank you
Bookmarks