IF,AND...

P

puiuluipui

Hi, i have this code:

=IF(B3<>"",IF(ISNA(VLOOKUP($B3,PLANNING!$B$4:$G$50,6,FALSE)),"??",VLOOKUP($B3,PLANNING!$B$4:$G$50,6,FALSE)),"")

And i need two criteria, and to make the code something like this:

=IF(AND(B3,C3<>"",IF(ISNA(VLOOKUP($B3,PLANNING!$B$4:$G$50,6,FALSE))),"??",VLOOKUP($B3,C3,PLANNING!$B$4:$G$50,6,FALSE)),"")

If B3 and C3 content is find in "PLANNING!$B$4:$G$50", than the code to give
the "6" cell content
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top