tunglamelizabeth
New member
** Sử dụng hàm iferror trong excel để trả về kết quả thay thế khi công thức bị lỗi **
** Tham gia kênh Telegram của thủ thuật
** Cách sử dụng hàm iferror trong excel **
1. Ví dụ: Excel trả về `#Div/0!` Lỗi khi công thức cố gắng chia số cho 0.
`` `
= Iferror (1/0, "không thể chia cho 0")
`` `
2. Nếu công thức trả về một lỗi, hàm ifError bên dưới sẽ trả về một nội dung bạn muốn.
`` `
= Iferror (vlookup (a1, a2: b2, 2, false), "không tìm thấy")
`` `
3. Nếu công thức không lỗi, hàm iferror chỉ trả về kết quả của công thức.
** Ví dụ 2: Sử dụng iferror với vlookup **
4. Ví dụ: Excel trả về `#N/A` Lỗi khi hàm VLookup không thể tìm thấy kết quả phù hợp.
`` `
= Iferror (vlookup (a1, a2: b2, 2, false), "không tìm thấy")
`` `
5. Nếu chức năng VLOOKUP cho kết quả, hàm ifError bên dưới trả về nội dung bạn muốn.
`` `
= Iferror (vlookup (a1, a2: b2, 2, false), "không tìm thấy")
`` `
6. Nếu hàm VLookup không bị lỗi, hàm iferror chỉ trả về kết quả của hàm VLookup.
** Lưu ý: ** Chức năng iferror bắt các lỗi sau: `#Div/0!`, `#N/A`,` #Value! `,` #Ref!Ví dụ: hàm iferror được hiển thị ở trên cũng bắt được `#name?` Nếu bạn vô tình viết sai chính tả từ Vlookup.
** Ngoài ra, bạn cũng có thể xem nhiều hướng dẫn Excel khác ở đây. **
** Bài viết: 5/5 - (100 phiếu) **
** Thẻ: ** #Excel #ExcelFormula #ErrorHandling #Office #study
=======================================
**Use the IFERROR function in Excel to return the replacement results when the formula is defective**
**Join the Telegram channel of Tricksmmo** **[Link](https://t.me/trickmmo)**
**How to use the IFERROR function in Excel**
1. For example, Excel returns `#DIV/0!` error when a formula tries to divide a number by 0.
```
=IFERROR(1/0, "Cannot divide by 0")
```
2. If the formula returns an error, the IFERROR function below returns a content you want.
```
=IFERROR(VLOOKUP(A1, A2:B2, 2, FALSE), "Not found")
```
3. If the formula does not error, the IFERROR function only returns the results of the formula.
**Example 2: Use IFERROR with VLOOKUP**
4. For example, Excel returns `#N/A` error when the VLOOKUP function cannot find the right results.
```
=IFERROR(VLOOKUP(A1, A2:B2, 2, FALSE), "Not found")
```
5. If the VLOOKUP function gives the result, the IFERROR function below returns the content you want.
```
=IFERROR(VLOOKUP(A1, A2:B2, 2, FALSE), "Not found")
```
6. If the VLOOKUP function is not faulty, the IFERROR function only returns the results of the VLOOKUP function.
**Note:** The IFERROR function catches the following errors: `#DIV/0!`, `#N/A`, `#VALUE!`, `#REF!`, and `#NULL!`. For example, the IFERROR function displayed above also catches `#NAME?` if you accidentally write misspelled from VLOOKUP.
**In addition, you can also see many other Excel tutorials here.**
**Posts: 5/5 - (100 votes)**
**Tags:** #Excel #ExcelFormula #ErrorHandling #Office #study
** Tham gia kênh Telegram của thủ thuật
** Cách sử dụng hàm iferror trong excel **
1. Ví dụ: Excel trả về `#Div/0!` Lỗi khi công thức cố gắng chia số cho 0.
`` `
= Iferror (1/0, "không thể chia cho 0")
`` `
2. Nếu công thức trả về một lỗi, hàm ifError bên dưới sẽ trả về một nội dung bạn muốn.
`` `
= Iferror (vlookup (a1, a2: b2, 2, false), "không tìm thấy")
`` `
3. Nếu công thức không lỗi, hàm iferror chỉ trả về kết quả của công thức.
** Ví dụ 2: Sử dụng iferror với vlookup **
4. Ví dụ: Excel trả về `#N/A` Lỗi khi hàm VLookup không thể tìm thấy kết quả phù hợp.
`` `
= Iferror (vlookup (a1, a2: b2, 2, false), "không tìm thấy")
`` `
5. Nếu chức năng VLOOKUP cho kết quả, hàm ifError bên dưới trả về nội dung bạn muốn.
`` `
= Iferror (vlookup (a1, a2: b2, 2, false), "không tìm thấy")
`` `
6. Nếu hàm VLookup không bị lỗi, hàm iferror chỉ trả về kết quả của hàm VLookup.
** Lưu ý: ** Chức năng iferror bắt các lỗi sau: `#Div/0!`, `#N/A`,` #Value! `,` #Ref!Ví dụ: hàm iferror được hiển thị ở trên cũng bắt được `#name?` Nếu bạn vô tình viết sai chính tả từ Vlookup.
** Ngoài ra, bạn cũng có thể xem nhiều hướng dẫn Excel khác ở đây. **
** Bài viết: 5/5 - (100 phiếu) **
** Thẻ: ** #Excel #ExcelFormula #ErrorHandling #Office #study
=======================================
**Use the IFERROR function in Excel to return the replacement results when the formula is defective**
**Join the Telegram channel of Tricksmmo** **[Link](https://t.me/trickmmo)**
**How to use the IFERROR function in Excel**
1. For example, Excel returns `#DIV/0!` error when a formula tries to divide a number by 0.
```
=IFERROR(1/0, "Cannot divide by 0")
```
2. If the formula returns an error, the IFERROR function below returns a content you want.
```
=IFERROR(VLOOKUP(A1, A2:B2, 2, FALSE), "Not found")
```
3. If the formula does not error, the IFERROR function only returns the results of the formula.
**Example 2: Use IFERROR with VLOOKUP**
4. For example, Excel returns `#N/A` error when the VLOOKUP function cannot find the right results.
```
=IFERROR(VLOOKUP(A1, A2:B2, 2, FALSE), "Not found")
```
5. If the VLOOKUP function gives the result, the IFERROR function below returns the content you want.
```
=IFERROR(VLOOKUP(A1, A2:B2, 2, FALSE), "Not found")
```
6. If the VLOOKUP function is not faulty, the IFERROR function only returns the results of the VLOOKUP function.
**Note:** The IFERROR function catches the following errors: `#DIV/0!`, `#N/A`, `#VALUE!`, `#REF!`, and `#NULL!`. For example, the IFERROR function displayed above also catches `#NAME?` if you accidentally write misspelled from VLOOKUP.
**In addition, you can also see many other Excel tutorials here.**
**Posts: 5/5 - (100 votes)**
**Tags:** #Excel #ExcelFormula #ErrorHandling #Office #study