R
Radu
Sheet 1 has the first column named "PINS" containing, say, 1000
different PINS, each PIN having 1...N records. I need to show only a
subset of those 1000 PINS - say 50 PINS.
On sheet 2 I create a column named "SubsetPINS" with 50 records. How
do I filter the spreadsheet 1 so that it shows only the records for
the 50 PINS specified in Sheet2!$A:$A ?
Of course, I could run some VBA code, or I could run the query in
Access, but how would one (without Access, and without VBA coding
knowledge) solve this problem ?
Thank you.
Alex
different PINS, each PIN having 1...N records. I need to show only a
subset of those 1000 PINS - say 50 PINS.
On sheet 2 I create a column named "SubsetPINS" with 50 records. How
do I filter the spreadsheet 1 so that it shows only the records for
the 50 PINS specified in Sheet2!$A:$A ?
Of course, I could run some VBA code, or I could run the query in
Access, but how would one (without Access, and without VBA coding
knowledge) solve this problem ?
Thank you.
Alex