Read this tip to make your life smarter, better, faster and wiser. LifeTips is the place to go when you need to know about Excel 97 and other Software topics.
Excel's LEFT function returns a number of characters that you specify from a text string, starting from the first character.
If cell A1 contains Hello, then:
=LEFT(A1,3)
would return Hel (the first 3 characters within that cell).
Guru Spotlight |
Patricia Walters-Fischer |