I'm stumped!! I've tried Sumif, Sumproduct, Offset, Index and I can't seem to figure out to do this. I have a datasheet with multiple columns each with a date heading. I want to add up the data for a particular column based on a reference cell while filtering the sum based on the product type information in another column. For instance if I have a reference cell in sheet 1 (B1) I want the formula to look for that reference in sheet 2 (row 1) to determine, which column to sum. Once the column is found (say column k for instance) I want it to sum up only those numbers that correspond to a specific product type found in (column c). I can get the results using static references but I can't seem to make the sum range dynamic based on a date reference.