excel courses, excel training

advance excel courses

The Left Formula

Definition

The left is almost the same as the mid function as explained in 15. The only difference is that it will start from the start of the text, and give you the amount of characters you specify.

Example

Let’s use the same data as in an example


Nr

Text

Formula

Result

1

The hills have eyes

=LEFT(B2,3)

The

2

Excel is easy

=LEFT(B3,5)

Excel

3

division 3000

=LEFT(B4,8)

division

4

centre 2344

=LEFT(B5,6)

centre

  1. We only need the word “the”
  2. We only need the word “excel”
  3. We only need the word “division”
  4. We only need the word “centre”

The only difference is that the words we need are always at the start of the text.

The formula function bar

left

Things you can do with the left formula

  • Extract certainn iformation out of your data...contact us for more info
  • Clean up your data if people spelled things incorrectly...contact us for more info

<-----Back to index

Next topic----->

 

 

 

 

 

Home | Testimonials | Terms & Conditions | Contact Us | Courses | Manuals | Sitemap | Articles |