Build KRIs on aggregated data

fubar000

New Member
Joined
Nov 28, 2022
Messages
12
Office Version
  1. 365
Platform
  1. Windows
  2. MacOS
Hi everyone,

I’m going slightly mad over a task that I’m trying to solve.

I want to build 6 KRI that will indicate the level of risk based on combinations of different data sources that varies pretty much in size but doesn't change in a larger scale over time.

The KRIs are combination of 3 data sources for each KRI, some of the data sources will appear in several KRI and weighted differently. In addition to these KRI I want an aggregated (and weighted) KRI that is based on all KRI resulting in a number between 1-100 (no score can be lower than 1 or higher than 100).

I have tried to normalize, transform log, standardize, etc. with no luck. Is this even possible and if so, how do I achieve this without macros? Any other ideas to achieve the same thing are welcomed.

___________________

Data sources value (DATA 1 - DATA 10): 232, 565545, 4533, 342, 54, 6899, 134323, 4344, 567, 14322

Aggregate data into KRI (weights in parentheses)
KRI 1: DATA 1 (0,5), DATA 2 (0,3), DATA 3 (0,2)
KRI 2: DATA 2 (0,5), DATA 7 (0,25), DATA 1 (0,25)
KRI 3: DATA 5 (0,35), DATA 1 (0,4), DATA 9 (0,25)
KRI 4: DATA 2 (0,4), DATA 7 (0,4), DATA 8 (0,2)
KRI 5: DATA 4 (0,5), DATA 9 (0,25), DATA 3 (0,25)
KRI 6: DATA 1 (0,5), DATA 10 (0,25), DATA 6 (0,25)

Aggregated KRI resulting in a number between 1-100 based weighted aggregated KRI (weights in parentheses)
KRI 1 (0,15)
KRI 2 (0,2)
KRI 3 (0,2)
KRI 4 (0,2)
KRI 5 (0,15)
KRI 6 (0,1)
 

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"

Forum statistics

Threads
1,215,088
Messages
6,123,057
Members
449,091
Latest member
ikke

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