Hi all,
I am using the COLLECT function (within a SUM function) to collect all values associated with tasks assigned to a specific person. For example,
=SUM(COLLECT({Range of Values I am Collecting}, {Column where I have person assignments}, ="Person's Name"))
This isn't working for me... any tips?
Thanks!