Thread
: [Solved]
How to syncronize data in two different sheets
View Single Post
09-29-2010, 01:10 PM
Kimberly
Windows 7
Office 2010 (Version 14.0)
Expert
Join Date: May 2010
Posts: 517
something like this:
=VLOOKUP(A1,Sheet1!$A$1:$B$3,2,0)
change A1 to the location of the first cell of data in what you have listed as "Column 1" on Sheet2.
change A$1:$B$3 to the location of your table of data on Sheet1.
copy down.
Kimberly
View Public Profile
Find all posts by Kimberly