Share Bài 197: Tham chiếu vòng tròn trong Excel

orangegoose693

New member
Tham khảo trong Excel ** Tham khảo tròn trong Excel **

** Tham chiếu tròn ** xảy ra khi một công thức trực tiếp hoặc gián tiếp đề cập đến các ô của chính nó.

** Tham khảo vòng tròn trực tiếp ** xảy ra khi một công thức trực tiếp đề cập đến các ô của chính nó.Ví dụ, công thức trong ô A3 bên dưới trực tiếp đề cập đến ô của chính nó (A3).

`` `
= A3
`` `

Khi bạn nhấn Enter, Excel sẽ hiển thị thông báo lỗi:

`` `
Tham chiếu tròn được phát hiện
`` `

** Tham chiếu tròn gián tiếp ** xảy ra khi một công thức gián tiếp đề cập đến các tế bào của chính nó.Ví dụ, công thức sau trong ô D2 gián tiếp đề cập đến tế bào của chính nó (D2).

`` `
= Sum (d2, c5)
`` `

Tế bào C5 đề cập đến tế bào F4 và tế bào F4 đề cập trở lại tế bào D2.

Khi bạn nhấn Enter, Excel sẽ hiển thị thông báo lỗi:

`` `
Tham chiếu tròn được phát hiện
`` `

** Cách tìm tài liệu tham khảo tròn **

Bạn có thể tìm thấy các tài liệu tham khảo tròn trong Excel bằng các phương thức sau:

*** Sử dụng công cụ kiểm tra lỗi: ** trên tab ** Công thức **, trong nhóm ** Kiểm toán công thức **, nhấp vào nút ** SECECKING ** và sau đó nhấp vào ** Tài liệu tham khảo tròn **.Excel sẽ hiển thị một danh sách tất cả các tài liệu tham khảo tròn trong sổ làm việc của bạn.
*** Sử dụng thanh trạng thái **: ** Thanh trạng thái ở dưới cùng của cửa sổ Excel sẽ hiển thị một thông báo nếu có bất kỳ tài liệu tham khảo tròn nào trong sổ làm việc của bạn.
*** Sử dụng các tiền lệ ** Trace ** và ** Người phụ thuộc theo dõi ** Công cụ: ** Những công cụ này có thể giúp bạn xác định các ô có liên quan đến tham chiếu tròn.

** Cách khắc phục các tài liệu tham khảo tròn **

Để sửa một tham chiếu tròn, bạn cần loại bỏ hình tròn.Điều này có thể được thực hiện bằng cách thay đổi công thức trong một trong các ô liên quan đến tham chiếu tròn.Ví dụ: trong ví dụ trên, bạn có thể thay đổi công thức trong ô D2 thành:

`` `
= Sum (d2, c5, f4)
`` `

Công thức này sẽ không còn gây ra một tham chiếu tròn vì nó không đề cập đến trực tiếp tế bào D2.

** Tài nguyên bổ sung **

* [Tài liệu tham khảo tròn trong Excel] (https://support.microsoft.com/en-us...-in-excel-16902448-0435-46b0-b0e6-b23840a3654)
* [Cách khắc phục các tài liệu tham khảo tròn trong Excel] (500 Excel Formulas)

** Thẻ: ** #Excel #CircularReference #ExcelFormula #ExcelError
=======================================
reference in excel **Circular reference in Excel**

**Circular reference** occurs when a formula directly or indirectly refers to its own cells.

**Direct circular reference** occurs when a formula directly refers to its own cells. For example, the formula in cell A3 below directly refers to its own cell (A3).

```
=A3
```

When you press Enter, Excel will display an error message:

```
Circular reference detected
```

**Indirect circular reference** occurs when an indirect formula refers to its own cells. For example, the following formula in cell D2 indirectly refers to its own cell (D2).

```
=SUM(D2, C5)
```

Cell C5 refers to cell F4, and cell F4 refers back to cell D2.

When you press Enter, Excel will display an error message:

```
Circular reference detected
```

**How to find circular references**

You can find circular references in Excel using the following methods:

* **Use the Error Checking tool:** On the **Formulas** tab, in the **Formula Auditing** group, click the **Error Checking** button and then click **Circular References**. Excel will display a list of all circular references in your workbook.
* **Use the **Status bar:** The status bar at the bottom of the Excel window will display a message if there are any circular references in your workbook.
* **Use the **Trace Precedents** and **Trace Dependents** tools:** These tools can help you identify the cells that are involved in a circular reference.

**How to fix circular references**

To fix a circular reference, you need to remove the circularity. This can be done by changing the formula in one of the cells involved in the circular reference. For example, in the example above, you could change the formula in cell D2 to:

```
=SUM(D2, C5, F4)
```

This formula will no longer cause a circular reference because it does not refer to cell D2 directly.

**Additional resources**

* [Circular references in Excel](https://support.microsoft.com/en-us/office/circular-references-in-excel-16902448-0435-46b0-b0e6-b23840a36554)
* [How to fix circular references in Excel](https://www.exceljet.net/formulas/circular-references-in-excel)

**Tags:** #Excel #CircularReference #ExcelFormula #ExcelError
 
Join Telegram ToolsKiemTrieuDoGroup
Back
Top