How to sumif cell values between two given dates in Google sheets?
In my Google sheet, I have two columns which contain a date column and order column, now, I want to sum the order column cells based on the date column. For example, sum values between 2018/5/15 and 2018/5/22 as following screenshot shown. How could you solve this job in Google sheets?
Sumif cell values between two given dates in Google sheets with formula
Sumif cell values between two given dates in Google sheets with formula
To sumif cell values between two given dates in another column, the following formula can help you, please do as this:
Enter this formula: =SUMIFS(B2:B18,A2:A18,">="&E1,A2:A18,"<="&E2) into a blank cell where you want to get the result, and then press Enter key, and the calculated result will be displayed, see screenshot:
Note: In the above formula, A2:A18 is the column contains the date cells, B2:B18 is the column with the values you want to sum, E1 and E2 are the two date cells you want to sum based on, please change them to your need.
Best Office Productivity Tools
Supercharge Your Excel Skills with Kutools for Excel, and Experience Efficiency Like Never Before. Kutools for Excel Offers Over 300 Advanced Features to Boost Productivity and Save Time. Click Here to Get The Feature You Need The Most...
Office Tab Brings Tabbed interface to Office, and Make Your Work Much Easier
- Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
- Open and create multiple documents in new tabs of the same window, rather than in new windows.
- Increases your productivity by 50%, and reduces hundreds of mouse clicks for you every day!




