Hi there,
I figured this would be easy but seem to be stumped. I have a large data table with various dates representing header row (column headers). What I would like to do is sum a column based on a date selected. For example:
July 1 | July 5 | July 9
4 | 7 | 22
3 | 6 | 34
If I have a separate worksheet with a cell called "July 1", I'd like the cell beside that cell to sum all of the values in the column on the data sheet with column header "July 1".
I've tried various iterations of Match and Index but really seem to be stumped. Any help would be huge!
Thanks!
P.S. many apologies if this already exists in another thread. I've done some extensive searching but may be getting my queries wrong.
I figured this would be easy but seem to be stumped. I have a large data table with various dates representing header row (column headers). What I would like to do is sum a column based on a date selected. For example:
July 1 | July 5 | July 9
4 | 7 | 22
3 | 6 | 34
If I have a separate worksheet with a cell called "July 1", I'd like the cell beside that cell to sum all of the values in the column on the data sheet with column header "July 1".
I've tried various iterations of Match and Index but really seem to be stumped. Any help would be huge!
Thanks!
P.S. many apologies if this already exists in another thread. I've done some extensive searching but may be getting my queries wrong.