Data Lookup With 3 Criteria Number (Positive,Negative & Zero) Percentage

muhammad susanto

Well-known Member
Joined
Jan 8, 2013
Messages
2,077
Office Version
  1. 365
  2. 2021
Platform
  1. 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>
datacriteriapreference
Grade apositive numberexcellent
Grade anegative numberworst
Grade azero numberequal
Grade bpositive numbergood
Grade bnegative numberbad
Grade bequalequal
lookup/as targetas data (GIVEN)expected result
Grade a10% (random & as positive)excellent
Grade a0
?
Grade b-27%??

<tbody>
</tbody>

note :
all numbers (as criteria) are random

i hope someone would help me out..

cheers..

.sst
 
Last edited:

Excel Facts

Is there a shortcut key for strikethrough?
Ctrl+S is used for Save. Ctrl+5 is used for Strikethrough. Why Ctrl+5? When you use hashmarks to count |||| is 4, strike through to mean 5.
Maybe something like this.
Note: I changed your Grade b, equal to Grade b. zero nunber.
Excel Workbook
ABC
1datacriteriapreference
2Grade apositive numberexcellent
3Grade anegative numberworst
4Grade azero numberequal
5Grade bpositive numbergood
6Grade bnegative numberbad
7Grade bzero numberequal
8
9
10Lookup/as targetas data (GIVEN)expected result
11Grade a10%excellent
12Grade a0equal
13Grade b-27%bad
Sheet
 
Upvote 0
Or, using Post #.03's layout table

In C11, copied down :

=TEXT(B11,IF(A11="Grade a","""excellent"";""worst"";""equal""","""good"";""bad"";""equal"""))

Regards
Bosco
 
Upvote 0

Forum statistics

Threads
1,214,653
Messages
6,120,751
Members
448,989
Latest member
mariah3

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