View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dave Shaw Dave Shaw is offline
external usenet poster
 
Posts: 21
Default Vlookup on long threads

I am using Excel 2007 and have a table (26,000 records) that for each I need
to match a long text string (up to 1000 characters) against a table of around
6000 records.

As excel only allows string of up to 255 characters I can't use vlookup.

Any ideas - I wondered if there was a simple VB macro that could acheive
this or whether there is a formula I could use on multiple criteria - i.e. I
can split the text on both tables into 4 so can I do a lookup or match
against all 4 - i.e. if all 4 columns match it returns a result?

Any help greatly appreciated.