|
|
Transcripts for the above video clip:
IF
The IF function allows you to change the action that Excel performs,
based on some pre defined conditions,
In this segment you learn how activate and use the IF function
In this example we have a number of Bank Accounts with their current
Balances, we’d like to work out the Interest Charge, but depending
on what the balance is the interest rate is different. So if it’s
a positive number we’ll get the deposit interest rate of 8%,
but if we’re in negative or overdraft, we’ll be charged
at 12%.
We can use excels IF function to do this calculation
- so you click on the cell where you want the answer
- activate the Function Wizard
- and find the IF function
- and say Ok,
- and what it asks is “what is the logical test”
- so in this case is were saying is if this number is bigger than
0
- then it says “what happens if its true that that number
is bigger than 0, what must it do”
- and in this case it must take that number,
- and multiply it by the deposit interest rate,
- we’ll make it absolute,
- if it is false, then we can assume that it must be less than
0,
- in which case it must take the current balance
- and multiply it by the overdraft interest rate.
- when you click Ok
- and copy it down
- you’ll see that what Excel has done is, it has looked
at the balance in this case 100, and realized it’s a deposit
interest rate and so its given 8
- and when its a negative balance in overdraft, the interest rate
is more expensive and therefore it’s 12
- and similarly with the other calculations
|