How can I write an AND/OR expression? Here's...

How can I write an AND/OR expression?

Here’s what I want to do:

OR([Evacuating]=“Yes, Need Transport”, [ReadyForTransport]=true)

AND(NOT([TransportStatusTO]=“Delivered to Evac Center”)

Try this: AND( OR( B, C), NOT(D)) Where A, B, C, D are the conditions