View Single Post
Old 01-22-2010, 12:20 AM  
Iron Fist
Too lazy to set a custom title
 
Join Date: Dec 2006
Posts: 23,400
Quote:
Originally Posted by mkx View Post


as you can see i have my domains i need to renew in sheet 1 and all my stats for over 1000 domains in sheet 2, i want to match them up and display the stats in sheet 1.
That is definately a VLOOKUP then....

In cell B2 put this formula:

=VLOOKUP(A2,'Sheet 2'!$A:$E,2,FALSE)

and copy it all the way down....

In cell C2 put this formula:

=VLOOKUP(A2,'Sheet 2'!$A:$E,3,FALSE)

In cell D2 put this formula:

=VLOOKUP(A2,'Sheet 2'!$A:$E,4,FALSE)

That should do it...
__________________
i like waffles

Last edited by Iron Fist; 01-22-2010 at 12:23 AM..
Iron Fist is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote