I have the below formula to extract unique values from range HCAP_RANGE_H:
Formula:
=IFERROR(INDEX(HCAP_RANGE_H,MATCH(0,IF(ISBLANK(HCAP_RANGE_H),1,COUNTIF($A$5:A5,HCAP_RANGE_H)),0)),"")
However, it is dependent on the value in Cell B3 matching a second range, TEAMS_RANGE_H.
I don't know hoe to match multiple criteria.
Can someone help please?
Bookmarks