Lab4 - S1, S2
Lab4 - S1, S2
The file contains data about customers of Bank Al Falah at a small branch in DHA Phase 6,
who have signed up for their credit card.
Their manager has asked you to derive different information from this dataset using Excel:
1. Your task is to find out card category and segment information about all female
customers in the dataset.
a. Use VLookUp to fill information from the ‘Data’ sheet to the ‘Female segment
Data’ for the age, education level, marital status, card category mentioned. [3]
b. Now using nested if condition, find out the segment information for each female
customer. All females age 30 or less will fall under segment 1, all 40 or less will
fall under segment 2, and so on… [3]
Codes
Age
30 Segment 1
40 Segment 2
60 Segment 3
80 Segment 4
c. Using count functions find fill the table for each segment.
i. Use CountIf function for Count column.[1]
ii. Use CountIfs for the remaining columns. In this case you will enter the
formula M6 and then fix criteria columns and rows in such a way that if
you drag down AND drag to the right, the formula will work for all. [4].
d. Make a bar graph for Count and segment information as given below: [3]
2. You are also required to determine the new credit limit for the customers mentioned in
‘updated credit limit’ sheet based on their attrition status: Hint: use if and vlookup
functions together[4]
a. All attrited customers are to be give a 50% increase in credit limit.
b. All existing customers are to be given at 15% increase in credit limit.