Need help with Weighted Average
I have only been working with domo and formulas for a little over a year. And some formulas are really mind boggling. For Example, I am trying to get the Weighted average for an employees overall all performance. Normally in Excel it would look like below,
I have searched through this forum, and on Google, to see what would be the best formula to use in Domo, but everything I have tried gives OUTRAGEOUSLY high averages.
Through my research I found a formula, that I tried to use for what I need. and below was my outcome.
SUM((`Email Productivity %`+`Call Productivity %`)+(`% Weight Email`+`% Weighted Calls`))/ SUM(`% Weight Email`+`% Weighted Calls`)
Does anyone have any ideas as to how to fix this issue? As this is what I am ending up with
Best Answer
-
@Jean_McDonald A couple observations about your formula:
- The SUMPRODUCT formula in your Excel example multiplies call and email productivity by their respective weights and adds them together. Your formula in Domo simply adds all 4 percentages together, which results in the weighted averages above 100%
- Assuming the weights in AF and AG always add up to 100%, you do not need a denominator
Try this instead:
`Email Productivity%` * `% Weight Email` + `Call Productivity %` * `% Weighted Calls`
1
Answers
-
@Jean_McDonald A couple observations about your formula:
- The SUMPRODUCT formula in your Excel example multiplies call and email productivity by their respective weights and adds them together. Your formula in Domo simply adds all 4 percentages together, which results in the weighted averages above 100%
- Assuming the weights in AF and AG always add up to 100%, you do not need a denominator
Try this instead:
`Email Productivity%` * `% Weight Email` + `Call Productivity %` * `% Weighted Calls`
1 -
OMG MichelleH You ARE A FREAKING LIFE SAVER!!!! That worked PERFECTLY.
0
Categories
- All Categories
- 1.8K Product Ideas
- 1.8K Ideas Exchange
- 1.5K Connect
- 1.2K Connectors
- 300 Workbench
- 6 Cloud Amplifier
- 8 Federated
- 2.9K Transform
- 100 SQL DataFlows
- 616 Datasets
- 2.2K Magic ETL
- 3.9K Visualize
- 2.5K Charting
- 738 Beast Mode
- 57 App Studio
- 40 Variables
- 685 Automate
- 176 Apps
- 452 APIs & Domo Developer
- 47 Workflows
- 10 DomoAI
- 36 Predict
- 15 Jupyter Workspaces
- 21 R & Python Tiles
- 394 Distribute
- 113 Domo Everywhere
- 275 Scheduled Reports
- 6 Software Integrations
- 124 Manage
- 121 Governance & Security
- 8 Domo Community Gallery
- 38 Product Releases
- 10 Domo University
- 5.4K Community Forums
- 40 Getting Started
- 30 Community Member Introductions
- 108 Community Announcements
- 4.8K Archive