View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
choice[_2_] choice[_2_] is offline
external usenet poster
 
Posts: 84
Default copy values based on date

in data.xls:
column A are dates sorted ascending not unique.
Column B are part numbers
in choice.xls
i want to bring over the values from data.xls in column B IF column A is
between dates:
D1 beginning date & E1 ending date

Im just not sure how to exlude the values i dont want

thanks in advance