The Excel 2013 Table calculates the total monthly transaction amount based on the sales date

Source: Internet
Author: User

Case demonstration

① first, open the table, which is Evergrande real estate sales in recent months, the red is January sales, we want to quickly calculate the total January, in the G2 cell input formula: =sumproduct ((MONTH (D2:D9) =1) *e2:e9)

② carriage return, get the result, 8650000, this is the January total sales.

③ So, is there any way to verify that the results are correct? We hold down the CTRL key to select the January data, from the bottom we can see that the result is the same.

④ This example is only to demonstrate that the amount of data is small, if the amount of data is large, we recommend that you use the formula to calculate directly, rather than CTRL select cells.

Formula description

Sumproduct (array 1, array 2 ...) Array 30: In the given array, multiply the corresponding elements of the array and return the sum of the products.

Month (month): Find the month in a date.

Classification:
  • Excel Tutorials

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.