PERCENTOF function

Category: Math and trigonometry
Introduced: Excel 365

Summary

Sums the values in the subset and divides it by all the values

Syntax

The PERCENTOF function sums the values in the subset and divides it by all the values. =PERCENTOF(data_subset,data_all)
data_subset Required | The values that in the data subset
data_all Required | The values that make up the entire set.

Example

=SUM(data_subset)/SUM(data_all)

Microsoft Support Page

https://support.microsoft.com/en-us/office/percentof-function-7c66da0a-ac30-45d0-bfc7-834a8bd7c962

Back to Functions