Many of our labels want specific views, charts and reports of their performance. This tutorial give you a basic understanding of how to turn your Labelcaster CSV file data into something usable.
You’ll need a Google account. If you have a Gmail address, you are good.
If you haven’t downloaded it already, download your CSV file. We suggest starting with just a few months so the data isn’t that huge. Instructions are in this article:
Import the CSV and set up your data
- Create new Google sheets document. Start off here: https://docs.google.com/spreadsheets
- Click the big plus sign that says Blank spreadsheet at the top left of the page. You create a new spreadsheet.
- Import the CSV
- Choose menu item: File > Import
- Upload and browse to find your CSV file.
- You can just use the defaults for now
- Format the date data to be in months since we only care about that
- Select columns B, C, and D (report_date, sales_start_date, and
- Choose menu item: Format > Number > Custom date and time
- Turn into a table
- Select all the data cells [Shortcut tip: select cell A1 then click Command-shift-Right Arrow and then Command -Shift-Down Arrow (MacOS) or Control-shift-Right Arrow and then Control -Shift-Down Arrow (Windows)]
- Choose menu item: Format > Convert to table
Create your first pivot table
- Choose Insert > Pivot table
- Notice the range says Table1 (or whatever you renamed the table to). Create a new sheet
- Click Add button next to Values in the Pivot table editor Values are things you wan to sum, count or aggregate in some way.
- Select total_royalty_revenue Notice that it created a SUM
- Now lets pivot the data to show how each of our artists did, on Rows click Add and choose track_artist
- Voila, you have just built your first pivot table!
Displaying values by month
We’ll use the same concept we used to get artists in rows to split the data by month in columns.
- In the Pivot table editor, click Add in Columns and choose report_month
If the pivot table editor disappears or seems to be missing, click the pencil icon on the left side of the window just underneath the picot table itself top open the editor.

Cleaning it up and formatting
- Make the numbers easier to read. Format the numbers to be Euros.
- Select cells with number values ( in the image above it is cells B3:F9))
- Choose menu item: Format > Number > Custom currency
- Choose the Euro sign and two decimal places and Apply
When you format like this the values round to 1/100ths, so they can round up or down a bit depending
- Alternate colors in rows to make it easier to read
- Select all the cells of the pivot table (in this example it is cells A2:F9
- Choose men item Format > alternating colors..
- An editor comes up on the right part of the window. check Header and Footer to have those highlighted. You can choose a color combination you like or customize your own.