Hello Chuck,
So basically what I noticed from your data that you have a Many to Many relationship with Model and Feature. means a model can be automatic or manual and unless we have a fixed set of features that can be answered as Yes or No it would be difficult to structure your data in a Cross Tab.
Since Cross Tab requires a measure Object that needs to be shown against different Dimension. However, if it is not possible to structure the data I suggest you can go for an alternate design by showing the Models in a group with each group displaying the available Features of Model.
e.g.
BMW
Model Feature
BMW Automatic
BMW Black
BMW GPS
Lexus
Model Feature
BMW Manual
BMW Red
BMW Sun Roof
and so on
Regards
Niraj