View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
SS[_2_] SS[_2_] is offline
external usenet poster
 
Posts: 12
Default data selection query no2

I have two worksheets.

the first has 1 column of info that largely follows a trend of the data in
the coulumn incrementing by 1 as you go down.
the second has 2 coulumns. Most, but not all, the data in the first column
matches the data in column 1. Column 2 also has some data in it.

I want to populate the data in sheet one column 2 with the relevent data
from sheet 2 column 2 where there is a match with column 1.

how can I achieve this?