Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Just need correct formula according to given below instructions. Ranking Worksheet (Nested IF One) Write a Nested IF function (you can combine it with AND
Just need correct formula according to given below instructions.
Ranking Worksheet (Nested IF One)
- Write a Nested IF function (you can combine it with AND function) in Ranking worksheet, Ranking column to create the following conditions (2 conditions: Cust_Cat_ value and Shift_ value) and outputs (4 outputs).
Table 1. Nested IF and AND | |||
| Condition 1 | Condition 2 | Output |
Scenario | Cust_Cat_ | Shift_ | Ranking |
1 | Guest | Morning | 1 |
2 | Guest | Afternoon | 2 |
3 | Employee | Any category | 3 |
4 | Else (False statement) | 4 |
- Start from the first scenario IF(AND(condition 1, condition 2),1,IF(),,,,
- For each scenario, to get the output (1 to 4) from Ranking column, both conditions should be met (AND).
- N outputs needs N-1 IF functions.
- Write the formula for cell K2 and then expand it for the rest of the cells.
- You check equality for each condition. For instance, condition 1 Cust_Cat_=
- Any category: It means category type does not matter (Any value is acceptable).
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started