Home  >  Article  >  Topics  >  How to fill in the three conditions of the if function in Excel

How to fill in the three conditions of the if function in Excel

angryTom
angryTomOriginal
2020-02-14 17:23:29127773browse

How to write three conditions in excel's if function. To solve this problem, you only need to follow my steps and read carefully step by step, especially the annotations in the box, and you will be able to solve it quickly.

How to fill in the three conditions of the if function in Excel

How to fill in the three conditions of the if function in Excel

1. We open Excel and enter the interface shown below.

How to fill in the three conditions of the if function in Excel

2. We enter 1 in a1, -1 in a2, and 0 in a3

How to fill in the three conditions of the if function in Excel

3. We enter the IF function in a4

How to fill in the three conditions of the if function in Excel

4. The first value of the IF function is the condition

We can use the AND function to enter three conditions

We can enter AND(A1>0,A2

How to fill in the three conditions of the if function in Excel

5. Then we fill in the second and third values ​​

How to fill in the three conditions of the if function in Excel

The meaning of the second parameter: when the first parameter is judged If it is true, then the content of the second parameter is returned

The meaning of the third parameter: When the first parameter is judged to be false, the content of the third parameter is returned

6. In this way, the result of a4 is the function result, which is displayed as true because these three conditions are met

How to fill in the three conditions of the if function in Excel

For more Excel-related technical articles, please visit ExcelBasic Tutorial column!

The above is the detailed content of How to fill in the three conditions of the if function in Excel. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn