Hi,
Can you please help, I am trying to sumifs using multiple criteria including a date range. However it is returning 0.00 value. The date range seems to be the issue as when I remove this from the formula the other criteria works. Going around in circles and not sure what I am doing wrong, thought it was a straight forward formula. Any ideas would be greatly appreciated.
Basically trying to sum the costs for a job for a specified date range.
The formula:
=SUMIFS('Detail Transaction Listing'!$J:$J,'Detail Transaction Listing'!$D:$D,$B$2,'Detail Transaction Listing'!$A:$A,B15,'Detail Transaction Listing'!$H:$H,">="&Sheet1!$B$5,'Detail Transaction Listing'!$H:$H,"<="&Sheet1!$C$5)
Where:
Detail transaction listing J:J = range to sum
H:H = the range that has the date (the format for this date range is the same as the format on the "date" criteria)
Sheet 1 B5 & C5 is the date criteria field.
Really appreciate your help.
Thanks
Can you please help, I am trying to sumifs using multiple criteria including a date range. However it is returning 0.00 value. The date range seems to be the issue as when I remove this from the formula the other criteria works. Going around in circles and not sure what I am doing wrong, thought it was a straight forward formula. Any ideas would be greatly appreciated.
Basically trying to sum the costs for a job for a specified date range.
The formula:
=SUMIFS('Detail Transaction Listing'!$J:$J,'Detail Transaction Listing'!$D:$D,$B$2,'Detail Transaction Listing'!$A:$A,B15,'Detail Transaction Listing'!$H:$H,">="&Sheet1!$B$5,'Detail Transaction Listing'!$H:$H,"<="&Sheet1!$C$5)
Where:
Detail transaction listing J:J = range to sum
H:H = the range that has the date (the format for this date range is the same as the format on the "date" criteria)
Sheet 1 B5 & C5 is the date criteria field.
Really appreciate your help.
Thanks