File 11 Vlookup
File 11 Vlookup
Salary Designation
35000 Secretary
55000 Asst. Manager
65000 Manager
75000 VP
100000 President
If experienced is more than or equal to 7 and special certification is yes than bonus is 5% of salary otherwise 0.
Apply appropriate logical function in column G.
0% F
35% C
50% B
70% A
85% A+
pointer
If grade is F then 0
If grade is C pointer 2 multiply with percentage
If grade is B pointer 2.5 multiply with percentage
If grade is A pointer 3.5 multiply with percentage
If grade is A+ pointer 5 multiply with percentage
Calculate percentage using formula total/out off
and convert data type to percentage.
Use appropriate lookup to display grade using given table.
Questions:
1) How many students got less than 2 pointer?
2) Number of students got grade B and pointer 1.5 or above.