Data validation is very important as it prevents bad data entry and thus saves time in data cleaning. Let us see how to prevent duplicates in data entry.

There 4 steps to building a good data validation:

  • Test your validation formula first
  • Select the area to apply the validation
  • Create the validation Using your formulas
  • Frequently Turn On the “Circle Invalid Data”

Bonus Data Validation:

How to ensure only valid emails are entered

Use this formula to test for valid email =ISNUMBER(FIND(“@”,C3))

  • FIND Function checks if there is the @ character in the cell and returns a number else an error
  • ISNUMBER Function checks if FIND has returned a number and returns TRUE else FALSE

How to ensure entered data has no spaces in excel

Use this formula =D3=SUBSTITUTE(D3,” “,””)

  • SUBSTITUTE Function replaces all spaces in the string with nothing

DOWNLOAD WORKSHEET

Do you want to excel in Excel?

Or

Seeking Microsoft Certification?

Every Week Receive Resources To Get you Closer to Your Goal!

No Huff! No Fluff! No Spam!

You are on your way to Excelling in Excel and Becoming Microsoft Certified!

Share This

Spread the Good News!

Do me favour, please? Share this with your friends!

Thanks For Commenting!

Awesome for you to comment! Please share the post with your friends.