muhammad susanto
Well-known Member
- Joined
- Jan 8, 2013
- Messages
- 2,077
- Office Version
- 365
- 2021
- Platform
- Windows
hi all..
i have a problem to data lookup with 3 criteria number (positive percentage number,negative percentage number,zero number)
for easy to understand maybe like below layout table :
<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>
[TABLE="class: tableizer-table"]
<tbody>[TR="class: tableizer-firstrow"]
[TH]data[/TH]
[TH]criteria[/TH]
[TH]preference[/TH]
[/TR]
[TR]
[TD]Grade a[/TD]
[TD]positive number[/TD]
[TD]excellent[/TD]
[/TR]
[TR]
[TD]Grade a[/TD]
[TD]negative number[/TD]
[TD]worst[/TD]
[/TR]
[TR]
[TD]Grade a[/TD]
[TD]zero number[/TD]
[TD]equal[/TD]
[/TR]
[TR]
[TD]Grade b[/TD]
[TD]positive number[/TD]
[TD]good[/TD]
[/TR]
[TR]
[TD]Grade b[/TD]
[TD]negative number[/TD]
[TD]bad[/TD]
[/TR]
[TR]
[TD]Grade b[/TD]
[TD]equal[/TD]
[TD]equal[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]lookup/as target[/TD]
[TD]as data (GIVEN)[/TD]
[TD]expected result[/TD]
[/TR]
[TR]
[TD]Grade a[/TD]
[TD]10% (random & as positive)[/TD]
[TD]excellent[/TD]
[/TR]
[TR]
[TD]Grade a[/TD]
[TD]0
[/TD]
[TD]?
[/TD]
[/TR]
[TR]
[TD]Grade b[/TD]
[TD]-27%[/TD]
[TD]??
[/TD]
[/TR]
</tbody>[/TABLE]
note :
all numbers (as criteria) are random
i hope someone would help me out..
cheers..
.sst
i have a problem to data lookup with 3 criteria number (positive percentage number,negative percentage number,zero number)
for easy to understand maybe like below layout table :
<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>
[TABLE="class: tableizer-table"]
<tbody>[TR="class: tableizer-firstrow"]
[TH]data[/TH]
[TH]criteria[/TH]
[TH]preference[/TH]
[/TR]
[TR]
[TD]Grade a[/TD]
[TD]positive number[/TD]
[TD]excellent[/TD]
[/TR]
[TR]
[TD]Grade a[/TD]
[TD]negative number[/TD]
[TD]worst[/TD]
[/TR]
[TR]
[TD]Grade a[/TD]
[TD]zero number[/TD]
[TD]equal[/TD]
[/TR]
[TR]
[TD]Grade b[/TD]
[TD]positive number[/TD]
[TD]good[/TD]
[/TR]
[TR]
[TD]Grade b[/TD]
[TD]negative number[/TD]
[TD]bad[/TD]
[/TR]
[TR]
[TD]Grade b[/TD]
[TD]equal[/TD]
[TD]equal[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]lookup/as target[/TD]
[TD]as data (GIVEN)[/TD]
[TD]expected result[/TD]
[/TR]
[TR]
[TD]Grade a[/TD]
[TD]10% (random & as positive)[/TD]
[TD]excellent[/TD]
[/TR]
[TR]
[TD]Grade a[/TD]
[TD]0
[/TD]
[TD]?
[/TD]
[/TR]
[TR]
[TD]Grade b[/TD]
[TD]-27%[/TD]
[TD]??
[/TD]
[/TR]
</tbody>[/TABLE]
note :
all numbers (as criteria) are random
i hope someone would help me out..
cheers..
.sst
Last edited: