I need to create an IF statement to identify a specific scenario that occurs within a large amount of data. I have the criteria that needs to be met in cells B1-B4, but the fields that I'm matching them to are in different rows and columns (in this example it's row 11 columns F&D, and column AA rows 9&4). This is the formula that I'm using but it keeps returning "#N/A" where it should be returning a "YES"
=IF(AND(F11=B1,AA9=B2,D11=B3,AA4=B4),"YES","NO")
Please help!!
Thank you
Bookmarks