+ Reply to Thread
Results 1 to 5 of 5

Need 9th Charachter from LEFT in text string

  1. #1
    Registered User
    Join Date
    07-13-2007
    Posts
    50

    Need 9th Charachter from LEFT in text string

    Hello,

    I am looking for help with a formula. What I want is a formula that will give me the 10th character in a text string. For example if I have the following text string:

    A.00578.158

    The formula should return 1 as that is the 10th character in the string (also including decimals)

    I used the formula = LEFT(A1,10) but that returned the entire text string up to the 10th character = A.00578.1

    I just need something that will return the 10th character from the left.

    Thanks
    Last edited by floridagunner; 04-27-2011 at 11:28 AM.

  2. #2
    Valued Forum Contributor tlafferty's Avatar
    Join Date
    04-08-2011
    Location
    United States, Tacoma, WA
    MS-Off Ver
    Excel 2010, Excel 2013 Customer Preview
    Posts
    1,112

    Re: Need 9th Charachter from LEFT in text string

    Please Login or Register  to view this content.
    If your question has been satisfactorily addressed, please consider marking it solved. Click the Thread Tools dropdown and select Mark thread as solved.
    Also, you might want to add to the user's reputation by clicking the star icon in the lower left corner of the post with the answer- it's why we do what we do...

    Thomas Lafferty
    Analyst/Programmer

  3. #3
    Forum Expert tigeravatar's Avatar
    Join Date
    03-25-2011
    Location
    Colorado, USA
    MS-Off Ver
    Excel 2003 - 2013
    Posts
    5,361

    Re: Need 9th Charachter from LEFT in text string

    floridagunner,

    Try this:
    =RIGHT(LEFT(A1,10),1)

    Hope that helps,
    ~tigeravatar

  4. #4
    Registered User
    Join Date
    07-13-2007
    Posts
    50

    Re: Need 9th Charachter from LEFT in text string

    Thank You both, tigeravatar and tlafferty!!

    Both Formulas worked perfectly

  5. #5
    Valued Forum Contributor tlafferty's Avatar
    Join Date
    04-08-2011
    Location
    United States, Tacoma, WA
    MS-Off Ver
    Excel 2010, Excel 2013 Customer Preview
    Posts
    1,112

    Re: Need 9th Charachter from LEFT in text string

    Please consider marking your post closed:
    To mark your thread solved do the following:
    - Go to the first post
    - Click edit
    - Click Advance
    - Just below the word "Title:" you will see a dropdown with the word No prefix.
    - Change to Solve
    - Click Save

    Also, if you're so inclined, you can add to reputation by clicking the scale button to the right of a user's name to say thank you.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1