kanedmamma
New Member
- Joined
- Nov 10, 2009
- Messages
- 38
I am using the following formula which works, however I would prefer to use sumproduct as the data is in another worksheet and I want the results to refresh without having the other worksheet open. I cannot get the formula to work using sumproduct - any suggestions? Thanks in advance
Basically the formula returns a value from column L if column I is between 2 dates and column J contains a specified text
=SUMIFS('S:\Sales\Masters\EBMS weekly statistics DO NOT USE\[EBMS Chase Log.xls]Chases 11-12'!$L$2:$L$2000,'S:\Sales\Masters\EBMS weekly statistics DO NOT USE\[EBMS Chase Log.xls]Chases 11-12'!$I$2:$I$2000,">=01/04/11", 'S:\Sales\Masters\EBMS weekly statistics DO NOT USE\[EBMS Chase Log.xls]Chases 11-12'!$I$2:$I$2000,"<=30/04/11",'S:\Sales\Masters\EBMS weekly statistics DO NOT USE\[EBMS Chase Log.xls]Chases 11-12'!$J$2:$J$2000,"banqu")
Basically the formula returns a value from column L if column I is between 2 dates and column J contains a specified text
=SUMIFS('S:\Sales\Masters\EBMS weekly statistics DO NOT USE\[EBMS Chase Log.xls]Chases 11-12'!$L$2:$L$2000,'S:\Sales\Masters\EBMS weekly statistics DO NOT USE\[EBMS Chase Log.xls]Chases 11-12'!$I$2:$I$2000,">=01/04/11", 'S:\Sales\Masters\EBMS weekly statistics DO NOT USE\[EBMS Chase Log.xls]Chases 11-12'!$I$2:$I$2000,"<=30/04/11",'S:\Sales\Masters\EBMS weekly statistics DO NOT USE\[EBMS Chase Log.xls]Chases 11-12'!$J$2:$J$2000,"banqu")