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

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

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

unit testing - How to mock PreferenceManager in Android? -