Summarize measures

vipett

New Member
Joined
May 6, 2021
Messages
17
Office Version
  1. 365
Platform
  1. Windows
  2. Mobile
I have a list that looks like this:


CustomerSales Category ASales category BTotal salesDate
1200100012002021-01-01
1100150016002021-02-01
1500100015002021-03-01
22003005002021-01-01
etc

When I aggregate these to a year level, I want to create a "heads up", so if one category falls below 20% of the total sales, I want a 0 to appear, otherwise 1.
So in the output I want to have:

CustomerSales Score ASales Score B
101
211

This is because for Category A for customer 1, they only reached 18% of the total sales for 2021.

Doing this with measures is fine and I can create the 0s and 1s, just as they should.

For example Score A = IF(Divide(SUM(SalesA),SUMS(SalesB))>0.2,0,1)

BUT, I want to know the total amounts of 1s and 0s, I have understood that there is no way to "summarize" measures, but what options are there available for me to use?

Assuming I have 100 customers and 5 categories, the maximum score I can have is 500, I want to know how many points I scored in one year and compare this to the 500 potential points.
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop

Forum statistics

Threads
1,215,473
Messages
6,125,018
Members
449,203
Latest member
tungnmqn90

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top