Trying to remake the following Excel formula into Alteryx Workflow.
=IF(
OR(
IF(AND(S120642="",W120642="",Y120642="",Z120642="",AF120642="",AG120642=""),"Exclude","Include")="Exclude",
AND(
IF(AND(S120642="",W120642="",Y120642="",Z120642="",AF120642="",AG120642=""),"Exclude","Include")="Include",OR(AB120642<>"",AC120642<>"",AD120642<>"",AE120642<>""))
),
"Exclude","Include")