ArtsAutosBooksBusinessEducationEntertainmentFamilyFashionFoodGamesGenderHealthHolidaysHomeHubPagesPersonal FinancePetsPoliticsReligionSportsTechnologyTravel

How to Set up a Simple Spreadsheet in Microsoft Excel to Track Your Amazon Earnings

Updated on December 18, 2013

I have written this tutorial on how to set up a simple spreadsheet using Microsoft Excel to track your Amazon, Ebay or other affiliate earnings because Amazon affiliates sometimes struggle to see how much they have sold over the month, and if everything has been shipped.

You should be able to set up the same spreadsheet on any platform, like OpenOffice or whatever you have on your computer. I only have Microsoft Excel. I'm not an expert by any means but I do love playing with Excel and their number formulas.

For a while I myself depended on Amazon's own reports to let me know what has been ordered, paid for, and shipped.

The trouble I found came at the end of the month if there were a lot of items, as the ordered items and the actual number of sent items didn't seem to tally. In the first week of the new month when things from the previous month are being sent it is very easy to become confused. Some items were maybe never sent, and the only way for you to know that was to tick them off in a separate list you wrote out yourself.

Never be confused again. Make yourself up a simple spreadsheet to track the ordered and sent goods from Amazonor any other company you are an affiliate of.

A new Sheet in Microsoft Excel 2007
A new Sheet in Microsoft Excel 2007

I am assuming here that you do not know how to make up a spreadsheet. Unless you have previously worked in an office or have studied computing at school or college, chance are you haven't a clue as nothing on the opening page makes it immediately obvious what you are expected to do.

Type some headings in the first few columns at the top of the sheet, as shown here.

place headings in your columns
place headings in your columns

I have put in "December" "#" "Price" "Total" "4%" "6%" "6.5%" "7%" "10%" "Capped" and "Date Sent". For prolific sellers, you can manually add in higher percentages in new columns.

By placing the mouse at the line between the column headings (where the sheet is pale blue) the mouse pointer changes into a black perpendicular line with an east and west arrow on it. At this point you can drag the lines to widen or shrink a column, depending on the data you want to input.

I widened column A to make room for product descriptions. Also by placing the mouse on the blue 1 at the start, that whole row gets highlighted. You can then bold and/or centre the words in the whole row.

highlighting a row in Excel
highlighting a row in Excel

You will want to freeze that top row so that it always stays in view even when you scroll down. To do that, highlight it as shown here (by clicking in the blue box at the start of the row), then go to View ~> Freeze panes ~Freeze Top row.

Now we want to add in some products. I just made up the examples here, but you may want to write in the actual product name that you have sold. They go in the first column, under December.

I don't add a price in until it has been shipped. That way you can tell at a glance what has shipped and what hasn't. Amazon prices change quite a lot and even if you go straight to the page on Amazon to look at the price of the item sold, remember that whoever bought it, bought it the day before when the price may have been higher or lower.

So whatever product you put in first, make sure it has shipped so that you can prepare all your sums to autofill the data that comes next.

For this example, item 1 which sits in the cell A2 is a red toy car. I have sold 5 of them, and they cost $5.99 each.

In cell D2, under the heading "Total", type in =B2*C2. The equals sign tells the program, in this case Excel, that you are entering a function. Miss it out and it will not work.

If you look you are telling it to multiply the unit cost times the number of units. 

The function of a cell is also viewable in the white row above, next to the fx sign. You can make changes to any or all of your functions up there, or in the cells themselves.

how to insert a simple sum function
how to insert a simple sum function

Now we are going along inserting all your sums.

You don't have to do this of course, as Amazon work out your percentages for you (and they always round partial numbers down!), but its handy to see at a glance how much more money you make when you reach a higher percentage.

In cell E2, under the "4%" sign, put in the formula =D2*.04

This is telling the program to give you 4% of the 29.95 the cars sold for.

It has come out at a long figure that you don't want, but that is easily fixed.

Right click on the cell and from the drop-down list that appears, choose Format Cells.

It would have been sitting on General at the very top. Click on Number, make sure it is on 2 decimal places, then click OK.

Then do the same sum in F2, G2, H2, and I2, replacing the .04 for .06, .065, .07 and finally .1.

Your spreadsheet now has its basic functions inserted.

Now you want to make sure the same formula is applied to everything in those columns. I'm sure there are other ways to set that up, but all I do is highlight the cells I want repeated.

Place the cursor on the little black square at the bottom right hand side of your highlighted cells, and you will see it change from a thick white cross to a thin black cross.

At that point, grab the corner and left-button click and drag it down as many cells as you like. Your formula will input automatically in a sequential fashion. The sum in the first box will change from =D2*.04 to D3*.04, D4*.04 and so on.

Where it has no data to work with, it will return 0 until data is put in the required cells.

drag the box by that little black square as shown.
drag the box by that little black square as shown.

Now when we input our selling price for each item, the spreadsheet will automatically work out the correct figure for each cell.

What I tend to do is make a sheet for each month, and bold the column that is receiving that particular percentage. If I make enough sales to move up a percentage, I just unbold the column it was on, and re-bold the new one.

Of course excel also gives you the choice of color-coding each column to make them stand out. You can play around with the program to get things looking the way you want.

highlight a column (click on the blue bar at the top) and then click 'bold'.
highlight a column (click on the blue bar at the top) and then click 'bold'.

When you make more sales and want to add them in, simply highlight the bottom row and drag down as far as you want to continue the formulas down the page.

highlight the bottom row and drag downwards by the black box to extend the functions.
highlight the bottom row and drag downwards by the black box to extend the functions.

Now you will notice from this example spreadsheet that we have an electronic item in there which in Amazon.com is capped at 4%, while you may be earning 6% or more on other items. I find the easiest thing to do is to highlight all electronic items in a stand out color. I have chosen yellow.

To do this, simply go to Home ~>fill color, which has a little paint box symbol. Choose your color then click on the cell.

You can also empty the other cells in the row so you don't have to look at commission you are not earning.

In the example below I am going to show you how to add columns, though I don't usually bother. You already have your total from Amazon over on the Reports page, and chances are yours will add higher thanks to their rounding down if partial numbers.

To add any column, go the the cell you want the results to show up in, and type in =sum(). Inside the brackets you want to the the first cell you want counted, and the last cell you want counted. Between the two place a colon sign.

Sop if you wanted (as in the example above) to add the column containing your 6% commission earnings, you would put in =sum(F2:F10)

But...what about the 4% you earned for selling that electronic item? Just add on the sum as I've done above - =SUM(F2:F10)+E4.I

If you wanted to know the average price of all items sold, the formula would be =average(C2:C10) or which ever column you wanted to know.

The way I have set this example page up, you would need to save it to template to re-use it every month instead of having to set up a new one.

Of course, you can also continue to use just the one sheet. replace the December heading with Product and add another column called Date.

Excel can fill each day in automatically too, just by dragging that little black box.

Have fun :)

working

This website uses cookies

As a user in the EEA, your approval is needed on a few things. To provide a better website experience, hubpages.com uses cookies (and other similar technologies) and may collect, process, and share personal data. Please choose which areas of our service you consent to our doing so.

For more information on managing or withdrawing consents and how we handle data, visit our Privacy Policy at: https://corp.maven.io/privacy-policy

Show Details
Necessary
HubPages Device IDThis is used to identify particular browsers or devices when the access the service, and is used for security reasons.
LoginThis is necessary to sign in to the HubPages Service.
Google RecaptchaThis is used to prevent bots and spam. (Privacy Policy)
AkismetThis is used to detect comment spam. (Privacy Policy)
HubPages Google AnalyticsThis is used to provide data on traffic to our website, all personally identifyable data is anonymized. (Privacy Policy)
HubPages Traffic PixelThis is used to collect data on traffic to articles and other pages on our site. Unless you are signed in to a HubPages account, all personally identifiable information is anonymized.
Amazon Web ServicesThis is a cloud services platform that we used to host our service. (Privacy Policy)
CloudflareThis is a cloud CDN service that we use to efficiently deliver files required for our service to operate such as javascript, cascading style sheets, images, and videos. (Privacy Policy)
Google Hosted LibrariesJavascript software libraries such as jQuery are loaded at endpoints on the googleapis.com or gstatic.com domains, for performance and efficiency reasons. (Privacy Policy)
Features
Google Custom SearchThis is feature allows you to search the site. (Privacy Policy)
Google MapsSome articles have Google Maps embedded in them. (Privacy Policy)
Google ChartsThis is used to display charts and graphs on articles and the author center. (Privacy Policy)
Google AdSense Host APIThis service allows you to sign up for or associate a Google AdSense account with HubPages, so that you can earn money from ads on your articles. No data is shared unless you engage with this feature. (Privacy Policy)
Google YouTubeSome articles have YouTube videos embedded in them. (Privacy Policy)
VimeoSome articles have Vimeo videos embedded in them. (Privacy Policy)
PaypalThis is used for a registered author who enrolls in the HubPages Earnings program and requests to be paid via PayPal. No data is shared with Paypal unless you engage with this feature. (Privacy Policy)
Facebook LoginYou can use this to streamline signing up for, or signing in to your Hubpages account. No data is shared with Facebook unless you engage with this feature. (Privacy Policy)
MavenThis supports the Maven widget and search functionality. (Privacy Policy)
Marketing
Google AdSenseThis is an ad network. (Privacy Policy)
Google DoubleClickGoogle provides ad serving technology and runs an ad network. (Privacy Policy)
Index ExchangeThis is an ad network. (Privacy Policy)
SovrnThis is an ad network. (Privacy Policy)
Facebook AdsThis is an ad network. (Privacy Policy)
Amazon Unified Ad MarketplaceThis is an ad network. (Privacy Policy)
AppNexusThis is an ad network. (Privacy Policy)
OpenxThis is an ad network. (Privacy Policy)
Rubicon ProjectThis is an ad network. (Privacy Policy)
TripleLiftThis is an ad network. (Privacy Policy)
Say MediaWe partner with Say Media to deliver ad campaigns on our sites. (Privacy Policy)
Remarketing PixelsWe may use remarketing pixels from advertising networks such as Google AdWords, Bing Ads, and Facebook in order to advertise the HubPages Service to people that have visited our sites.
Conversion Tracking PixelsWe may use conversion tracking pixels from advertising networks such as Google AdWords, Bing Ads, and Facebook in order to identify when an advertisement has successfully resulted in the desired action, such as signing up for the HubPages Service or publishing an article on the HubPages Service.
Statistics
Author Google AnalyticsThis is used to provide traffic data and reports to the authors of articles on the HubPages Service. (Privacy Policy)
ComscoreComScore is a media measurement and analytics company providing marketing data and analytics to enterprises, media and advertising agencies, and publishers. Non-consent will result in ComScore only processing obfuscated personal data. (Privacy Policy)
Amazon Tracking PixelSome articles display amazon products as part of the Amazon Affiliate program, this pixel provides traffic statistics for those products (Privacy Policy)
ClickscoThis is a data management platform studying reader behavior (Privacy Policy)