How to copy a range of dates

M

mariaagustina

Hi! I really need some help to create the following macro:

I have to update a database. The update consists of the following
steps

1. Look for the last date( in the database which needs the update)
2. go to another file and look for the same date
3. copy a range of cells(5 columns): Starting with that "reference
date" and finishing with the last value of the table.
4 paste the range in the original database.

I hope being as clear as possible. It would be great if someone could
help me!

maria.
 
Joined
Apr 9, 2011
Messages
5
Reaction score
0
Hi maria,

You can use =max() to find last date for example =max(A:A)

Im not familiar how to lookup for value in another file. But if you want to find value in same file you can use vlookup function.
 

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

Top