View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
MH MH is offline
external usenet poster
 
Posts: 28
Default vlookup using dates

User trying to find the value on a certain date can enter that date (a1).
vlookup will search column A for the requested date and then return the
associated value that is in column b.... Column A10:a100 = dates. Column
B10:b100= values... =vlookup(a1,a10:b100,2) returns #N/A