Hi-

My current statement works below, but I would like to add some more logic, just not sure how.

=IF(AND(B2="ctm7",C2="Sell"),WORKDAY(F2,1),0)
I would like to add below. Is there a way to combine both statements?

=IF(AND(D3="CEMAR",C3="Sell"),WORKDAY(F3,1),0)
Thanks