In reference to the post here Skipping Rows in Excel, I'm using the query
SELECT F5, F6, F7, F8 FROM [Sheet1$] WHERE (F5 IS NOT NULL) AND (F5 <> 'PrimeDeal#')
PrimeDeal# is the headerFieldName, but this not helping me. i still see the header names in the list. What am i doing wrong here?