IloveExcel12
New Member
- Joined
- Jul 19, 2018
- Messages
- 4
I'm trying to calculate sales based the customer's start date, and between certain months. Every SUMIFS formula is giving me numbers higher than my data sheet. Formula below:
=SUMIFS('[ConversionEnd Data.xlsx]Page1_1'!$D:$D,'[ConversionEnd Data.xlsx]Page1_1'!$A:$A,$B5,'[ConversionEnd Data.xlsx]Page1_1'!$C:$C,">="&$I5,'[ConversionEnd Data.xlsx]Page1_1'!$C:$C,"<="&$J5)
First criteria is the customer's account number, second are the dates the customer made the purchase, being greater than or equal to the start date, and then less than or equal to the end date. I can't see why this will be giving me wrong numbers, not sure if anyone else does.
I checked to make sure everything is in date format and it already was.
=SUMIFS('[ConversionEnd Data.xlsx]Page1_1'!$D:$D,'[ConversionEnd Data.xlsx]Page1_1'!$A:$A,$B5,'[ConversionEnd Data.xlsx]Page1_1'!$C:$C,">="&$I5,'[ConversionEnd Data.xlsx]Page1_1'!$C:$C,"<="&$J5)
First criteria is the customer's account number, second are the dates the customer made the purchase, being greater than or equal to the start date, and then less than or equal to the end date. I can't see why this will be giving me wrong numbers, not sure if anyone else does.
I checked to make sure everything is in date format and it already was.