Results 1 to 11 of 11

Lookup not returning data due to "~"

Threaded View

  1. #6
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by dgo
    Hi,

    I've got a spreadsheet that has a Hlookup into a different spreadsheet. It is looking up codes such as MSPACF(RI) and these work fine and it is returning data associated with these codes

    The problem comes when I look up the code S&PCOMP(RI)~£ I have 4 codes that all end in ~£ and for each of these the lookup is returning N/A.

    Is there anyway to get this work? It's driving me mad!!!

    Many thanks
    Dom.
    Hi,

    perhaps

    If range_lookup is FALSE and lookup_value is text, then you can use the wildcard characters, question mark (?) and asterisk (*), in lookup_value. A question mark matches any single character; an asterisk matches any sequence of characters. If you want to find an actual question mark or asterisk, type a tilde (~) preceding the character

    from
    http://office.microsoft.com/en-us/ex...093351033.aspx

    will explain?


    =VLOOKUP("A~~A",A1:A3,1,FALSE)

    finds A~A

    ---
    Last edited by Bryan Hessey; 02-01-2007 at 08:50 AM.
    Si fractum non sit, noli id reficere.

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