copy values based on date

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
Do you need to do this in VBA or just get the job done?

You can use Data/AutoFilter with a custom filter to select just the dates that
are in range. Then you can copy the visible cells from column B (or A and B)
to wherever you like.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top