0
votes
Which is better apply two conditions in nested If or using single with And ?
It depends on what exactly you want to achieve. It's a logical question rather than a programming query. If you have a dependent condition i.e. If the first is TRUE and then test the second conditi …
