muhammad susanto
Well-known Member
- Joined
- Jan 8, 2013
- Messages
- 2,046
- Office Version
-
- 365
- 2021
- Platform
-
- 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>
<tbody>
</tbody>
any help. much appreciated..
m.susanto
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 range | value |
5-9 | 76 |
10-14 | 77 |
15-19 | 78 |
score entry | expected result (as value target) |
5 | 76 |
7 | 76 |
13 | 77 |
15 | 78 |
16 | etc.. |
<tbody>
</tbody>
any help. much appreciated..
m.susanto
Last edited: