IF, AND, OR (all 3) (formula) Help

Options
Nicole Hodges
Nicole Hodges ✭✭✭✭✭✭
edited 12/09/19 in Smartsheet Basics

Hello!

I am trying to create a formula to count if any kind of combination of the below is met:

=IF(AND([WU Enrollment Complete]:[WU Enrollment Complete], 1, [WU Pending]:[WU Pending], 1, ([Email 1]:[Email 1], 1, [Call 1]:[Call 1], 1, [Call 2]:[Call 2], 1, [Assigned to]:[Assigned to], "MyLe Nguyen") 1,0)

It seems like the IF/AND is not allowed. Any help here?

I can't use countifs because there are cases where all the conditions are met and I would hate to double, triple, etc count.

I need the "Assigned To" to be 100% met, but the others could be one met, two, or all, but again I only want to count once. See below:

FIXED (NEED): "Assigned To" = MyLe Nguyen

ALL 3 conditions must be met: Email 1 checked, Call 1 checked, Call 2 checked

either, or, and:

- WU Enrollment Complete checked

- WU Pending Checked

Β 

Β 

Thank you!

Comments