Download as xlsx, pdf, or txt
Download as xlsx, pdf, or txt
You are on page 1of 4

Mini Challenge 2: Logical Functions

Food2Go Team Bonding Events


Help Food2Go decide on the organisi

Past Events Upcoming Events Task 1


1. Employees who organised both pa
Employee Tennis Cup Cook-Off Movie Night Overseas Trip
Name 2. Use logical functions to find out th
they will be on the organising commi
Ishan Y Y Y
3. Enter a formula in the column for M
Mike Y
Movie Night organising committee.
Ruby Y
(*Hint: Use the nested IF function wi
Julia
Anthony Y Y Y
Task 2
Neil
1. Employees who organised none or
Farah Y
2. Use logical functions to find out w
Rohit Y Y Y
Nikhil Y organising committee, otherwise leav
Timothy Y Y Y 3. Enter a formula in the column for O
Nishma Y Overseas Trip organising committee.
(*Hint: Use the nested IF function wi
Legend: Y - on Organising Committee for event
Compare your answers with the Solu
nge 2: Logical Functions

Go decide on the organising committees for Movie Night and Overseas Trip.

es who organised both past events, will organise the Movie Night event.
al functions to find out the employees who will organise the Movie Night event. Return "Y" if
on the organising committee, otherwise leave the cell blank.
ormula in the column for Movie Night (i.e. the cell range D4:D14). Then list the people on the
t organising committee.
the nested IF function with AND)

es who organised none or only 1 of the past events should organise the Overseas Trip event.
al functions to find out who will organise the Overseas Trip. Return "Y" if they will be on the
committee, otherwise leave the cell blank.
ormula in the column for Overseas Trip (i.e. the cell range E4:E14). Then list the people on the
ip organising committee.
the nested IF function with XOR)

our answers with the Solution worksheet.


Mini Challenge 2: Logical Functions
Food2Go Team Bonding Events
Task 1
1. Employees who organised both pa
Past Events Upcoming Events
2. Use logical functions to find out th
Employee they will be on the organising commi
Tennis Cup Cook-Off Movie Night Overseas Trip
Name 3. Enter a formula in the column for M
Ishan Y Y Y #NAME? Movie Night organising committee.
Mike Y #NAME? (*Hint: Use the nested IF function wi
Ruby Y #NAME? Function Syntax - "=IF(AND(B4="Y",C
Julia #NAME? Movie Night Organising Committee
Anthony Y Y Y #NAME?
Neil #NAME? Task 2
Farah Y #NAME? 1. Employees who organised none or
Rohit Y Y Y #NAME? 2. Use logical functions to find out wh
Nikhil Y #NAME? organising committee, otherwise leav
Timothy Y Y Y #NAME? 3. Enter a formula in the column for O
Nishma Y #NAME? Overseas Trip organising committee.
(*Hint: Use the nested IF function wi
Legend: Y - on Organising Committee for event function it would include people who
Function Syntax - "=IF(XOR(B4="Y",C
Overseas Trip Organising Committee
nge 2: Logical Functions

es who organised both past events, will organise the Movie Night event.
al functions to find out the employees who will organise the Movie Night event. Return "Y" if
on the organising committee, otherwise leave the cell blank.
ormula in the column for Movie Night (i.e. the cell range D4:D14). Then list the people on the
t organising committee.
the nested IF function with AND)
ntax - "=IF(AND(B4="Y",C4="Y"),"Y","")"
t Organising Committee - Ishan, Anthony, Rohit, Timothy

es who organised none or only 1 of the past events should organise the Overseas Trip event.
al functions to find out who will organise the Overseas Trip. Return "Y" if they will be on the
committee, otherwise leave the cell blank.
ormula in the column for Overseas Trip (i.e. the cell range E4:E14). Then list the people on the
ip organising committee.
the nested IF function with XOR - because this is an Exclusive OR scenario. If we used the OR
would include people who have organised both past events also)
ntax - "=IF(XOR(B4="Y",C4="Y"),"Y","")"
rip Organising Committee - Mike, Ruby, Julia, Neil, Farah, Nikhil, Nishma

You might also like