Here is my formula:
=AVG(COLLECT({Bio Validation Completion Time}, {Bio Validation Schedule Scientist}, [Principle Investigatorss]@row))
Which is working; however, i want to exclude zero's. I tried this:
=AVG(COLLECT({Bio Validation Completion Time}, {Bio Validation Schedule Scientist}, [Principle Investigatorss]@row, <>0))
But it is not working. Please help