Microsoft Excel comes with literally hundreds of built in functions that perform some simple or complicated calculations on data in a spreadsheet. There are different functions for different purposes. One of the most commonly used function is the IF functions that can output different results depending on the result of a decision. Conditional Formulae A conditional formulae is one that uses IF to determine what it should calculate. You're unlikely to be asked to write a complete formula in the exam but you should have a good grasp of how they work. For example: Construct a spreadsheet for a company whose salespersons will only get a bonus if they make £6000 of sales.
The formula in C2 is = IF(B2 > 6000,100,0) which means if B2 is greater than 6000 then value in C2 is 100 otherwise the value in C2 is 0.
Answer the following questions in your jotter.
|