J
JRD
In excel 2007 is there a way of copying rows identified by the countifs
function, into a seperate sheet
For example:
A B C
1 John Yes Top
2 Peter No Bottom
3 Jack Yes Top
4 Paul No Bottom
5 Mike No Top
6 Harry Yes Bottom
If I had the following function: =countifs(B:B, "Yes", C:C, "Top"), the
answer would be 2, but is there then a way to copy the rows where both B is
yes and C is top (i.e. rows 1 and 3) in their entirety to a new worksheet.
This is just a short example. In reality my countifs functions contain more
than 2 criteria (sometimes 6 or 7).
Many thanks
John
function, into a seperate sheet
For example:
A B C
1 John Yes Top
2 Peter No Bottom
3 Jack Yes Top
4 Paul No Bottom
5 Mike No Top
6 Harry Yes Bottom
If I had the following function: =countifs(B:B, "Yes", C:C, "Top"), the
answer would be 2, but is there then a way to copy the rows where both B is
yes and C is top (i.e. rows 1 and 3) in their entirety to a new worksheet.
This is just a short example. In reality my countifs functions contain more
than 2 criteria (sometimes 6 or 7).
Many thanks
John