Logical /lookup Functions (Assign - Logical - Functions - XLS) Part A
Logical /lookup Functions (Assign - Logical - Functions - XLS) Part A
Income Below 1500 1001-4000 4001-12000 12001-Above Inc_group Poor LIG MIG HIG
1. Based on the above rules generate income groups in column E using logical IF() function. 2. Using same rules generate income groups using VLOOKUP() function. Part B Consider the data in Marks Sheet containing marks of the students. You will add a Grade column showing grades based on following rules. However, following grades can be given only if students secure at least 50 marks both in FM and IT. If a student gets less than 50 marks in either of the subjects, he/she will be given F grade though his/her total marks are above 250.
Score Below 250 250 to 299 300 to 374 375 to 424 425 & above Grade F D C B A (Hint: Use IF(), AND() and Vlookup() functions)