Lookup values in a list and return multiple rows of data

A

Amanda L

Hi there,

I am trying to lookup data in a column and if it matches a particular value
and want to copy the whole row to a new worksheet. There will be more than
one row that matches the value so I accnot use VLookup. Can anyone suggest
an approach please?

Many thanks,

Amanda
 
A

Alan Beban

Amanda said:
Hi there,

I am trying to lookup data in a column and if it matches a particular value
and want to copy the whole row to a new worksheet. There will be more than
one row that matches the value so I accnot use VLookup. Can anyone suggest
an approach please?

Many thanks,

Amanda
You might want to consider the ArrayRowFilter1 function in the freely
downloadable file at http://home.pacbell.net/beban.

Alan Beban
 
Top