Bài 115: Điều kiện Or trong Excel

nhuthaongokim

New member
## Bài 115: Điều kiện hoặc trong Excel

** Điều kiện hoặc điều kiện trong Excel là gì? **

Hoặc điều kiện trong Excel cho phép bạn chọn các ô đáp ứng ** bất kỳ ** tiêu chí nào bạn chỉ định.Ví dụ: bạn có thể sử dụng hoặc điều kiện để chọn tất cả các ô trong một phạm vi có chứa giá trị "táo" hoặc "cam".

** Cách sử dụng hoặc điều kiện trong Excel? **

Để sử dụng hoặc điều kiện trong Excel, bạn có thể sử dụng cú pháp sau:

`` `
= Hoặc (logical_expression1, logic_expression2)
`` `

Ở đâu:

* `logic_expression1` là tiêu chí đầu tiên bạn muốn kiểm tra
* `logic_expression2` là tiêu chí thứ hai bạn muốn kiểm tra

Ví dụ: công thức sau đây sẽ chọn tất cả các ô trong phạm vi `A1: A10` có chứa giá trị" Apple "hoặc" Orange ":

`` `
= Hoặc (A1 = "Apple", A1 = "Orange")
`` `

** Bạn cũng có thể sử dụng hoặc điều kiện có nhiều tiêu chí **.Ví dụ: công thức sau đây sẽ chọn tất cả các ô trong phạm vi `A1: A10` có chứa giá trị" Apple "," Orange "hoặc" Pear ":

`` `
= Hoặc (A1 = "Apple", A1 = "Orange", A1 = "Pear")
`` `

** Điều kiện hoặc điều kiện là một công cụ mạnh mẽ có thể được sử dụng để nhanh chóng và dễ dàng chọn các ô đáp ứng nhiều tiêu chí. **

## hashtags

* #Excel
* #Formulas
* Định dạng #Conditional
* #Phân tích dữ liệu
* #data Trực quan hóa
=======================================
## Lesson 115: Condition OR in Excel

**What is the OR condition in Excel?**

The OR condition in Excel allows you to select cells that meet **any** of the criteria you specify. For example, you could use the OR condition to select all cells in a range that contain the value "Apple" or "Orange".

**How to use the OR condition in Excel?**

To use the OR condition in Excel, you can use the following syntax:

```
=OR(logical_expression1, logical_expression2)
```

where:

* `logical_expression1` is the first criteria you want to check
* `logical_expression2` is the second criteria you want to check

For example, the following formula would select all cells in the range `A1:A10` that contain the value "Apple" or "Orange":

```
=OR(A1="Apple", A1="Orange")
```

**You can also use the OR condition with multiple criteria**. For example, the following formula would select all cells in the range `A1:A10` that contain the value "Apple", "Orange", or "Pear":

```
=OR(A1="Apple", A1="Orange", A1="Pear")
```

**The OR condition is a powerful tool that can be used to quickly and easily select cells that meet multiple criteria.**

## Hashtags

* #Excel
* #Formulas
* #Conditional formatting
* #data analysis
* #data visualization
 
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