Excel text formulae ameet z academy

5
Home Gallery About Us Contact Us AmeetZ Academy Excel Tips and Tricks An Easy Learning Source Excel Text Formulae

Transcript of Excel text formulae ameet z academy

Page 1: Excel text formulae   ameet z academy

Home Gallery

About Us Contact Us

AmeetZ Academy

Excel Tips and Tricks

An Easy Learning Source

Excel Text Formulae

Page 2: Excel text formulae   ameet z academy

Home Gallery

About Us Contact Us

AmeetZ Academy

Excel Text Formulae Here are a few examples of how you

can use Excels Text Functions to extract parts of Text from a Range. The same formulas could also be used on any text, they don't have to be names

Page 3: Excel text formulae   ameet z academy

Home Gallery

About Us Contact Us

AmeetZ Academy

=LEFT(A1,FIND(" ",A1))=MID(A3,FIND(" ",A3,1)+1,LEN(A3))=LEFT(A4)&MID(A4,FIND(" ",A4)+1,1)=LEFT(A5)&MID(A5,FIND(" ",A5),LEN(A5))=LEFT(A6,FIND(" ",A6))&MID(A6,FIND(" ",A6)+1,1)=MID(A7,FIND(" ",A7,1)+1,LEN(A7)) & " " & LEFT(A7,FIND(" ",A7)) =LEN(A8)-LEN(SUBSTITUTE(A8,"a",""))