I appeal to the Excel gods of AskMe for help. My problem is similar to the one answered
Here's the situation - I have a list of items that I need to collect eBay pricing data on. I have found a site that does a weekly scrape of eBay auctions that were completed in the last 7 days. The list I need to collect data for is a subset of the full dataset provided by this site. I am wasting 4 or 5 hours a week transcribing all of this by hand in Excel. I need to automate this process.
Here's an example of what I need:
1. Dataset from the website I found (combined with my subset):
Card Name Card Price StdDev Avg High Low Change Raw N
Ætherplasm AEtherplasm 0.23 0.09 0.23 0.5 0.1 0 21
Agent of Masks Absolver Thrull 0.09 0 0.09 0.09 0.09 0 1
Battering Wurm Abyssal Nocturnus 0.72 0.44 0.76 2.75 0.05 0 324
Belfry Spirit Agent of Masks 0.24 0.15 0.24 0.81 0.05 0 25
Caustic Rain Angel of Despair 4 1.05 4 8.99 0.38 0 465
Conjurer’s Ban Battering Wurm 0.15 0.07 0.15 0.25 0.1 0 3
Conjurer’s Ban Belfry Spirit 0.14 0.08 0.14 0.25 0.06 0 10
etc.
2. What I need excel to do for me:
Card Name Card Price StdDev Avg High Low Change Raw N
Ætherplasm AEtherplasm 0.23 0.09 0.23 0.5 0.1 0 21
Absolver Thrull 0.09 0 0.09 0.09 0.09 0 1
Abyssal Nocturnus 0.72 0.44 0.76 2.75 0.05 0 324
Agent of Masks Agent of Masks 0.24 0.15 0.24 0.81 0.05 0 25
Angel of Despair 4 1.05 4 8.99 0.38 0 465
Battering Wurm Battering Wurm 0.15 0.07 0.15 0.25 0.1 0 3
Belfry Spirit Belfry Spirit 0.14 0.08 0.14 0.25 0.06 0 10
etc.
To make sure I am being clear, column A is my list of items I need the pricing data for. Columns B - I represent the dataset from the website.
posted by grateful at 6:21 AM on March 9, 2006