If anybody is interested in how to filter PayPal all activity CSV's for subscription & other item sales;
=SUM(IF(PayPalData!E2

ayPalData!E15000=E4,IF(PayPalData!N2

ayPalData!N15000=D5,PayPalData!I2

ayPalData!I15000,0),0))+SUM(IF(PayPalData!E2

ayPalData!E15000=E3,IF(PayPalData!N2

ayPalData!N15000=D5,PayPalData!I2

ayPalData!I15000,0),0))
Where;
PayPalData is the sheet you have pasted the data into
E4 = Column header containing "Web Accept Payment Received"
E3 = Column header containing "Subscription Payment Received"
D5 = Row label containing item ID
This deals with 15000 rows of data - the hoops to jump through to find how many rows there are were just not worth it.
You must enter this formula and finish by pressing control-shift-enter.
The formula will warn on empty cells, that's expected with this data set.
(Note, the message board software introduced some spaces because the formula is too long. Remove them.)