excel lookup returning reference -


excel has "lookup" function finds specified value in row or column , returns corresponding value column.

but there lookup returns reference of found cell? have case have column of dates, , want search list given date , return reference -- a23 or whatever -- of cell.

i believe you're looking find method in vba?

.find(what, after, lookin, lookat, searchorder, searchdirection, matchcase, matchbyte, searchformat) 

http://msdn.microsoft.com/en-us/library/aa195730(office.11).aspx


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -