You are on page 1of 5

Movie Budget ($) World Gross ($) Profit

Spider-Man 3 258,000,000 887,436,184 629,436,184


King Kong (2005) 207,000,000 553,080,025 346,080,025
Superman Returns 204,000,000 391,081,192 187,081,192
Spider-Man 2 200,000,000 784,024,485 584,024,485
Titanic 200,000,000 1,835,400,000 1,635,400,000
Chronicles of Narnia, The 180,000,000 748,806,957 568,806,957
Wild Wild West 175,000,000 217,700,000 42,700,000
Evan Almighty 175,000,000 120,698,890 -54,301,110
Waterworld 175,000,000 264,246,220 89,246,220
Terminator 3: Rise of the Mac 170,000,000 433,058,296 263,058,296
Polar Express, The 170,000,000 296,596,043 126,596,043
Van Helsing 170,000,000 300,150,546 130,150,546
Shrek the Third 160,000,000 733,012,359 573,012,359
Poseidon 160,000,000 181,674,817 21,674,817
Alexander 155,000,000 167,297,191 12,297,191
Pearl Harbor 151,500,000 450,500,000 299,000,000
Harry Potter and the Goblet of 150,000,000 892,213,036 742,213,036
Harry Potter and the Order of 150,000,000 822,828,538 672,828,538
Mission: Impossible III 150,000,000 397,501,348 247,501,348
Troy 150,000,000 497,298,577 347,298,577
Flop or Not? Create an If function to calculate
success =IF(E3<100000000,"flop","success") whether each movie was a flop
success =IF(E4<100000000,"flop","success") or a success. Use the following
success =IF(E5<100000000,"flop","success") criteria:
success =IF(E6<100000000,"flop","success")
success =IF(E7<100000000,"flop","success") - If the profit was less than
success =IF(E8<100000000,"flop","success") 100,000,000 then the movie is a
flop =IF(E9<100000000,"flop","success") flop
flop =IF(E10<100000000,"flop","success") - Otherwise the movie is a
flop =IF(E11<100000000,"flop","success") success
success =IF(E12<100000000,"flop","success")
success =IF(E13<100000000,"flop","success")
success =IF(E14<100000000,"flop","success")
success =IF(E15<100000000,"flop","success")
flop =IF(E16<100000000,"flop","success")
flop =IF(E17<100000000,"flop","success")
success =IF(E18<100000000,"flop","success")
success =IF(E19<100000000,"flop","success")
success =IF(E20<100000000,"flop","success")
success =IF(E21<100000000,"flop","success")
success =IF(E22<100000000,"flop","success")
ction to calculate
ovie was a flop
e the following

s less than
n the movie is a

movie is a
Ganjlik Mall Car Parking Charges

Hours Parking In cell C4, create an =IF function to calculate the p


Car Reg Parked Charge Use the following to help you:
DA12 NEJ 0.5 No fee =IF(B4<=$B$15,"No fee",$B$16*B4) - If the hours parked are less than or equal to 2 hr
MA16 BVW 4.0 £8.00 =IF(B5<=$B$15,"No fee",$B$16*B5) message saying Free parking
DD11 SFD 1.5 No fee =IF(B6<=$B$15,"No fee",$B$16*B6) - If the hours are greater, the parking fee is Hours
Parking Charge
MA14 NHG 2.0 No fee =IF(B7<=$B$15,"No fee",$B$16*B7) - Use AutoFill to find parking charge for all cars in
YK14 BHH 5.5 £11.00 =IF(B8<=$B$15,"No fee",$B$16*B8)
DY15 FLB 3.0 £6.00 =IF(B9<=$B$15,"No fee",$B$16*B9)
MM12 SWL 0.5 No fee =IF(B10<=$B$15,"No fee",$B$16*B10)

If park <= 2 hrs, no fee (message)


Anything more pay £2 per hour

Threshold 2
Parking fee £2.00
=IF function to calculate the parking charge.
help you:

are less than or equal to 2 hrs, display a


parking
ater, the parking fee is Hours Parked *

parking charge for all cars in the table

You might also like