I'm working with a very large data set that I've imported from a CSV file. The data is sales records from one of our amazon store. What I need is a filter or formula to quickly parse the data so I can exclude any sales that do not have a sales tax data. Normally this would be easy but all of the data with a dollar value is in the same column and there are multiple rows of data for each individual "order id" (a single item/product).
[pre]
[/pre]
The most concise way I can describe what I'm trying to do is to filter out the entire row of data for any given order IDs (column B) for which there is no Product Tax entry (column F).
Here is the entire .xls:
http://dl.dropbox.com/u/30006457/report1.xlsx
[pre]
Code:
31-Jan-12 103-4669758-3621868 1UD3TF0002BU Order Payment Amazon fees Commission ($1.77) Forts Henry and Donelson--The Key to the Confederate Heartland
31-Jan-12 103-4669758-3621868 1UD3TF0002BU Order Payment Amazon fees Variable closing fee ($1.35) Forts Henry and Donelson--The Key to the Confederate Heartland
31-Jan-12 103-4669758-3621868 1UD3TF0002BU Order Payment Product charges $11.80 1 Forts Henry and Donelson--The Key to the Confederate Heartland
31-Jan-12 103-4669758-3621868 1UD3TF0002BU Order Payment Other Shipping $3.99 Forts Henry and Donelson--The Key to the Confederate Heartland
31-Jan-12 105-3811971-2984218 1UD3TF000294 Order Payment Amazon fees Commission ($1.13) Display Postscript Programming
31-Jan-12 105-3811971-2984218 1UD3TF000294 Order Payment Amazon fees Variable closing fee ($1.35) Display Postscript Programming
31-Jan-12 105-3811971-2984218 1UD3TF000294 Order Payment Product charges $7.50 1 Display Postscript Programming
31-Jan-12 105-3811971-2984218 1UD3TF000294 Order Payment Other Product Tax $0.58 Display Postscript Programming
31-Jan-12 105-3811971-2984218 1UD3TF000294 Order Payment Other Shipping $3.99 Display Postscript Programming
The most concise way I can describe what I'm trying to do is to filter out the entire row of data for any given order IDs (column B) for which there is no Product Tax entry (column F).
Here is the entire .xls:
http://dl.dropbox.com/u/30006457/report1.xlsx