That's pretty much the way it works. Start simple. Copy a column heading
from your data to a cell off to the right of the data. Enter your criteria
in the cell below the heading. These two cells are your criteria range.
Then do Data>Filter>advanced and enter your data range and criteria range.
Excel will return all the records in the data that match your criteria.
After you get that down, you can add additional field headings and expand
your criteria.
It's a very strong feature.
HTH
Jim
This is huge. Thanks to you and Pete.
It occurs to me that that one of my criteria is not as static as I
portrayed. The two criteria are Name and Date.
The table of possible answers obviously includes name and date (as well as 3
other data items on the same row that need to be returned), BUT a correct
return should include any row of data in the Table where there is a name
match and a date that is plus/minus 14 days of the criteria date.
I'll keep reading, but do you know if I can use an IF statement somehow? So
if my criterion date is Jan 01, 2008, which is 39448, any date in the table
of possible answers between 39434 and 39462 is a correct answer. As long as
there is a name match, of course.
> That's pretty much the way it works. Start simple. Copy a column heading
> from your data to a cell off to the right of the data. Enter your criteria
[quoted text clipped - 49 lines]
> > > >
> > > > I sense I’m gonna learn something new today. Thanks!
Jim - 05 Mar 2008 21:41 GMT
You can use two date criteria cells. In one, put '>=1/1/08 and in the second
put '<1/15/08. You would put these side by side with the date field heading
above.
HTH
> This is huge. Thanks to you and Pete.
>
[quoted text clipped - 64 lines]
> > > > >
> > > > > I sense I’m gonna learn something new today. Thanks!