Thread: VLookup
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default VLookup

Hi
should work with Excel 97+

--
Regards
Frank Kabel
Frankfurt, Germany

"pcw" schrieb im Newsbeitrag
...

I am using the VLOOKUP function in the following manner ...

=DATE((VLOOKUP("ReferenceYear",EDRInput!A1:B498,2, FALSE)),
VLOOKUP("ReferenceCycle",EDRInput!A1:B498,2,FALSE) ,1)

I need to know what versions of Excel and what combination
of Operating System it works with.

Thanx.