Pergunta

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

Foi útil?

Solução

Just a small error with your SUMIF syntax:

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top