I have a data set like this (not table):
![enter image description here]()
I want to Sum with following criteria: US, Apple and date prior to today.
Because of the data layout the SUMIFS formula doesn't seems to work.
This is what I have:
=SUMIFS(C2:G3,A2:A3,"US",B2:B3,"Apple",A3:G3,"<"&Today())