20. Spreadsheets
A section of Information and Communication Technology, 0417
Listing 10 of 51 questions
The Tawara Tea Company supplies tea to its customers. The company has created a spreadsheet to help its sales team to keep track of its orders. The spreadsheet has two worksheets, named Products and Orders. Part of the spreadsheet is shown below. All prices and costs are displayed in Indian Rupee ₹. Worksheet: Products A B C Tea code Product name Price per unit 9 8 7 6 5 3 349 348 347 Chamong Organic Bannockburn Makaibari Organic Risheehat Goomtee Phuguri Pussimbing Supreme Tumsong Supreme Phuguri Supreme Singbulli Champagne Oolong 272 ₹ 4.00 ₹ 5.00 ₹ 4.90 ₹ 6.40 ₹ 8.00 ₹ 8.50 ₹ 16.00 ₹ 16.00 ₹ 16.00 ₹ 16.00 11 10 9 8 7 6 5 4 3 2 1 Worksheet: Orders A C Quantity ordered B D Order ID Tea code Cost 200 220 225 30 120 105 25 24 125 125 125 124 124 124 124 124 6 5 3 349 9 6 348 272 9 8 7 6 5 4 3 2 1 A salesman needs to create a formula to be placed in cell D2, in the Orders worksheet, that finds the Price per unit of the tea, multiplies it by the Quantity ordered and then displays the result. Write a formula that needs to be entered in cell D2. This formula will be replicated down to cell D9. = The salesman has created a new worksheet called Receipt which automatically produces a receipt for each order. Worksheet: Receipt Risheehat Pussimbing Supreme Chamong Organic Tumsong Supreme Singbulli Champagne Oolong A D C Total Quantity ordered 30 120 105 25 24 Product name B Order ID Tea code 124 349 9 6 348 272 7 6 5 4 3 2 1 ₹ 2416 ₹ 480 ₹ 480 ₹ 672 ₹ 400 ₹ 384 E Cost Explain how he could format the Cost column (column E) to display the values in Indian Rupees as shown.
0417_m19_qp_12
THEORY
2019
Paper 1, Variant 2
For Examiner's Use 15 Paul, a manufacturer of goods, offers discounts. The discounts are coded D, N or P. Paul keeps the details on this spreadsheet. (Commas are used as delimiters in the formulae shown below.) A B C D Code Rate D 10% N 15% P 20% Code Price Discount Discounted Price D $4.00 =IF(A7="D",B7*$B$2,IF(A7="N",B7*$B$3,IF(A7="P",B7*$B$4))) P $2.85 =IF(A8="D",B8*$B$2,IF(A8="N",B8*$B$3,IF(A8="P",B8*$B$4))) D $1.55 =IF(A9="D",B9*$B$2,IF(A9="N",B9*$B$3,IF(A9="P",B9*$B$4))) N $0.98 =IF(A10="D",B10*$B$2,IF(A10="N",B10*$B$3,IF(A10="P",B10*$B$4))) D $4.05 =IF(A11="D",B11*$B$2,IF(A11="N",B11*$B$3,IF(A11="P",B11*$B$4))) D $10.00 =IF(A12="D",B12*$B$2,IF(A12="N",B12*$B$3,IF(A12="P",B12*$B$4))) P $11.95 =IF(A13="D",B13*$B$2,IF(A13="N",B13*$B$3,IF(A13="P",B13*$B$4))) D $5.15 =IF(A14="D",B14*$B$2,IF(A14="N",B14*$B$3,IF(A14="P",B14*$B$4))) D $5.25 =IF(A15="D",B15*$B$2,IF(A15="N",B15*$B$3,IF(A15="P",B15*$B$4))) N $4.50 =IF(A16="D",B16*$B$2,IF(A16="N",B16*$B$3,IF(A16="P",B16*$B$4))) N $7.25 =IF(A17="D",B17*$B$2,IF(A17="N",B17*$B$3,IF(A17="P",B17*$B$4))) N $14.50 =IF(A18="D",B18*$B$2,IF(A18="N",B18*$B$3,IF(A18="P",B18*$B$4))) Explain what the formula in cell C7 does. What value would you expect to see in cell C12? For Examiner's Use The formula was entered into cell C7 using a keyboard. Explain how to make this formula appear in cells C8 to C18 by just using a mouse. What formula should be typed into cell D7 to calculate the discounted price? Paul could extend this spreadsheet to calculate his total profit. He could then use it as a model. Give two reasons why financial models are used.
0417_s12_qp_13
THEORY
2012
Paper 1, Variant 3
Questions Discovered
51