Manage goods with Data Validation in Excel very well

Today TipsMake will guide you a great excel trick that is managing goods by applying Data Validation function in excel

Video link:  https://www.youtube.com/watch?v=qFqD3G-wayE

Introducing goods management tips with Data Validation in Excel

Today I will guide you a trick of managing goods by applying Data Validation function in excel very well!First let me give the example you have a warehouse to manage in the following manner:

 

Manage goods with Data Validation in Excel very well Picture 1

 

For example, you have a warehouse tracking table with 3 columns: "Product type", "Product life", "Product status".To manage professionally, you need to do the following to apply the Data Validation function in excel.
- Select in the "Product type" column, we just select in a drop-down menu, just click based on a list of available products, avoiding manual data entry errors. For example, a list of products of iphone 6, iphone 7, iphone 1000, sony z3 z5, .
- In the "Product lifetime" column, we need a corresponding drop-down menu but will have to meet a condition that is consistent with the "Product type" column.For example, in the product category column is iphone, then in the product life column, the drop down menu will only appear for the corresponding iPhone product generations, for example iphone 100, iphone 1000, .

- In the column "Product status" only need to have 2 types "in stock" and "out of stock" for all different products.

To do this, first you need to create a table as in the above example and follow these steps to apply the Data Validation function in excel.

 

1. Name the data areas to be included in the Data Validation in excel to manage

Depending on how many regions you need to name the data, here we have areas such as "Product type", "Product status", "iPhone", "Sony", etc. Should create a separate sheet of many different lists for convenient management ofExcel's Data Validation function

 

- Step 1: Create a data area named "Loaisanpham" to represent different types of products, for example.The purpose of this is to put that "Loaisanpham" area in the "Product type" column to selectthe Data Validation function inexcel.For example:

Iphone
sony
Samsung
LG
Oppo
FPT

You scan the area of ​​the product you just created and right-click, select "Name a Range", name it "Loaisanpham"

 

- Step 2: Create a data area named "ip" to represent the product life - different iphone models, "sn" to represent different sony models, and the rest depends on you.The purpose of this is to put the "ip" and "sn" fields in the "Product Life" column to selectthe Data Validation function inexcel.For example:

iphone 6
iphone 7
iphone 1000

sony z3
sony z5
sony zzz

haven't done 1 yet
haven't done 2 yet
haven't done 3 yet
haven't done 4 yet
not done yet 5
not done yet 6

-> You scan the life of the product just created and right click, select "Name a Range", name it "ip" for the iphone area and "sn" for the sony region, other regions depending on you .

 

- Step 3: Create a data area named "tinhtrang" to indicate the product availability or stock status. The purpose of this is to include the "in stock" and "out of stock" areas in the "Product status" column to select the Data Validation function in ex cel . For example:

stocking
Out of stock

- >> here we just need to name the data area as "tinhtrang"

 

Manage goods with Data Validation in Excel very well Picture 2

 

2. Create the Data Validation function in excel with name ranges

- Step 1: Column "Product type" we highlight all and select Data - Data Validation .In the Allow select "List", the source we write the name of the data area we put in part 1. Here we will write is "= Loaisanpham" -> check the resultsof the Data Validation function inexcel.

 

- Step 2: In the "Product life" column, highlight all and select Data - Data Validation . In the Allow section select " List ", the source part here you have to write an if function to meet the conditions "in accordance with the" Product type "column. For example, in the product type column is iphone, the side of the column Product Life The drop down menu will only appear for corresponding iPhone models, for example iPhone 100, iPhone 1000, . "
- Based on what you do in part 1, step 2 that you write the function, here I will use the if function with the following syntax:

= if (b6 = "iphone", ip, if (b6 = "sony", sn, chualam))

ip here is the name of the iphone product life zone data, similar to sn is the name of the data area of ​​sony product lifetime, chualam is the remaining data areas.
-> Enjoy the resultsof the Data Validation function in excel

- Step 3: In the "Product status" column, implementation is quite simple, like step 1: we highlight all and select Data - Data Validation.In the Allow select "List", the source we write the name of the data area we put in part 1. Here we will write is "= tinhtrang"

----> check the resultof the Data Validation function inexcel

4 ★ | 1 Vote

May be interested

  • Distinguish old technology items, phones like new, build goods, fake goods, warranty returnsDistinguish old technology items, phones like new, build goods, fake goods, warranty returns
    in the market there are many new types and goods, not everyone has the conditions to buy new items 100%, so the market of old goods, goods ... always crowded and bustling. today tipsmake.com will mention a problem that is probably quite a lot of interest when we decide to spend money to buy a certain technology theme, such as smartphone, camera, play machine games, computers, laptops ...
  • New points in Microsoft Office Excel 2007New points in Microsoft Office Excel 2007
    with a new results-oriented user interface. microsoft office excel 2007 provides rich tools with many features that you can use to analyze, share and manage data easily.
  • How to create a table and insert a table in Excel?How to create a table and insert a table in Excel?
    for better data management in excel, creating tables for excel data is essential. you can easily search, calculate, manage and analyze data ... but the way to create tables is very simple, so you can quickly create tables in the
  • Summary of 50 Excel shortcuts you should know by 2023Summary of 50 Excel shortcuts you should know by 2023
    microsoft excel is widely used globally for data storage and analysis. although there are many new data analysis tools on the market, excel is still the go-to product for working with data. it has many built-in features, making it easier for you to organize your data.
  • Detailed instructions on how to graph in excelDetailed instructions on how to graph in excel
    the article will help you learn how to graph in excel and help you manage the data you have.
  • How to create an Excel table, insert a table in ExcelHow to create an Excel table, insert a table in Excel
    in order to manage data more clearly in excel, you can create excel data tables and enter content and data into tables.
  • How to import data from photos into ExcelHow to import data from photos into Excel
    on the office 365 version, users can already import data from photos into excel for immediate use without having to find some data extraction tools from photos. users can extract data from photos into excel with saved images or from screenshots.
  • Tips with spreadsheets (sheet) in ExcelTips with spreadsheets (sheet) in Excel
    in excel spreadsheets to manage excel data using sheet tabs, you can easily add, delete, rename or customize the settings as you like for the worksheets in excel worksheet. here are some basic tips when working with sheets in e
  • The way to color alternating columns in Excel is extremely simpleThe way to color alternating columns in Excel is extremely simple
    to be easier to see and manage excel data in each column, please read how to color alternating columns in excel specifically by following the steps below!
  • Schema validation in Node.js using JoiSchema validation in Node.js using Joi
    securing the application by validating data at the query level with the joi validation library is very simple. here is a detailed guide on how to validate schema in node.js using joi.