Calculate each cell's percent total of column
A step-by-step guide to calculating each cell's percent total of the column
Last updated
A step-by-step guide to calculating each cell's percent total of the column
Last updated
© Mito
In this example, we're going to look at which unicorn startups contribute most to the unicorn startup market cap.
To follow along, download the data here.
Create a new column and write the formula in the first cell.
=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.
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.
For more information on Mito spreadsheet formulas, check out the spreadsheet formula reference.