- You run a bakery where you make all sorts of cookies.
- Create a dataset of four columns and twelve rows.
- Label the columns with the types of cookies.
- Label the rows with the months of the year.
- Use the IF function to print "Yippee!" at the end of the row if it adds up to 16 (or some other number that you determine).
- At least one row should print "Yippee!"
- Use the IF function to print "Rats!" if it doesn't add up to 16 (or some other number that you determine).
- At least one row should print "Rats!"
|
|