Here is my code :

 If match1 = query1 Or match2 = query2 Or match3 = query3 Or match4 = query4 Then
                Sheets("Sheet1").Range("A" & I & ":E" & I).Copy Sheets("Sheet2").Range("A" & Count)
I need the info to copy only if there is something in the cell. The blanks are all copying right now, and it's messing me up.

Thanks!