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

LAB ASSIGNMENT 1

BASIC EXCEL FUNCTION APPLICATION


Name : THAQIFAH MUNIRAH BINTI MOHD SHARIF
UiTM No : 2018401716
Group/Class : M1BA232 4C
Instructions:
1. Using the PURCHASE ORDERS data from Evans, students are required to compute
the followings.
2. Please make sure you have written ALL the answers, functions and print screen
relevant function execution.
3. Students might also need to email their work for evaluation purposes.
4. Please SAVE the analysed data for the next lab assignment.

No. Items VALUE / FUNCTION


ANSWER
1 Minimum quantity ordered 90 =MIN(F4:F97)
2 Maximum quantity ordered 25,000 =MAX(F4:F97)
3 Average order cost $ 26,295.32 =AVERAGE(G4:G97)
4 Total order cost $2,471,760.00 =SUM(G4:G97)
5 No of purchase orders placed 94 =COUNT(F4:F97)
6 No of orders placed for O-Ring 12 =COUNTIF(D4:D97,"O-Ring")
7 No of A/P terms <30 17 =COUNTIF(H4:H97,"<30")
8 No of O-Ring ordered from Space 3 =COUNTIFS(D4:D97,"O-
Time Tech Ring",A4:A97,"Spacetime
Technologies")
9 No of orders placed for Side Panel 8 =COUNTIF(D4:D97,"Side
Panel")
10 No of orders placed by Steelpin Inc 15 =COUNTIF(A4:A97,"Steelpin
Inc.")
11 No of orders Manley Valve 11 =COUNTIF(A4:A97,"Manley
Valve")
12 No of orders Alum Sheeting 8 =COUNTIF(A4:A97,"Alum
Sheeting")
13 COUNTBLANK for type
14 COUNTA for quantity 94 =COUNTA(F4:F97)

15 Use IF Function to create a new =IF(F4>10000,”Large”,”Small”)


column named order size and
On the first cell type
IF(F4>10000,'Large","Small")
Type Enter than highlight the first
cell and double click at corner +

16 Use IF function to create new =IF(G4>=10000,”YES”,”NO”)


column named DISCOUNT 5%
because the company has a policy
to offer 5% discount (YES) for
orders >=10000 and no discount
offered (NO) if orders <10000
17 Suppose that those discount orders =IF(AND(L4=”YES”,G4>35000),”High”,””)
with a total cost of at least $35000
are considered high demand
orders, flag those high demand
orders as High using IF and AND
function. Create a new column
named HIGH DEMAND.

18 No of companies classified under =COUNTIF(M4:M97,"High")


High demand.

**This page need to be enclosed with the other relevant material for evaluation purposes.

You might also like