Share Bài 162: Cách sử dụng hàm INDIRECT trong Excel

E #Excel #Indirect #Function #Reference Phạm vi #named Phạm vi #WorkSheet tham chiếu ## Cách sử dụng chức năng gián tiếp trong Excel

Hàm gián tiếp trong Excel chuyển đổi một chuỗi văn bản thành một tham chiếu hợp lệ.Bạn có thể sử dụng & toán tử để tạo chuỗi văn bản.

## Ví dụ

Công thức sau sử dụng hàm gián tiếp để trả về giá trị của ô D1:

`` `
= Gián tiếp (A1)
`` `

Hàm gián tiếp chuyển đổi chuỗi văn bản "D1" thành một tham chiếu hợp lệ, do đó công thức trả về giá trị của ô D1.

## Phạm vi tham chiếu

Bạn cũng có thể sử dụng chức năng gián tiếp để trả về một phạm vi tham chiếu.Ví dụ: công thức sau sử dụng hàm gián tiếp để trả về phạm vi D3: D6:

`` `
= Sum (gián tiếp ("d3: d6")))
`` `

Hàm gián tiếp chuyển đổi chuỗi văn bản "D3: D6" thành phạm vi tham chiếu hợp lệ, do đó công thức trả về tổng của các giá trị trong phạm vi D3: D6.

## Phạm vi được đặt tên

Bạn cũng có thể sử dụng chức năng gián tiếp để trả về một phạm vi được đặt tên.Ví dụ: công thức sau sử dụng hàm gián tiếp để trả về giá trị của phạm vi được đặt tên là "điểm":

`` `
= Gián tiếp ("điểm")
`` `

Hàm gián tiếp chuyển đổi chuỗi văn bản "điểm" thành một tham chiếu hợp lệ sang phạm vi được đặt tên, do đó công thức trả về giá trị của phạm vi "điểm".

## Tài liệu tham khảo bảng tính

Bạn cũng có thể sử dụng chức năng gián tiếp để trả về một tham chiếu đến một ô trên một bảng tính khác.Ví dụ: công thức sau sử dụng hàm gián tiếp để trả về giá trị của ô A1 trên bảng tính "Sheet2":

`` `
= Gián tiếp ("Sheet2! A1")
`` `

Hàm gián tiếp chuyển đổi chuỗi văn bản "Sheet2! A1" thành một tham chiếu hợp lệ đến ô A1 trên bảng tính "Sheet2", do đó công thức trả về giá trị của ô A1 trên bảng tính "Sheet2".

## thêm ví dụ

Bạn có thể tìm thấy thêm các ví dụ về cách sử dụng chức năng gián tiếp trong Excel trên các trang sau:

* [Cách sử dụng chức năng gián tiếp để trả về một phạm vi tham chiếu] (https://www.excel-asy.com/examples/indirect-function-range.html)
* [Cách sử dụng chức năng gián tiếp để trả về một phạm vi được đặt tên] (https://www.excel-asy.com/examples/indirect-form
* [Cách sử dụng chức năng gián tiếp để trả về tham chiếu đến một bảng tính khác] (https://www.excel-asy.com/examples/indirect-function-worksheet-reference.html)

## Phần kết luận

Hàm gián tiếp là một công cụ mạnh mẽ có thể được sử dụng để trả về nhiều tài liệu tham khảo trong Excel.Bằng cách hiểu cách sử dụng hàm gián tiếp, bạn có thể mở rộng đáng kể chức năng của bảng tính của mình.

## thẻ

* Excel
* Hàm gián tiếp
* Phạm vi tham chiếu
* Phạm vi được đặt tên
* Tham khảo bảng tính
=======================================
e #Excel #Indirect #Function #Reference Range #named Range #WorkSheet Reference ## How to use the Indirect function in Excel

The Indirect function in Excel converts a text string into a valid reference. You can use the & operator to create a text string.

## Example

The following formula uses the Indirect function to return the value of cell D1:

```
= INDIRECT(A1)
```

The Indirect function converts the text string "D1" into a valid reference, so the formula returns the value of cell D1.

## Reference range

You can also use the Indirect function to return a reference range. For example, the following formula uses the Indirect function to return the range D3:D6:

```
= SUM(INDIRECT("D3:D6"))
```

The Indirect function converts the text string "D3:D6" into a valid reference range, so the formula returns the sum of the values in the range D3:D6.

## Named range

You can also use the Indirect function to return a named range. For example, the following formula uses the Indirect function to return the value of the named range "Scores":

```
= INDIRECT("Scores")
```

The Indirect function converts the text string "Scores" into a valid reference to the named range, so the formula returns the value of the named range "Scores".

## Worksheet reference

You can also use the Indirect function to return a reference to a cell on another worksheet. For example, the following formula uses the Indirect function to return the value of cell A1 on worksheet "Sheet2":

```
= INDIRECT("Sheet2!A1")
```

The Indirect function converts the text string "Sheet2!A1" into a valid reference to cell A1 on worksheet "Sheet2", so the formula returns the value of cell A1 on worksheet "Sheet2".

## More examples

You can find more examples of how to use the Indirect function in Excel on the following pages:

* [How to use the Indirect function to return a reference range](https://www.excel-easy.com/examples/indirect-function-range.html)
* [How to use the Indirect function to return a named range](https://www.excel-easy.com/examples/indirect-function-named-range.html)
* [How to use the Indirect function to return a reference to another worksheet](https://www.excel-easy.com/examples/indirect-function-worksheet-reference.html)

## Conclusion

The Indirect function is a powerful tool that can be used to return a variety of references in Excel. By understanding how to use the Indirect function, you can greatly extend the functionality of your spreadsheets.

## Tags

* Excel
* Indirect function
* Reference range
* Named range
* Worksheet reference
 
Join Telegram ToolsKiemTrieuDoGroup
Back
Top