Вы находитесь на странице: 1из 5

Excel Skills for Busine

Week 2: Cond
Practice C

Week 2: Learning Objectives


1. Explain the concept of conditional logic in formulas
2. Evaluate data in a cell using logical tests
3. Use conditional operations in functions (IF, AND, OR)
4. Create formulas with nested IF functions

Scenario
The data behind each of the tasks have their corresponding values in the Data Sheet. Simply click on the "plus" to reveal each task as needed.

TaskYou have a portfolio of stocks that you are tracking for your retirement fund.
You have recorded the total number of shares bought together with the average purchase price.
You are keenly interested in tracking the monthly performance of these stocks and have set up a Last Price column so that you can see how each stock is performin
a. Complete the code in the Purchase Value column for the amount paid for the stock (price paid x Volume)
State whether or not any of the conditional logic formulas was used here and give a reason. because
b. For the Gain Value column, report here the positive gain in value (Last price less Price Paid) x volume, otherwise, if not a gain report 0
Compute the total of the Gain Values and record the answer here:
c. For the Loss Value column, report here the positive value of the loss in value otherwise, if not a loss report 0
Compute the total of the Loss Values and record the answer here:
Compute the Net Gain (or Loss) and record the answer here:

TasYou have been asked to write a little grading routine that awards grades next to students who attended an EXCEL course according to their overall result sum total
The grades and their defined ranges are shown in the Data Sheet.
Furnish the data with a total sum for the determination of the final grades.
Use nested logical statements to determine the final grade for each student.
Which student scored the High Distinction for the EXCEL course?
How many students failed?
What three assessments did these students not perform well at that led to their failing?

and

TasYou are in charge of an inventory warehouse for stationery items.


Orders come in and items are packed and shipped to the client, provided there are enough items in stock to fill in their order.
Complete the Delivery column, delivering as much of the clients order as possible according to the amounts in stock. Use an IF statement to achieve this
In the Comment column, place a comment for the items that could only be partly filled, due to not having enough in stock. Report with the comment "Partial fill -
The Post Delivery Alerts column will be sent to the Sales team who will organise to buy more stock. They need to be alerted if a client is waiting for an item so that
to source the item. For this column, check whether the client is waiting on items and report "Order immediately for client".
If the number of items remaining in stock after this order falls below the reorder level report "Running low - think about reordering".
How many items did the order only partially fill?
How many items did the order bring down to below the minimum usually kept in stock?

Well done! Don't forget to save your workbook.


Excel Skills for Business: Intermediate II
Week 2: Conditional Logic
Practice Challenge

Last Price column so that you can see how each stock is performing.
ended an EXCEL course according to their overall result sum total

he amounts in stock. Use an IF statement to achieve this


t having enough in stock. Report with the comment "Partial fill - out of stock"
ck. They need to be alerted if a client is waiting for an item so that they can apply their best effort
Task 1 Task 2 Task 3

Вам также может понравиться