Please Help me..
I was create formula that index matching meet 2 criteria. but, its result is not same like I used to do with 1 criteria. btw, the condition of criteria 2 is by column but the criteria range is by row.
Here the code below:
=IF(OR(IF(ISNA(INDEX($L$17:$L$30,MATCH(LEFT($B6,4),$C$17:$C$30,0),MATCH(C$5,$G$17:$G$30,0))),"",INDEX($L$17:$L$30,MATCH(LEFT($B6,4),$C$17:$C$30,0),MATCH(C$5,$G$17:$G$30,0)))="",IF(ISNA(INDEX($L$17:$L$30,MATCH(LEFT($B6,4),$C$17:$C$30,0),MATCH(C$5,$G$17:$G$30,0))),"",INDEX($L$17:$L$30,MATCH(LEFT($B6,4),$C$17:$C$30,0),MATCH(C$5,$G$17:$G$30,0)))="1.xxxx"),"Not Done","Done")
thank you for the support..