extract info from table via array, not pivot table
Posted by Brad on February 07, 2001 2:30 PM
Hello;
I have a table of date sensitive data
col 1 col 2 col 3 col 4
date number number number
date number number number
date number number number
date number number number
date number number number
etc ( approx 700 lines )
I need to extract the whole row of data for criteria that match col 2 number to a new worksheet. I.E. column 2 is the amount of old mortgage and I want to "boil down" my list from 700 to 20-30.
Help searchs want me to use a pivot table, but I need the info to be dynamic ( use an array? ) so that I can set up 2 or 3 worksheets with various column 2 numbers. I don't want to count the row, I want to transfer all row\column data to a new worksheet without blank rows inbetween my matches.
Any help appreciated.
thanks...Brad