Hi all,
I am trying to introduce another part to my formula (enclosed as New Workflow 1) whereby:
if IsNull(Cat1) and IsNull(Cat2) Then
Check Category against Other1
Check Category against Other2
Check Category against Other3
Check Category against Other4
If Match Then Yes
Else No
For example on screenshot provided(Image): I would expect Row 8, 10, 13 and 14 to come back as Yes. Row 4 seems to be correct as doesnt match.
Any help please. I have been struggling to get the next part of the IF to be added to my existing IF statement.
Thanks