Thread: VLookup
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
pcw[_3_] pcw[_3_] is offline
external usenet poster
 
Posts: 3
Default VLookup


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.