Bài 192: Cách tìm chẵn lẻ trong Excel

happyrabbit663

New member
## Làm thế nào để tìm các số chẵn trong Excel

Excel có một số cách để tìm số chẵn.Đây là ba phương pháp:

1. ** Sử dụng hàm ** Tìm ** **. ** Hàm ** Tìm ** có thể được sử dụng để tìm kiếm một giá trị cụ thể trong một loạt các ô.Để sử dụng chức năng ** Tìm **, hãy nhập công thức sau vào ô:

`` `
= Tìm ("chẵn", phạm vi)
`` `

Trong đó `Range` là phạm vi của các ô bạn muốn tìm kiếm.Hàm ** find ** sẽ trả về vị trí của sự xuất hiện đầu tiên của giá trị tìm kiếm trong phạm vi.Nếu không tìm thấy giá trị tìm kiếm, hàm ** find ** sẽ trả về giá trị `-1`.

2. ** Sử dụng chức năng ** bộ lọc ** **. ** Chức năng ** bộ lọc ** có thể được sử dụng để lọc một loạt các ô dựa trên một tiêu chí nhất định.Để sử dụng chức năng ** bộ lọc **, hãy nhập công thức sau vào ô:

`` `
= Bộ lọc (phạm vi, tiêu chí)
`` `

Trong đó `Range` là phạm vi của các ô bạn muốn lọc và` Tiêu chí 'là tiêu chí bạn muốn sử dụng để lọc các ô.Hàm bộ lọc ** ** sẽ trả về một loạt các ô mới chỉ chứa các ô đáp ứng các tiêu chí.

3. ** Sử dụng hàm ** chẵn ** **. ** Hàm ** chẵn ** có thể được sử dụng để trả về số chẵn tiếp theo sau một số đã cho.Để sử dụng hàm ** chẵn **, hãy nhập công thức sau vào ô:

`` `
= Chẵn (số)
`` `

Trong đó `Số` là số bạn muốn tìm số chẵn tiếp theo sau.Hàm ** chẵn ** sẽ trả về số chẵn tiếp theo sau số bạn đã chỉ định.

## ví dụ

Dưới đây là một số ví dụ về cách tìm các số chẵn trong Excel:

1. Để tìm tất cả các số chẵn trong phạm vi A1: A10, bạn có thể sử dụng công thức sau:

`` `
= Tìm ("chẵn", A1: A10)
`` `

Công thức này sẽ trả về vị trí của lần xuất hiện đầu tiên của từ "thậm chí" trong phạm vi A1: A10.Nếu không có số chẵn trong phạm vi, công thức sẽ trả về giá trị `-1`.

2. Để lọc phạm vi A1: A10 để chỉ hiển thị các số chẵn, bạn có thể sử dụng công thức sau:

`` `
= Filter (A1: A10, "chẵn")
`` `

Công thức này sẽ trả về một loạt các ô mới chỉ chứa các số chẵn từ phạm vi ban đầu.

3. Để tìm số chẵn tiếp theo sau 10, bạn có thể sử dụng công thức sau:

`` `
= Chẵn (10)
`` `

Công thức này sẽ trả về giá trị 12, là số chẵn tiếp theo sau 10.

## hashtags

* #Excel
* #find số chẵn
* #Lọc
* #Hàm chẵn
* Mẹo #Excel
=======================================
## How to Find Even Numbers in Excel

Excel has a number of ways to find even numbers. Here are three methods:

1. **Use the **Find** function**.** The **Find** function can be used to search for a specific value in a range of cells. To use the **Find** function, type the following formula into a cell:

```
=FIND("even", range)
```

where `range` is the range of cells you want to search. The **Find** function will return the position of the first occurrence of the search value in the range. If the search value is not found, the **Find** function will return a value of `-1`.

2. **Use the **Filter** function**.** The **Filter** function can be used to filter a range of cells based on a certain criteria. To use the **Filter** function, type the following formula into a cell:

```
=FILTER(range, criteria)
```

where `range` is the range of cells you want to filter and `criteria` is the criteria you want to use to filter the cells. The **Filter** function will return a new range of cells that only contains the cells that meet the criteria.

3. **Use the **EVEN** function**.** The **EVEN** function can be used to return the next even number after a given number. To use the **EVEN** function, type the following formula into a cell:

```
=EVEN(number)
```

where `number` is the number you want to find the next even number after. The **EVEN** function will return the next even number after the number you specified.

## Examples

Here are some examples of how to find even numbers in Excel:

1. To find all the even numbers in the range A1:A10, you could use the following formula:

```
=FIND("even", A1:A10)
```

This formula would return the position of the first occurrence of the word "even" in the range A1:A10. If there are no even numbers in the range, the formula would return a value of `-1`.

2. To filter the range A1:A10 to only show the even numbers, you could use the following formula:

```
=FILTER(A1:A10, "even")
```

This formula would return a new range of cells that only contains the even numbers from the original range.

3. To find the next even number after 10, you could use the following formula:

```
=EVEN(10)
```

This formula would return the value 12, which is the next even number after 10.

## Hashtags

* #Excel
* #find even numbers
* #Filter
* #EVEN function
* #Excel tips
 
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