=IF((Sheet1!K:K=$F$1)*AND(Sheet1!R:R="",Sheet1!P:P=""),MyRange,"")
Ken
Which data (meaning which columns) are you trying to transfer from one
sheet to the other? Sounds like you already have some data typed into
Worksheet2 and don't need to transfer all 20 columns.
Also, is each line unique so that there is only one possible match for
each line you want to transfer?
Spiky,
Cols A thru M are the ones to transfer to Sheet2....there may be
several matches based on the date entered in Sheet 2 F1....if I wanted
to find which items are due on 6/23/08, then transfer all lines (Cols
A thru M) with the due date of 6/23/08 in Col K (Due Date column)to
Sheet2, providing Cols P and R are blank...the due date is entered in
Sheet2 F1.....I know it's a bit complicated to explain, but I will
have Sheet 2 divided into sections for the date in F1(Mon), a section
for F1+1(Tue), for F1+2(Wed), F1+3(Thu), and F1 +4(Fri)....I know that
I can use the filtering process, and then copy/paste etc to achieve
this, just wanted to do it just a little bit better....it's looking
more and more like VB is probably the best way to do it....thank you
for reading my post!
Ken