Thread: Finding Data
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ThisShouldBeEasy ThisShouldBeEasy is offline
external usenet poster
 
Posts: 6
Default Finding Data

I have a sheet that has data in two columns, the first is the key, the second
the data.

I'm trying to create a function that will take the key and return the data.

Here are my questions:

1. I have heard that Excel has some databse type ability. If this is so, is
there a qay I can just write a query to look at this data?

2. Failing that, I'd need to be able to find the end of the data, search it
and return the item in the column next to the key. How would I do this?

Any and all help appreciated.

Mike