Calculate the result of a group with a formula in an excel report
When I was managing a sales team, I needed to calculate the total based on a specific product, by this way, I could know the trend for instance.
When I use the formula ?
To know the total of a specific group.
How to use the formula ?
The formula in this topic is with "," so depending of the operating system of your PC, the formula should have ";" instead of ",".
How is/are the formula(s) ?
=SUMPRODUCT()
This formula in F2 calculates how many PC for the group1:
=SUMPRODUCT((A2:A8="group1")*(B2:B8="pc"))
This formula in F3 calculates the total of number for the group3 with android server:
=SUMPRODUCT((A2:A8="group3")*(B2:B8="server")*(C2:C8="android")*(D2:D8))
Interesting Topics
-
Be successfully certified ITIL 4 Managing Professional
Study, study and study, I couldn’t be successfully certified without studying it, if you are interested...
-
Be successfully certified ITIL 4 Strategic Leader
With my ITIL 4 Managing Professional certification (ITIL MP) in the pocket, it was time to go for the...
-
Hide visual and change background color based on selection
Some small tricks to customize the background colour of a text box...
-
Stacked and clustered column chart or double stacked column chart
In excel, I use a lot the combination of clustered and stacked chart...