I want to check a Lead time AVR for on the Duration Collum for only specific STATUS :Pending Marsh, Pending Lockton, Pending Lockton and Marsh and Pending LL
I tried below formulas but are not working at all.
=AVERAGEIF([Status]:[Status], OR([Status]@row = "Pending LL", [Status]@row = "Pending Lockton and Marsh", [Status]@row = "Pending Lockton", [Status]@row = "Pending Marsh"), [Duration]:[Duration])
=AVG(COLLECT({Sephora - COI Tracking Range 3}, {Sephora - COI Tracking Range 2},"Pending Marsh", {Sephora - COI Tracking Range 2},"Pending LL")))