So I'm trying to create a sumif formula that looks something like this =sumif(Sheet1[C4],C5,Sheet1[Column2])
So the "C4" in "Sheet1[C4]" is a dynamic value that corresponds to a column header name in a table, "C5" is obviously the criteria, and again obviously the "Sheet1[Column2]" is the column...