Hi everyone,
I need some guidance on setting up a formula.
I've got two separate sheets with consistent fields including name and position/title.
I want to total numbers from one sheet using the name and position fields as parameters.
In the past, I've used an average formula (pasted below) with success. I'm looking to duplicate this, but am looking to add and not average numbers.
I tried a similar formula with "sum" instead of "avg", but it didn't yield the results I was looking for.
Any guidance would be appreciated.
Thank you!
=IFERROR(AVG(COLLECT({Tech Manager RTG}, {Position}, POSITION@row, {Name}, NAME@row)), "")