TOP 10 MICROSOFT EXCEL FORMULAS FOR DATA CLEANING

data cleaning in excel

TOP 10 MICROSOFT EXCEL FORMULAS FOR DATA CLEANING

SSR.NO  FORMULADESCRIPTIONEXAMPLE
1TRIMRemoves extra  spaces from text=TRIM(A1)
2LOWERConverts text to lowercase=LOWER(A1)
3UPPERConverts text to Uppercase.=UPPER(A1)
4 PROPERConverts text to proper case (first letter caps )=PROPER(A1)
5LENReturns the number of characters in a cell=LEN(A1)
6LEFTExtracts a specified number of character from the beginning of a text string=LEFT(A1,5)
7RIGHTExtracts a specified number of character from the end of a text String.=RIGHT (A1,3)
8MIDExtracts a specified number of character from a text String ,starting at a specified position=MID(A1,3,5)
9SUBSTITUTEReplaces occurrences of a specified character or text string within a cell. =SUBSTITUTE(A1,”OLD”,”NEW)”)
10CLEANRemoves all non-printable character from text.=CLEAN (A1)

Leave a Comment

Your email address will not be published. Required fields are marked *

PC Tips By Ritesh