PC Review


Reply
Thread Tools Rate Thread

cross referencing two worksheets

 
 
Maria Machado
Guest
Posts: n/a
 
      29th Nov 2011
Hi,

I have two worksheets, in one I have serial numbers of computers from
the vendor with the warranty end date, and in the other I have the
serial numbers matching the name of the person that is working with
that computer. I want to do a macro that will look at the serial
number in the first worsheets and copy the warranty end date of that
serial number in the other worksheet. Any ideas?
 
Reply With Quote
 
 
 
 
Don Guillett
Guest
Posts: n/a
 
      29th Nov 2011
On Nov 29, 10:59*am, Maria Machado <mami...@gmail.com> wrote:
> Hi,
>
> I have two worksheets, in one I have serial numbers of computers from
> the vendor with the warranty end date, and in the other I have the
> serial numbers matching the name of the person that is working with
> that computer. I want to do a macro that will look at the serial
> number in the first worsheets and copy the warranty end date of that
> serial number in the other worksheet. Any ideas?


Several ways to do this. vlookup formulas to the other wb
=VLOOKUP(TODAY(),'C:\folder\[filename.xls]sheetname'!$B$18:$K$377,8)

or a macro
 
Reply With Quote
 
Don Guillett
Guest
Posts: n/a
 
      29th Nov 2011
On Nov 29, 11:13*am, Don Guillett <dguille...@gmail.com> wrote:
> On Nov 29, 10:59*am, Maria Machado <mami...@gmail.com> wrote:
>
> > Hi,

>
> > I have two worksheets, in one I have serial numbers of computers from
> > the vendor with the warranty end date, and in the other I have the
> > serial numbers matching the name of the person that is working with
> > that computer. I want to do a macro that will look at the serial
> > number in the first worsheets and copy the warranty end date of that
> > serial number in the other worksheet. Any ideas?

>
>Several ways to do this. vlookup formulas to the other wb=VLOOKUP(TODAY(),'C:\folder\[filename.xls]sheetname'!$B$18:$K$377,8)

or a macro
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off



Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:03 PM.