The transposition thinking of Excel subtraction function

Source: Internet
Author: User

First, let's look below.

Computer Tutorials

In the previous table, column A holds the first number, and column B holds the second number. Now, we're going to do this by using a function that implements the first number minus the second number, and the result is in column C.

Only need to use the SUM function can be implemented, the so-called transposition of thinking, but only in front of a positive number plus a minus sign.

The idea derives from mathematical thinking, such as: 1-5=-4, equivalent to 1+ (-5) =-4

The function formula implemented is as follows:

Use the formula in cell C1: =sum (A2,-B2).

The results of other cells, directly down a pull can produce the correct results.

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.