Question

I'm trying to get this aggregate date comparison working, and I thought I understood the syntax, but it's clearly not working. Can anyone correct the formula for me?

I'm trying to sum up the amounts in column I, where the date in H is prior to the date in A

My formula is =SUMIF(H$2:H,H$2:H<A4, I$2:I)

enter image description here

Was it helpful?

Solution

Just a small error with your SUMIF syntax:

=SUMIF(H$2:H;"<"&A4;I$2:I)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top