Bài 111: Tính tổng có điều kiện trong Excel

## Bài 111: Tính điều kiện trong Excel

** #Excel #Formulas #Conditional định dạng #data Phân tích **

Trong hướng dẫn này, bạn sẽ học cách sử dụng hàm ** nếu ** để tính toán một điều kiện trong Excel.

Hàm ** nếu ** là một hàm logic cho phép bạn kiểm tra một điều kiện và trả về giá trị dựa trên kết quả.Cú pháp của hàm ** IF ** như sau:

`` `
= If (logical_test, value_if_true, value_if_false)
`` `

*** Logical_Test ** là điều kiện mà bạn muốn kiểm tra.
*** value_if_true ** là giá trị sẽ được trả về nếu điều kiện là đúng.
*** value_if_false ** là giá trị sẽ được trả về nếu điều kiện là sai.

Ví dụ: công thức sau sẽ trả về giá trị "có" nếu ô A1 chứa giá trị "Apple" và giá trị "Không" nếu ô A1 chứa bất kỳ giá trị nào khác:

`` `
= If (a1 = "apple", "có", "không")
`` `

Bạn có thể sử dụng hàm ** IF ** để thực hiện nhiều tính toán khác nhau, chẳng hạn như:

* Kiểm tra xem một ô có trống không
* Kiểm tra xem một ô có chứa một giá trị nhất định không
* Kiểm tra xem một ô lớn hơn hoặc nhỏ hơn một giá trị nhất định
* Kiểm tra xem một ô nằm giữa hai giá trị

Để biết thêm thông tin về chức năng ** nếu **, vui lòng tham khảo [tài liệu trợ giúp Excel] (https://support.microsoft.com/en-us...in-excel-F45C9648-5698-4A8E-9688-00A9246146C8).

## Bài tập

Trong bài tập này, bạn sẽ sử dụng hàm ** nếu ** để tính toán điều kiện của một ô.

1. Mở một sổ làm việc Excel mới.
2. Nhập dữ liệu sau vào bảng tính:

|Trái cây |Giá |
| --- | --- |
|Apple |$ 1,00 |
|Màu cam |$ 0,50 |
|Chuối |$ 0,75 |

3. Trong ô C2, nhập công thức sau:

`` `
= If (A2 = "Apple", A2*1.05, A2)
`` `

Công thức này sẽ nhân giá trái cây trong ô A2 với 1,05 nếu trái cây là một quả táo và sẽ trả lại giá ban đầu nếu trái cây không phải là một quả táo.

4. Nhấn ** Enter ** để áp dụng công thức.

5. Giá trị trong ô C2 bây giờ sẽ là 1,05 đô la, đó là giá của một quả táo sau khi đánh dấu 5%.

## Phần kết luận

Trong hướng dẫn này, bạn đã học cách sử dụng hàm ** nếu ** để tính toán một điều kiện trong excel.Bạn cũng đã hoàn thành một bài tập để thực hành bằng cách sử dụng hàm ** nếu **.

Tôi hy vọng bạn tìm thấy hướng dẫn này hữu ích!

## Tài nguyên bổ sung

* [Tài liệu trợ giúp Excel về hàm IF] (https://support.microsoft.com/en-us...in-excel-f45c9648-5698-4a8e-9688-00a9246146c8)
* [Hướng dẫn Exceljet về hàm IF] (https://www.exceljet.net/formula/if-function)
* [Hướng dẫn hướng dẫn về hàm IF] (https://www.tutorialspoint.com/excel/excel_if_function.htm)
=======================================
## Lesson 111: Calculate the condition in Excel

**#Excel #Formulas #Conditional formatting #data analysis**

In this tutorial, you will learn how to use the **IF** function to calculate a condition in Excel.

The **IF** function is a logical function that allows you to test a condition and return a value based on the result. The syntax of the **IF** function is as follows:

```
=IF(logical_test,value_if_true,value_if_false)
```

* **logical_test** is the condition that you want to test.
* **value_if_true** is the value that will be returned if the condition is true.
* **value_if_false** is the value that will be returned if the condition is false.

For example, the following formula will return the value "Yes" if the cell A1 contains the value "Apple" and the value "No" if the cell A1 contains any other value:

```
=IF(A1="Apple","Yes","No")
```

You can use the **IF** function to perform a variety of calculations, such as:

* Checking if a cell is empty
* Checking if a cell contains a certain value
* Checking if a cell is greater than or less than a certain value
* Checking if a cell is between two values

For more information on the **IF** function, please refer to the [Excel help documentation](https://support.microsoft.com/en-us/office/use-the-if-function-in-excel-f45c9648-5698-4a8e-9688-00a9246146c8).

## Exercise

In this exercise, you will use the **IF** function to calculate the condition of a cell.

1. Open a new Excel workbook.
2. Enter the following data into the worksheet:

| Fruit | Price |
|---|---|
| Apple | $1.00 |
| Orange | $0.50 |
| Banana | $0.75 |

3. In cell C2, enter the following formula:

```
=IF(A2="Apple",A2*1.05,A2)
```

This formula will multiply the price of the fruit in cell A2 by 1.05 if the fruit is an apple, and will return the original price if the fruit is not an apple.

4. Press **Enter** to apply the formula.

5. The value in cell C2 should now be $1.05, which is the price of an apple after the 5% markup.

## Conclusion

In this tutorial, you learned how to use the **IF** function to calculate a condition in Excel. You also completed an exercise to practice using the **IF** function.

I hope you found this tutorial helpful!

## Additional resources

* [Excel help documentation on the IF function](https://support.microsoft.com/en-us/office/use-the-if-function-in-excel-f45c9648-5698-4a8e-9688-00a9246146c8)
* [Exceljet tutorial on the IF function](https://www.exceljet.net/formula/if-function)
* [Tutorialspoint tutorial on the IF function](https://www.tutorialspoint.com/excel/excel_if_function.htm)
 
Join ToolsKiemTrieuDoGroup
Back
Top
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock