Sheet A has three contact columns per row.
Sheet B has a list of personnel.
I'd like to collect the rows where a person appears in any of the three contact columns from Sheet A and sum on a numeric column
My current solution is to write three sum(collects()) - one matching each contact column - and add the result.
Is there a way to incorporate an or() into the criterion_range to simplify this?