I am trying to use an IF statement to place this or that based on the criteria. For the criteria i am using a MATCH statement to see if a cell matches a individual cell amongst a range. The issue i have is that when the criteria is false it does not use the false function of the IF statement instead it says N/A, however when the Match statement is true it works properly. Formula: =IF(MATCH(J6,B6:B41,0),"Yes","No")