The formula for the average value and the weighted average value in excel is

Source: Internet
Author: User

Weighted average is often used in daily work. In Excel, the SUMPRODUCT and SUM functions can easily calculate the weighted average. If a company buys a product three times and the quantity and price of each product are different, what is the average price of each product? The weighted average value is used for calculation, as shown in the figure.

A: In excel, the average function is used to calculate the average function:

Average (cell area)

Example: = AVERAGE (A1: A10)

 

The formula for the weighted average is:

= SUMPRODUCT (B2: B4, C2: C4)/SUM (B2: B4)

Or array formula:

= SUM (B2: B4 * C2: C4)/SUM (B2: B4)

Press Ctrl + Shift + Enter after the formula is entered.

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.