Complex VLOOKUP that would return certain Percentage as a result

privxls

Board Regular
Joined
Nov 22, 2016
Messages
55
Office Version
  1. 2021
Platform
  1. Windows
Good day MrExcel

First off, thank you for taking this time to open and read up until this line... now my problem st

I previously posted a question similar to this here in MrExcel and it was resolved by user <strike>AliGW. </strike>Now, I have encountered a project which has a different requirement however almost the same result should be expected.

Please view the table below:


V4ShPdV.png

ACW: >180 means that agent is in the Low level
ACW: =180.1 to 60 means that agent is in the medium level
ACW: <15 means that agent is in high level.

*** Same goes for Talk Time and Hold Time ***

What I aim to achieve in this is to get the certain percentage of the agent's score which will base the result from the 'Score Reference' table.

For an instance, if the agent gets a score of 180 or below for ACW, it will fall under low. Or if the agent gets a score of 98 it will fall under medium and so and so forth.

My problem now, is that, I have these so called 'Weight' per Score Item (like ACW and Hold Time makes up 30% each and Talk Time makes up 40% of the scorecard) -- how do I go properly manage this table in order for my VLOOKUP to work (as I was planning to make it like this:



ABCDEFG
7ScoreACW
8John(return value here)98>1800% - 79.99%
9=6080%
10<15100%

<tbody>
</tbody>


Worksheet Formulas
CellFormula
B8=VLOOKUP(C8,$F$8:$G$10,2,)

<tbody>
</tbody>

<tbody>
</tbody>



Or what formula should I be using? :confused::eek:

Kind regards,
Priv :)
 
Last edited:

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
Q1: Based on your table, there are four possibilities, not three, e.g. for ACW you can have:

180 <= ACW
60 <= ACW < 180
15 <= ACW < 60
ACW < 15

Is this Low, Medium, High and Very High perhaps?

Q2: Suppose you rate ACW Low, Hold Time Medium and Talk Time High.

What answer do you want to see, given your weightings of 30%, 30% and 40%?

What about other possibilities, e.g. ACW Low, Hold Time Low and Talk Time High. What should the answer be?
 
Upvote 0

Forum statistics

Threads
1,214,583
Messages
6,120,383
Members
448,955
Latest member
BatCoder

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