Skip to main content

What is Data Validation In Microsoft Excel

How Data Validation Works In MS Excel.

Uses and explanation of "Data Validation” Function.

MS Excel formulas: Easiest way to understand Syntax and usage:

Explanation:
Data validation is a function or feature in Microsoft Excel to make your report effective and easy to use. Data Validation  provides a restriction to use the data or in the other words we can say it provides a limit or control of values that you have to select. Let suppose we have a report and we want to enter blood group of all staffs. In order to make report easy we can can set a limit of data to allow only blood groups like "A", "A+", "B", "B+", "O", "O+", "AB" ...... etc.
In example 1 we can see how set data validation limit. After select the data we don't need to write any thing, one drop down button will reflect with all blood groups.

Short Cut Key : Press  --   Alt + A+ V+ V
Follow the Link :
In MS Excel Go To >>> Data >>Click -  Data Validation >> Select - Data Validation >>
Data Validation popup select settings >>>> validation criteria
Allow select from list Click drop down button.
Source :  it is your data validation range (You have to prepare a separate data according to your report and requirements. In the given below example 1, we have prepared blood groups data to set a limit that will not allow  and as per your requirement)
Click ok ..

Example 1 - How to work Data Validation



Points To Be Remember:
We have to prepare a separate data to use in source column range to set a limit of data, For example as per current requirement we want only different blood group in column. You can see in example 1. we have prepared a separate data, the same data will reflect in blood group column as reflecting in below image. In the other words we can say that we have restricted the data, only blood groups are reflecting and we can select by drop down button.



We can not enter anything apart from defined blood groups. It is an easy way to make your reporting effective.



Please comment for more excel query or any suggestions.
Thanks for your time...




Comments

Popular posts from this blog

Top 10 Job Oriented Certificate Courses

Hello Friends and students. Life is very fast these days and we want some shortcut to become successful in our life. Maximum students want to get a job as soon as possible after completing their studies. Here we will suggest the top 10 job-oriented certificate courses. 1 - Project Management Professional (PMP) Certification: Globally, industries greatly value project management professional certification. It gives you the ability to manage projects successfully, including team leadership, planning, execution, and monitoring. After this course, you can handle big projects or you can assist the senior also. For All Details Click Here 2 - Certified Data Scientist: Making informed business decisions requires data science. This certification prepares you to analyze and interpret complicated data by covering statistics, machine learning, data visualization, and programming abilities. Data scientist is the most demanding course during this period. If you are good to play with huge databases a...

How To Use "LEFT" & “ RIGHT" Formulas in MS Excel.

Uses and explanation of "LEFT" & “ RIGHT Formulas. MS Excel formulas: Easiest way to understand Syntax and usage : Formula:  A: "RIGHT”     B:   “LEFT” =RIGHT(Text,[num_chars]) Explanation:    RIGHT formula is used to split the value inside the cell. In a cell we have a name like "John Abraham", but we don't need the full name, as per client requirement, we want only last name from the tab. In this case, we can use Right formula in MS Excel. Example:   Let suppose we have the name “Mark Henry” in a cell A:1. We would like to take only “Henry” from the cell. See below, how can we pull the last name by the RIGHT formula.  =RIGHT ( E9 , 6 ) You can see in the above table that we can separate Hanery name with using RIGHT formula. Name: Mark Hanery. Query:  We want to separate the last name only.  Formula = Right(E9,6)  Result: Hanery E9 is the cell reference and 6 is the number of...

How To Use Microsoft Excel Formula "CONCATENATE"

Use of  "CONCATENATE" Formula Formula :  " CONCATENATE ” In Microsoft Excel, CONCATENATE is a function, by which we can join two or more strings into a single cell. It can be used to combine text strings, numbers, or cell references, and can be useful for creating longer strings of text or for formatting data in a specific way. The syntax for the CONCATENATE function is as follows: =CONCATENATE (TEX1,TEX2, TEX3, TEX4 ................) Explanation: CONCATENATE is a very useful function in Microsoft Excel. We can join up to 30 texts together at a time. We can use CONCATENATE within the sheet, different sheets, and different workbooks. Let's suppose we have huge data with employees' names and we want to add Mr. Ms. Miss etc, before the names. It is not easy and time consuming to add Mr. or Miss. one by one. But there is a formula named CONCATENATE, could help to reduce time taking work do your work easily and very quickly. In order to understand ...