I have records with a starting date (A:A) and ending date (B:B) and a quantity (D:D). I have Chronological dates (H:H) I am looking for the sum of data in D if the corresponding A Date is less >= today AND corresponding B Date is <= today.
I have written: SUMIFS(D:D,$H1,">=A:A",$H1,"<=B:B")
Needless to say, its not working. Thoughts?
I have written: SUMIFS(D:D,$H1,">=A:A",$H1,"<=B:B")
Needless to say, its not working. Thoughts?