+ Reply to Thread
Results 1 to 5 of 5

using left command, 3 spaces over

Hybrid View

  1. #1
    Registered User
    Join Date
    11-04-2009
    Location
    va
    MS-Off Ver
    Excel 2003
    Posts
    27

    using left command, 3 spaces over

    All:

    Good morning..

    I am using the following command
    =LEFT(VLOOKUP(A6,info!$A$2:$O$217,14,0))

    and the exported data that I paste into a worksheet (Tab) seems to have 3 spaces in the cell before it hits the word for the single character I want..

    Is their a way to perform this

    Thanks again
    Last edited by vascott01; 04-07-2010 at 02:45 PM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: using left command, 3 spaces over

    You mean?

    =LEFT(TRIM(VLOOKUP(A6,info!$A$2:$O$217,14,0)))

    or

    =LEFT(SUBSTITUTE(VLOOKUP(A6,info!$A$2:$O$217,14,0)),CHAR(016),"")
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    11-04-2009
    Location
    va
    MS-Off Ver
    Excel 2003
    Posts
    27

    Re: using left command, 3 spaces over

    wow that was fast and could you explain this CHAR(016) what is 016

    thanks

    actually the last command did not work too few arguments
    Last edited by vascott01; 04-07-2010 at 01:02 PM.

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: using left command, 3 spaces over

    It is the code for a special "invisible char" (actually should be 0160) that oftentimes comes from downloading from emails or the web.

  5. #5
    Registered User
    Join Date
    11-04-2009
    Location
    va
    MS-Off Ver
    Excel 2003
    Posts
    27

    Re: using left command, 3 spaces over

    thanks again

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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