0% found this document useful (0 votes)
58 views1 page

Logical /lookup Functions (Assign - Logical - Functions - XLS) Part A

This document provides instructions for using logical and lookup functions in Excel to categorize data based on certain rules. Students should use IF() functions to generate income groups for customers based on their income level. They should also use VLOOKUP() to perform the same income grouping. Additionally, students should use IF(), AND(), and VLOOKUP() functions to assign letter grades to students based on their total marks and marks in specific subjects. Grades are only given if minimum marks are met in both subjects.

Uploaded by

Himanshu Kashyap
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
58 views1 page

Logical /lookup Functions (Assign - Logical - Functions - XLS) Part A

This document provides instructions for using logical and lookup functions in Excel to categorize data based on certain rules. Students should use IF() functions to generate income groups for customers based on their income level. They should also use VLOOKUP() to perform the same income grouping. Additionally, students should use IF(), AND(), and VLOOKUP() functions to assign letter grades to students based on their total marks and marks in specific subjects. Grades are only given if minimum marks are met in both subjects.

Uploaded by

Himanshu Kashyap
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

Logical /Lookup Functions (Assign_logical_functions.xls) Part A Consider the data in Customer Sheet.

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)

You might also like