EXCEL with formula cell auto filling, excel Cell

Source: Internet
Author: User

EXCEL with formula cell auto filling, excel Cell

Have you ever encountered this problem:

When EXCEL is used, especially when formulas are used for calculation, some variables do not need to be changed when cells are filled down, but some variables need to be changed?

If you encounter such a problem, there is a trick: first, distinguish between changing variables and unchanged variables, that is, when filling down, the variable that changes the data zone does not need to move down with the cell. That is to say, the variable points to a fixed data zone. Otherwise, the variable is changed.

1. Example: if the data column B and column C exist and cell D2 is the average of Column B, the product of each row in column D and column C must be calculated and put in column E, how do I write the auto-downward filling formula for column E?

Analysis: Here, B and C are variable changes. Different rows take different values, while D2 cells are unchanged variables. First, D2 = ararage (B1: Bn) is calculated ), then calculate the value of column E.

Formula for column E: E2 = C2 * $ D $2

Here, the row and column are both added with the $ symbol, indicating absolute reference. During the filling process, the column C is not auto-incrementing, and the column C is auto-incrementing. $ D $2 (D2 cell) not changed.

2. to calculate that D is equal to the multiplication of B and C in each row, it should be written:

D2 = B2 * C2

And drag down the fill.

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.