Share Bài 69: Cách tạo mã sản phẩm trong Excel

Mã ** Cách ngăn người dùng nhập mã sản phẩm không chính xác vào Excel **

Bạn có muốn ngăn người dùng nhập mã sản phẩm không chính xác vào Excel không?Trong bài viết này, tôi sẽ chỉ cho bạn cách sử dụng xác thực dữ liệu để làm điều đó.

** Bước 1: Chọn phạm vi của các ô mà bạn muốn áp dụng xác thực dữ liệu. **

** Bước 2: ** Trên tab Dữ liệu ** **, trong nhóm ** Công cụ dữ liệu **, nhấp vào ** Xác thực dữ liệu **.

** Bước 3: ** Trong ** Cho phép ** Danh sách thả xuống, chọn ** Tùy chỉnh **.

** Bước 4: ** Trong trường công thức ** **, nhập công thức sau:

`` `
= Và (trái (a2) = "c", len (a2) = 4, isnumber (giá trị (phải (a2,3)))))
`` `

Công thức này đảm bảo rằng mã sản phẩm bắt đầu bằng chữ "C", dài 4 ký tự và kết thúc với 3 số.

** Bước 5: ** Nhấp vào ** OK **.

Bây giờ, khi người dùng cố gắng nhập mã sản phẩm không chính xác, họ sẽ nhận được thông báo lỗi.

** Để thay đổi thông báo lỗi, ** Chuyển đến thông báo ** đầu vào ** và ** Các tab Cảnh báo lỗi ** trong hộp thoại Xác thực dữ liệu ** **.

** Dưới đây là một số tài nguyên bổ sung mà bạn có thể thấy hữu ích: **

* [Cách sử dụng xác thực dữ liệu trong Excel] (https://support.microsoft.com/en-us...in-excel-f0e561d9-9045-406e-B695-1872768f8b2d)
* [Cách tạo mã sản phẩm trong Excel] (https://www.exceljet.net/formula/create-product-code-in-excel)
* [Cách ngăn người dùng nhập các ô trống vào Excel] (https://www.extendoffice.com/document/excel/4164-excel-prevent-users-from-enter-blank-cell.html)
=======================================
code **How to prevent users from entering inaccurate product codes in Excel**

Do you want to prevent users from entering inaccurate product codes in Excel? In this article, I will show you how to use data validation to do just that.

**Step 1: Select the range of cells where you want to apply data validation.**

**Step 2:** On the **Data** tab, in the **Data Tools** group, click **Data Validation**.

**Step 3:** In the **Allow** drop-down list, select **Custom**.

**Step 4:** In the **Formula** field, enter the following formula:

```
=AND(LEFT(A2)="C",LEN(A2)=4,ISNUMBER(VALUE(RIGHT(A2,3))))
```

This formula ensures that the product code starts with the letter "C", is 4 characters long, and ends with 3 numbers.

**Step 5:** Click **OK**.

Now, when users try to enter an inaccurate product code, they will receive an error message.

**To change the error message,** go to the **Input Message** and **Error Alert** tabs in the **Data Validation** dialog box.

**Here are some additional resources that you may find helpful:**

* [How to use data validation in Excel](https://support.microsoft.com/en-us/office/use-data-validation-to-specify-criteria-for-data-entry-in-excel-f0e561d9-9045-406e-b695-1872768f8b2d)
* [How to create a product code in Excel](https://www.exceljet.net/formula/create-product-code-in-excel)
* [How to prevent users from entering blank cells in Excel](https://www.extendoffice.com/documents/excel/4164-excel-prevent-users-from-entering-blank-cells.html)
 
Join Telegram ToolsKiemTrieuDoGroup
Back
Top