Getting Value Based On Range Number

muhammad susanto

Well-known Member
Joined
Jan 8, 2013
Messages
2,077
Office Version
  1. 365
  2. 2021
Platform
  1. Windows
hi guys...

i need formula to figure out this problem
data range given as parameter

<style type="text/css">
table.tableizer-table {
font-size: 12px;
border: 1px solid #CCC;
font-family: Arial, Helvetica, sans-serif;
}
.tableizer-table td {
padding: 4px;
margin: 3px;
border: 1px solid #CCC;
}
.tableizer-table th {
background-color: #104E8B;
color: #FFF;
font-weight: bold;
}
</style>
data range given
score rangevalue
5-976
10-1477
15-1978
score entryexpected result (as value target)
576
776
1377
1578
16etc..

<tbody>
</tbody>

any help. much appreciated..

m.susanto
 
Last edited:

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
hi..

how to make more shorter formula not too much typing..

score range
value
9-10,6 76
10,7-12,2 77
12,3-13,8 78
13,9-15,4 79
15,5-17 80
17,1-18,6 81
18,7-20,2 82
20,3-21,8 83
21,9-23,4 84
23,5-25 85
25,1-26,6 86
26,7-28,2 87
28,3-29,8 88
29,9-31,4 89
31,5-33 90
33,1-34,6 91
34,7-36,2 92
36,3-37,8 93
37,9-39,4 94
39,5-41 95
41,1-42,6 96
42,7-44,2 97
44,3-45,8 98
45,9-47,4 99
47,5-49 100

<tbody>
</tbody>
 
Last edited:
Upvote 0

Excel 2016 (Windows) 32 bit
ABCDE
1score range
29761277
310.7772686
412.3783089
513.979
615.580
717.181
818.782
920.383
1021.984
1123.585
1225.186
1326.787
1428.388
1529.989
1631.590
1733.191
1834.792
1936.393
2037.994
2139.595
2241.196
2342.797
2444.398
2545.999
2647.5100
Sheet5
Cell Formulas
RangeFormula
E2=VLOOKUP(D2,$A$2:$B$26,2,1)
 
Upvote 0
They are not results. They are sample scores. The results are in E2 to E4. The formula goes into E2 and you copy it down. You should be able to adapt what I have shown you to fit your required layout.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,817
Messages
6,121,720
Members
449,050
Latest member
MiguekHeka

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