I'm trying to use Sheet A as the reference sheet for Sheet B. Pull sum of each column from Sheet A with the same column name and primary at row.
Currently, this formula is working, but want to use a formula where I don't have to pull a reference per column.
Sheet A has the same column names. Is this possible?
Here's the current formula I'm using, but have to pull individually.
=SUMIFS({Sheet A Interviews Completed Column}, {Sheet A Primary Column}, [Primary]@row, {Sheet A Center Column}, "1 Center")
Thank you!