# Calculate each cell's percent total of column

#### Step 1: Import unicorn startup valuation data&#x20;

In this example, we're going to look at which unicorn startups contribute most to the unicorn startup market cap. &#x20;

To follow along, download the data here.&#x20;

{% file src="<https://2294704369-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MP_U5ZCmiamDOXEOOTC%2Fuploads%2FlNvNubgCWlR4VWbKQxE7%2FUnicorn_Startups.csv?alt=media&token=523cf4d0-b2fa-4d86-b825-a1d3e949132f>" %}

<figure><img src="https://2294704369-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MP_U5ZCmiamDOXEOOTC%2Fuploads%2F2whMy0DSPfdayhiM5BOQ%2FScreenshot%202023-04-05%20at%2011.31.03%20AM.png?alt=media&#x26;token=796e2d95-5b07-42d2-804f-4bea82231bc9" alt=""><figcaption><p>Unicorn startup valuation data</p></figcaption></figure>

#### Step 2: Calculate the percent total of each row&#x20;

Create a new column and write the formula in the first cell.&#x20;

`=Valuation_Billions0/SUM(Valuation_Billions:Valuation_Billions) * 100`

Notice that the formula calculates the SUM of the valuation column using range syntax just like Excel.&#x20;

<figure><img src="https://2294704369-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MP_U5ZCmiamDOXEOOTC%2Fuploads%2FagUeS3WRIxV12YoLPoXS%2FScreenshot%202023-04-05%20at%2011.32.10%20AM.png?alt=media&#x26;token=d7acc37a-77a0-4a55-ad14-09c103c88eac" alt=""><figcaption><p>Writing the formula to calculate the percent total of each row</p></figcaption></figure>

#### Step 4: View the results

Once the formula is applied, check out the results. Here I sorted and graphed the data so we can see the startups that contribute the most to the market cap of Unicorns.&#x20;

<figure><img src="https://2294704369-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MP_U5ZCmiamDOXEOOTC%2Fuploads%2FQPATXVM8tCP07MAccFI4%2FScreenshot%202023-04-05%20at%2011.42.21%20AM.png?alt=media&#x26;token=c4824f93-6ce8-4770-b3d8-43b4dd745d5c" alt=""><figcaption></figcaption></figure>

<figure><img src="https://2294704369-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MP_U5ZCmiamDOXEOOTC%2Fuploads%2F40sDecFMrBvFBzyIUmSP%2FScreenshot%202023-04-05%20at%2011.44.58%20AM.png?alt=media&#x26;token=fd0f3c47-31db-402b-aab4-527ddc558b49" alt=""><figcaption></figcaption></figure>

For more information on Mito spreadsheet formulas, check out the [spreadsheet formula reference](https://docs.trymito.io/how-to/interacting-with-your-data).&#x20;
