Bài 160: Tra cứu bên trái trong Excel

## Bài 160: Nhìn lên bên trái ở Excel

#Excel
#Tra cứu
#VLookup
#Bên trái
#dữ liệu

** Cách nhìn lên bên trái trong Excel **

Trong Excel, bạn có thể sử dụng chức năng VLOOKUP để tra cứu các giá trị từ bảng hoặc phạm vi ô.Theo mặc định, VLOOKUP tìm kiếm giá trị trong cột ngoài cùng bên trái của bảng và trả về giá trị trong cùng một hàng từ cột bạn chỉ định.

Tuy nhiên, điều gì sẽ xảy ra nếu bạn muốn tìm kiếm một giá trị trong một cột không phải là cột ngoài cùng bên trái thì sao?Trong trường hợp này, bạn có thể sử dụng chức năng ** Tra cứu **.

Hàm ** Tra cứu ** có cú pháp sau:

`` `
= Tra cứu (Lookup_Value, Lookup_array, return_array, [match_type])
`` `

*** Lookup_Value ** là giá trị bạn muốn tra cứu.
*** Lookup_array ** là phạm vi của các ô chứa các giá trị bạn muốn tra cứu.
*** return_array ** là phạm vi của các ô chứa các giá trị bạn muốn trả về.
*** match_type ** là một đối số tùy chọn chỉ định cách giá trị tra cứu được khớp với các giá trị trong Lookup_array.Giá trị mặc định là 1, có nghĩa là cần phải có một trận đấu chính xác.

Để tìm kiếm một giá trị trong cột ngoài cùng bên trái của bảng, bạn có thể sử dụng chức năng VLOOKUP.Ví dụ: công thức sau đây sẽ tra cứu giá trị "Apple" trong cột "trái cây" của bảng và trả về giá trị trong cột "Giá":

`` `
= Vlookup ("Apple", "trái cây", 2)
`` `

Để tìm kiếm một giá trị trong một cột không phải là cột ngoài cùng bên trái, bạn có thể sử dụng hàm ** Tra cứu **.Ví dụ: công thức sau đây sẽ tra cứu giá trị "Apple" trong cột "Màu" của bảng và trả về giá trị trong cột "Giá":

`` `
= Tra cứu ("Apple", "Trái cây", "Giá")
`` `

Hàm ** Tra cứu ** là một công cụ mạnh mẽ có thể được sử dụng để nhanh chóng và dễ dàng tìm thấy các giá trị trong bảng hoặc phạm vi của ô.

## Tài nguyên bổ sung

* [Chức năng VLookup Excel] (https://support.microsoft.com/en-us/office/vlookup-function-9e514d32-e98e-4255-8361-000056b73433)
* [Chức năng tra cứu Excel] (https://support.microsoft.com/en-us/office/lookup-function-40233369-3f41-4017-88b1-53782129a31c)
=======================================
## Lesson 160: Look up on the left in Excel

#Excel
#Lookup
#VLookup
#left
#data

**How to Look Up on the Left in Excel**

In Excel, you can use the VLOOKUP function to look up values from a table or range of cells. By default, VLOOKUP searches for the value in the leftmost column of the table and returns the value in the same row from the column you specify.

However, what if you want to look up a value in a column that is not the leftmost column? In this case, you can use the **LOOKUP** function.

The **LOOKUP** function has the following syntax:

```
=LOOKUP(lookup_value, lookup_array, return_array, [match_type])
```

* **lookup_value** is the value you want to look up.
* **lookup_array** is the range of cells that contains the values you want to look up.
* **return_array** is the range of cells that contains the values you want to return.
* **match_type** is an optional argument that specifies how the lookup value is matched to the values in the lookup_array. The default value is 1, which means an exact match is required.

To look up a value in the leftmost column of a table, you can use the VLOOKUP function. For example, the following formula will look up the value "Apple" in the "Fruit" column of the table and return the value in the "Price" column:

```
=VLOOKUP("Apple", "Fruits", 2)
```

To look up a value in a column that is not the leftmost column, you can use the **LOOKUP** function. For example, the following formula will look up the value "Apple" in the "Color" column of the table and return the value in the "Price" column:

```
=LOOKUP("Apple", "Fruits", "Price")
```

The **LOOKUP** function is a powerful tool that can be used to quickly and easily find values in a table or range of cells.

## Additional Resources

* [Excel VLOOKUP Function](https://support.microsoft.com/en-us/office/vlookup-function-9e514d32-e98e-4255-8361-000056b73433)
* [Excel LOOKUP Function](https://support.microsoft.com/en-us/office/lookup-function-40233369-3f41-4017-88b1-53782129a31c)
 
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