문제

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

도움이 되었습니까?

해결책

Just a small error with your SUMIF syntax:

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top