I have a work breakdown structure and I am trying to count the number of tasks allocated to contacts in the sheet.
The data is spread over multiple columns.
I have tried using this formula in a sheet summary -
=COUNTIF({Assigned to SME for initial build}, "Joe Bloggs") + COUNTIF({Assigned to: SME 2 (peer review)}, "Joe Bloggs")
But it is coming up with #invalid ref
Any suggestions please?