I have a data range from A1:Z300, the row (A1:Z1) contains dates of a typical month, and the column (A1:A300) contains text (ingredients). I want a formula to sum the data present in the corresponding row of a particular reference (ingredient) in column A (say "Salt") after filtering a given date range, say ">=Today()+1" and "<=today()+7" in row 1.The formula is used to compare data. My data range typically looks: 
↧
SUM data present in a row for a reference in column A and after filtering for a date range (min and max) present in row 3 of my data range A3:Z300
↧