thelittleredfox
New Member
- Joined
- Dec 15, 2014
- Messages
- 17
Hi,
I've got a worksheet called 'data sheet' where:
column W contains amounts of money
column A contains "TRUE" and "FALSE" results
column H contains dates
I want to SUM all the payments in column W which also have a value of "TRUE" in column A, AND which fall within a specificed date range.
The formula needs to go on a separate summary sheet within the spreadsheet. The begin and end dates for the date range are entered into cells F5 and I5 on this summary sheet.
I've tried the following formula:
=SUMIFS('data sheet'!W:W,'data sheet'!H:H,">="&F5,'data sheet'!H:H,"<="&I5,'data sheet'!A:A,"TRUE")
but I can't get it to work. When I broke it down, the first part was working, but I couldn't get more than one criteria to work at a time. When I tried to insert either the less than or equal to date or the true or false criteria, I just ended up with a 0 result.
What am I doing wrong? Is there a good way of doing this? Thanks for your help!
I've got a worksheet called 'data sheet' where:
column W contains amounts of money
column A contains "TRUE" and "FALSE" results
column H contains dates
I want to SUM all the payments in column W which also have a value of "TRUE" in column A, AND which fall within a specificed date range.
The formula needs to go on a separate summary sheet within the spreadsheet. The begin and end dates for the date range are entered into cells F5 and I5 on this summary sheet.
I've tried the following formula:
=SUMIFS('data sheet'!W:W,'data sheet'!H:H,">="&F5,'data sheet'!H:H,"<="&I5,'data sheet'!A:A,"TRUE")
but I can't get it to work. When I broke it down, the first part was working, but I couldn't get more than one criteria to work at a time. When I tried to insert either the less than or equal to date or the true or false criteria, I just ended up with a 0 result.
What am I doing wrong? Is there a good way of doing this? Thanks for your help!