JohnMarcus
New Member
- Joined
- Jan 3, 2013
- Messages
- 3
Hello! I really need help on this problem. I don't know how to manipulate the formula with quoting the "You can't have cups less than zero". I really need help on this, please....please... I hope somebody can help me. thank you. God bless.
Teletubbies coffee - Nested If
Create a nested If function to describe the Teletubbies coffee drinking habits based on the following criteria:
Think carefully about how to structure the If function
Try modifying the If function so that if Cups of coffee is a negative number you see an appropriate error message.
Make sure the rest of the function still works!
Teletubbies coffee - Nested If
Create a nested If function to describe the Teletubbies coffee drinking habits based on the following criteria:
- 0 cups = Tea drinker
- 1-5 cups = Normal
- More than 5 cups = Caffeine fiend
Think carefully about how to structure the If function
Try modifying the If function so that if Cups of coffee is a negative number you see an appropriate error message.