Thursday, 13 April 2017

Change the case of text in excel file

//// Proper case

formula- =PROPER(ColumnName)




//// Upper case

formula- =UPPER(ColumnName)




//// Lower case

formula- =LOWER(ColumnName)


No comments:

Post a Comment

How to highlight selected text in notepad++

  –> To highlight a block of code in Notepad++, please do the following steps step-1  :- Select the required text. step-2  :- Right click...