I am trying to get the sum of an entire column where the column name (or the first cell in the column) is equal a cell on another sheet.
My main sheet looks like this:
And I am trying to sum each of these columns from another sheet to the first where the name matches the cell in the primary column:
Is there a way to either INDEX/MATCH/SUMIF using criteria for a column or use the cell as the "name" of my column reference for the second sheet?