And If

And If

Is there a way to perform an "And If"
 I have work orders being sent to my office when they are completed by the tech.
I also want to be able to send some of my customers a copy of the completed order when complete. But not all of them, just certain ones. 

Example; Work Order
If input.Billable = yes then
email
else If input.Billable = No then
email

and if Customer = Joe
send email to Joe's boss
 
"I only want to send email if the customer is listed"