kylelaporte
New Member
- Joined
- Jan 14, 2014
- Messages
- 3
I have the following function in an 2010 spreadsheet and need to use it on several work stations with 2003. Unfortunately the boss said no go on upgrading Office. I know a SUMPRODUCT or combination SUM and IF will work, just having trouble getting the correct transpose. Please help. Thanks
=SUMIFS('Daily Totals Input Sheet'!B:B,Dates,">="&DATE(YEAR(B6)-1,MONTH(B6)+1,DAY(B6)-1),Dates,"<="&DATE(YEAR(B6),MONTH(B6)+1,DAY(B6)-1))
=SUMIFS('Daily Totals Input Sheet'!B:B,Dates,">="&DATE(YEAR(B6)-1,MONTH(B6)+1,DAY(B6)-1),Dates,"<="&DATE(YEAR(B6),MONTH(B6)+1,DAY(B6)-1))