Thread: [Solved] Copy Like Data
View Single Post
 
Old 10-09-2015, 07:37 AM
NoSparks NoSparks is offline Windows 7 64bit Office 2010 64bit
Excel Hobbyist
 
Join Date: Nov 2013
Location: British Columbia, Canada
Posts: 842
NoSparks is a glorious beacon of lightNoSparks is a glorious beacon of lightNoSparks is a glorious beacon of lightNoSparks is a glorious beacon of lightNoSparks is a glorious beacon of light
Default

You may be able to keep this always current with a vlookup formula.

A VBA suggestion would be to loop through the serial numbers of one sheet
Use match or find on the other sheet
Offset to get the date
Datediff to get the delta.

A better answer could be provided if you actually do attach a sample workbook.
Reply With Quote