In SQL Server's Enterprise Manager, drill down to the Tables view,
right-click and choose All Tasks | Import Data. This will let you choose
Excel files and import a given worksheet as a new table.
Eliminating the irrelevant data will probably be easier once it is in SQL
Server. Delete From MyTable Where ... whatever ... possibly where a given
field is null.
hth

Signature
Daniel Wilson
Senior Software Solutions Developer
Embtrak Development Team
http://www.Embtrak.com
DVBrown Company
> Hi,
>
[quoted text clipped - 7 lines]
>
> Regards