Remove last two character from a cell value in excel

 =LEFT(C2,LEN(C2)-2)

Remove First two Character From a cell value

=RIGHT(C2,LEN(C2)-2)


Comments

Popular posts from this blog

Basic Web Design with HTML and CSS

Project Web Design Assignment