Hi I am trying to create a SUMIFS formula that will SUM across a range On sheet Bank if their Description Equals the same as the Description Sheet 1 page, And the date on Bank Page falls between two ranges on Sheet 1.
I came up with this but it just equals 0
=SUMIFS(Bank!D2:D200,A2:A200,Bank!A2:A200,Bank!B2:B200,">=C2:C200",Bank!A2:A200,"<=D2:D200")
I think my problem lies here ">=C2:C200" and here "<=D2:D200".
Normally its ">=12/12/17", But i need it to match a range.
Any help is appreciated.
I came up with this but it just equals 0
=SUMIFS(Bank!D2:D200,A2:A200,Bank!A2:A200,Bank!B2:B200,">=C2:C200",Bank!A2:A200,"<=D2:D200")
I think my problem lies here ">=C2:C200" and here "<=D2:D200".
Normally its ">=12/12/17", But i need it to match a range.
Any help is appreciated.