+ Reply to Thread
Results 1 to 2 of 2

Extracting text from one file to another

  1. #1
    Vaud
    Guest

    Extracting text from one file to another

    Is there a way to use VLookup to extract text? I have a PN on my current
    worksheet that I'd like to lookup in another, then pull the text comments
    from the other worksheet. VLookup only pulls numbers instead of text.

  2. #2
    flummi
    Guest

    Re: Extracting text from one file to another

    Vlookup delivers anything that is in the column you told it to take a
    value from.

    =Vlookup(a5;range;4;false)

    looks up the search value in A5 in the table named "range" and puts
    what it finds in column 4 of the line where it found the search value
    into the cell of your formula.

    Hans


+ 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