In the current business transactions, there is essential information that you often retrieve from customers, namely their full names and phone numbers. Therefore, in this guide, SoftwareTips.com will instruct you to create a simple customer code based on these data points.

Để làm được điều đó, ta sử dụng ký tự nối & kèm theo các hàm LEFT, MID và FIND.
Trong đó ký tự nối & sẽ giúp các bạn nối các chuỗi ký tự với nhau và ta sẽ nối chuỗi tạo mã bằng cách nối chữ cái đầu tiên của họ, chữ cái đầu tiên của tên và cuối cùng là chuỗi số điện thoại.
Here is the formula we use:
=LEFT(name parameter,1)&MID(name parameter,FIND(“ ”,name parameter)+1),1)&phone number parameter

You can easily copy these customer code creation formulas below.

We can clearly see the three components forming the customer code above. With the LEFT function, we extract the first letter of the last name, using the MID function, we extract the first letter of the first name, and finally, we concatenate the phone number data.

In this tutorial, we explore the method of crafting customer code lists in Excel. Our guide, provided by TechTipsSoftware.com, concludes here. We trust that our straightforward technique has resolved any quandaries regarding customer code list creation. Wishing you all successful implementation!
