Combine more statements in one if statement issue

Hi @Latif
1)the AND Operator should work with IF . Try understanding the difference between NULL , “” and Nothing and see which fits best in your scenario.
2)You can use a nested if and put 1 if condition inside the previous if condition if option 1 doesn’t work.
Check out the post below, i believe it will directly solve your query.