In that case I assume you already have an existing table that contains
a point at the centroid of the parcel and is mappable. Again, go to
File > Open, filter by "Comma Delimited CSV(*.csv), and
create a tab file for your csv. And assuming there is a common field
between the two, do a SQL select like this, where "ID" is the name of
the column containing the unique identifier.:
Select * From csv_table, parcel_table Where csv_table.ID =
parcel_table.ID
Avoid going back and forth between Excel and MapInfo as much as
possible. Doing so increases the chance that data will be lost in the
process; metadata (if you have any) will not be retained if you export
a MapInfo table to Excel, and then bring it back into MapInfo.