How many records (in Excel) do you want to perform this Vlookup-alike
on? If it isn't very many then as Chip suggested a custom function
could be written to achieve this. The problem that I have faced in the
past when I have done this is that it is very slow - this restricts its
usefulness to only a few records (of course, I may have just been
writing the code inefficiently). Can you give an example of the kind
of data the Access table holds, and what Excel is holding (and what you
are doing with the data in Excel)?
Richard