Formula Help_Score to Weightage

KPV_0921

New Member
Joined
Jul 3, 2024
Messages
8
Office Version
  1. 365
Platform
  1. Windows
Hello,

Need help on what formula I can use to be able to automatically populate the corresponding weightage of my team's score. Referencing the table below, need to automatically populate the weightage in column O (G&O Score) based from column M (%) to reference score range in the weightage table beside it. Thanks in advance.

1719987981483.png
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
Welcome to the MrExcel forum!

It's easiest if you adjust your Weightage table slightly, to have separate columns for the start and end values. Then you can just use a VLOOKUP like so:

Book1
ABCDEFGHIJ
1Submissions
2<10 Day>10 DayTotal%G&O ScoreWeightage
346%3%0.0%20.0%6%
438%3%20.1%50.0%3%
54%6%50.0%100.0%0%
635%3%
713%6%
82%6%
936%3%
1016%6%
1167%0%
1223%3%
1321%3%
1415%6%
152%6%
162%6%
Sheet8
Cell Formulas
RangeFormula
E3:E16E3=VLOOKUP(D3,$H$3:$J$5,3)
 
Upvote 0
Solution
Welcome to the MrExcel forum!

It's easiest if you adjust your Weightage table slightly, to have separate columns for the start and end values. Then you can just use a VLOOKUP like so:

Book1
ABCDEFGHIJ
1Submissions
2<10 Day>10 DayTotal%G&O ScoreWeightage
346%3%0.0%20.0%6%
438%3%20.1%50.0%3%
54%6%50.0%100.0%0%
635%3%
713%6%
82%6%
936%3%
1016%6%
1167%0%
1223%3%
1321%3%
1415%6%
152%6%
162%6%
Sheet8
Cell Formulas
RangeFormula
E3:E16E3=VLOOKUP(D3,$H$3:$J$5,3)

Thank you very much. It worked! :)
 
Upvote 0

Forum statistics

Threads
1,221,798
Messages
6,162,027
Members
451,737
Latest member
MRASHLEY

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