View Single Post
  #1   Report Post  
SKKB
 
Posts: n/a
Default Filtering data from one worksheet based on another

I need to display the rows in spreadsheet A based on whether a numerical
value in a particular column has the same value in a corresponding column of
spreadsheet B for example:

Spreadhseet A Spreadsheet B
1 2
3 3
5 6
6 7
7 8

The resulting filtered display should be

3
6
7

With all other data in the associated rows.

Thanks