Cp6 Excel Functions Update 24 Nov 2022
Cp6 Excel Functions Update 24 Nov 2022
Most of the functions found in Excel require some input or information in order to
calculate correctly. For example: to use the AVERAGE function, you need to give
it a range of number to work out the average.
LARGE VS MAX
Max will give you the highest in the range whereas with large you can make a choice.
DATA RANGE
250
300 What is the highest in the range?
8000 What is the third highest in the range?
999 What is the second highest in the range?
12
7
50000
COUNT FUNCTIONS
DATA RANGE
10 count count only cells with numbers
20 counta count all cells but no empty cells
Apple countblank count all blank cells
30
40
IF FUNCTIONS
Logical test: give your argument, then what if it is true, and what if it is false
COUNTIF
SUMIF How many
IF What is the total sales
BONUS? sales for the persons
SALES PERSON SALES FOR YEAR ABOVE sales persons have more
R500 000 whose name than
YES/NO started with a R800 000
"S"? sales for the
year?
John R 850,000.00
Mary R 255,000.00
Sipho R 1,000,000.00
Clive R 698,500.00
Sam R 230,000.00
CLOCK CARDS
(morning time out-morning time in)*24 plus (afternoon out-afternoon in)*24
Morning in Lunch Back after lunch Going home
How many hours did you work? 8:00 12:00 13:00 17:00
CUSTOMIZING OF DATES/TIMES
Format date and time, Custom option
Format today's date to look like the date here:
insert today's date 1/29/2024
insert today's date 24/Jan/29
insert today's date 2024 Jan Mon
insert today's date 2024 January Monday
POWER
Returns the number of times a number is mutiplied by itself
What is 2 x 3?
What is 23?
RAND vs RANDBETWEEN
Rand returns a random number between 0 and whereas randbetween you can nominate any integers
Give a random digital below 1
Give a random number between 10 and 50.
ROUND
Rounds a number to a specified number of digits
MODE FUNCTION
Return the most frequently occuring number in a range
500 720 300 500 212 15 600 32
What number in the above range is the most?
ape cat dog lion snake bull giraffe cow
What appears the most in the above range?
Why this message?
QUOTIENT
Returns the integer portion of a devision without the decimal
What is 5 devide by 2?
What is 5 devide by 2? (Without the decimal)
MEDIAN
This is the middle number in a SORTED, ASCENDING OR DECENDING, list of numbers.
5 R830.25
22 R1,110.00
33 R1,262.63
55 R2,453.85
65 R3,582.98
87 R5,737.50
100
55 R1,858.24
=MEDIAN(A1:A7) =MEDIAN(B1:B6)
NORMAL NUMBERING
fox 1
cheetah =B2+1 Click in the above cell then plus one
zebra
mouse
bird
lion
snake
elephant
whale
fish
SEQUENCE NUMBERING
You create a sequence in an array and then by dragging it (vertical or horizontal),
this sequence will be repeated.
Vertical Horizontal cat dog
5 Monday Monday January
8 Tuesday Wednesday March
ABSOLUTE CELL REFERENCE
Look at the spreadsheet below: cell B8, D8 and F8 is fixed cells because all the
students tests will be out of those totals.
Test 1 % Test 2 % Test 3 % AVERAGE
RE 35 .=B10/$B$8 70 =D10/$D$8 95 =F10/$F$8 =AVERAGE(C10,E10,G10)
TRY IT YOURSELF!
Salesman Sales figures Commission Amount The salesman get commission of 15% on sales only if
A Andrews R 10,000.00 the sales are R10000 and above. Use the IF function to
B Bongo R 12,500.00 calculate the amount of of commission.
C Crous R 8,500.00
D Douw R 15,600.00
TRY IT YOURSELF!
Name Score Result
Anderson A 40 The logical test is the following:
To pass the student needs 40 and above.
Block V 69 If the argument is true the word "Pass" must appear,
Burrows P 70 otherwise the word "Fail".
Sipho Z 30
Kale E 75
Humphy S 49
TRY IT YOURSELF!
Order no Progress Result
101 Delivered The logical test is the following:
102 In transit If the order is delivered the status must be "Closed" otherwise
103 Delivered the status must stay "Open".
103 Paid
104 Cancelled
105 Delivered
TRY IT YOURSELF!
Fruit Amount in stock Status
Apples 24 The logical test is the following:
Pineapples 30 If the amount of stock is lower than 20 the status must be
Kiwis 22 "Order" otherwise "No action".
Lemons 18
Melons 9
Oranges 16
TRY IT YOURSELF!
Student Date of payment Status The logical test is the following:
Alex 1/2/2023 if the amount was not paid on the due date (31 December 2022)
Morgan 12/1/2022 the words "In time" or "Delayed" must appear.
Sandra 11/15/2022
Samson 2/15/2023 TIP: for the due date use the =DATE function
Thomas 1/1/2023
Sipho 11/12/2022
TEXT STRING VS EMPTY STRING
TRY IT YOURSELF!
Student Test % Remark
If the student got 80 and above insert the remark
Sam 55% "Excellent" otherwise leave the cell open.
Anele 82%
John 73%
Ann 12%
Multiple IF functions can be nested together.
Student
Category
Grades
71 Fail Use the nested if function to put the student mark in a category.
76 Average Categories Min Max
91 Excellent Fail 0 74
73 Fail Average 75 82
89 Good Good 83 89
73 Fail Excellent 90 100
97 Excellent
86 Good
92 Excellent
76 Average
93 Excellent
TRY IT YOURSELF! Use the nested if function to calculate the markdown on the
Product Sale Price Markdown Sales Price normal sales prices. IF the normal price is below R10000
Desk chair R 10,000.00 the cell must be empty, IF the sales price is R10000 - R15000
an markdown of 5% will be applicable, otherwise it will be 15%.
Typing chair R 12,500.00
Bar stool R 8,500.00
Lazyboy chair R 15,600.00
TRY IT YOURSELF!
Order no Progress Result
101 Delivered
The logical test is the following:
102 In transit If the order is delivered the status must be "Closed" otherwise the status must stay "Open".
103 Delivered
103 Paid
104 Cancelled
105 Delivered
TRY IT YOURSELF!
Fruit Amount in stock Status
Apples 24 The logical test is the following:
Pineapples 30 If the amount in stock is lower than 20 the status must be "Order", more than 30 must be "Sale"
Kiwis 22 and the rest get "No action".
Lemons 18
Melons 9
Oranges 16
TRY IT YOURSELF!
Budgeted Actual budget now Status (amount over spend)
R 880,000.00 R 700,000.00 The logical test is the following:
R 5,500,000.00 R 6,000,000.00 if actual budget now is lower than the budgeted amount the words "Within budget" must appear
R 1,200,000.00 R 1,300,000.00 otherwise the over spend amount must be indicated.
R 800,000.00 R 700,000.00
R 550,000.00 R 600,000.00
R 100,000.00 R 88,000.00
TRY IT YOURSELF!
Service Delivery (Pty) Ltd
Payroll schedule for January 2021
Pay Date Employee Location Name Residence Monthly Salary Tax Medical Aid Net Salary
No Payable Contribution
2021/01/31 359371 2 Bonang Mbau ? 650000 234000 3000 ?
2021/01/31 359373 2 Desmond Rupert ? 3100000 1395000 6000 ?
2021/01/31 359368 1 King Magashule ? 400000 124000 2000 ?
2021/01/31 359366 1 Lionel Salah ? 3000000 2250000 8000 ?
2021/01/31 359372 2 Nelson Ramaphosa ? 5000000 2250000 5000 ?
2021/01/31 359369 1 Patrick Motsepe ? 7000000 3150000 15000 ?
2021/01/31 359370 2 Queen Wudumu ? 800000 312000 4000 ?
2021/01/31 359367 1 Thabo Zuma ? 200000 1800 1000 ?
Total ?
PLUS! MINUS
1-Jan-22
31-Jan-22
CALCULATE THE AGE OF A PERSON
FORMATTING DATES:
Using today's date
yyyy/mm/dd 1/29/2024
yy/mmm/dd 24/Jan/29
yy/mmmm/d 24/January/29
yy mm dd 24 01 29
yyyy mmm ddd 2024 Jan Mon
yyyy mmmm dddd 2024 January Monday
TRY IT YOURSELF!
Insert today's date in A18 with a format looking like this: 26-Nov-21
FORMATTING TIMES:
Using the current time
To insert the current time press Ctrl+Shift+; 9:36
h:mm 9:38
hh:mm 9:41
hh:mm:ss 9:41:00
h:mm am/pm 9:41 AM
TRY IT YOURSELF!
Insert the current time in A40 and format in to a 6 digit hour, minutes and
seconds plus adding AM or PM
TIME SHEET
A time sheet is a data table recording the hours worked by an employee.
=(morning out-morning in)*24+(afternoon out-afternoon in)*24
TO CALCULATE DAYS
TRY IT YOURSELF! BETWEEN TWO DATES
COST PER DAY
PER PERSON
R 400
USE THE =DAYS
FUNCTION!
AMOUNT
NAME OF GUEST NO OF PERSONS DATE IN DATE OUT NUMBER OF DAYS DUE
Paul 1 Monday, April 12, 2021 Thursday, April 15, 2021
Peter 4 Wednesday, April 14, 2021 Sunday, April 18, 2021
Mary 2 Friday, April 16, 2021 Wednesday, April 21, 2021
Sipho 2 Sunday, April 18, 2021 Saturday, April 24, 2021
TRY IT YOURSELF!
Working Schedule of A Jones
Date Clock In Clock Out Total Hours Straight Time Overtime Payment
12 February 2023 08:00 AM 03:30 PM 7.50 7.50 0.00 R 600.00 =(E39*$D$53)+F39*($D$53*1.5)
13 February 2023 08:00 AM 01:00 PM 5.00 5.00 0.00 R 400.00
14 February 2023 08:30 AM 05:00 PM 8.50 8.00 0.50 R 700.00
15 February 2023 08:00 AM 10:30 AM 2.50 2.50 0.00 R 200.00
16 February 2023 10:00 AM 07:00 PM 9.00 8.00 1.00 R 760.00
Total hours worked per day = the clock out time-clock in time multiply by 24 hours in a day.
Straigh time = standard hours worked which cannot exceed 8 hours. Any time more than 8 hours will qualify as overtime hours. Use the MIN function, then the
total hours as first option and 8 as second option.
Overtime hours can be calculated by using the IF function to test whether the Straight Time is greater than 8. If it is, then return the value for overtime to minus 8
otherwise 0.
TRY IT YOURSELF!
Use the datedif function to calculate the missing cells.
Start date End date Days Months Years
1-Jan-18 1-Mar-23
15-Apr-18 15-Feb-23
d days
m months
y years
STOCK CONTROL
Strawberry 08 May 2021 29 January 2024 996 Tip: change days on shelf to general
Weetbix 10 June 2021 29 January 2024 963
Jolly Jelly Powder 15 May 2021 29 January 2024 989
Longlife milk 19 May 2021 29 January 2024 985
Fruit juice 01 June 2021 29 January 2024 972
Cream 18 June 2021 29 January 2024 955
SHELF LIFE
Strawberry 43 10 April 2021 23 May 2021 Tip: change expiry date format to date
Weetbix 10 14 April 2021 24 April 2021
Jolly Jelly Powder 36 20 May 2021 25 June 2021
Longlife milk 32 25 April 2021 27 May 2021
Fruit juice 19 15 May 2021 03 June 2021
Cream 2 01 January 2022 03 January 2022
TEXT FUNCTIONS
Mostly excel is about numbers or numerical data. Sometimes text functions is used
to data.
UPPER converts text to uppercase
LEFT allows you to extract a substring from a string, starting from the left-most character.
MID used to find out strings and return them from any mid part
RIGHT a text string function that gives the number of characters from the right side of the string
Value function in Excel gives the value of a text which represents a number for example if we have a text as
$5 this is actually a number format in a text, using value formula on this data will give us 5 as result so we can see
VALUE how this function gives us the numerical value represented by a text in excel.
FUNCTION FUN
BABOON BAB Return the first 3 characters in the A1 string
APPEL APP
COMPUTER COM
DRUMS DRU
CAT CAT
TRY IT YOURSELF!
Return the first 6 characters
Budget for the year 2022 of the text string in A11
TRY IT YOURSELF!
STUDENT NUMBER ANSWER
Return the last four
20220001 characters of these student
20220002 numbers in a string of 4.
20220003
20220003
Or ange Orange Joins text strings (can also put space in between characters).
Ap ple Apple Use string A1 and B1 and join with no space in between
Pl ace Place
Na me Name The CONCAT function will replace CONCATENATE in later versions.
TRY IT YOURSELF!
Put together these 3 cells
Hans W van Zyl Join these text strings adding spaces in between
Peter C Pan
Dan P Quick
TRY IT YOURSELF!
Siya Kolisi Use the concatenate combined with the
left function to insert the initial and
surname of our rugby captian in C24.
TRY IT YOURSELF!
Put together these 3 cells adding an
asterisk between the words.
dog barks hard
cat meow soft
snake hiss soft
lion roar hard
The CONCAT function addresses the biggest flaw of the CONCATENATE function, not being able to select a range of strings. Unlike its predecessor, the CONCAT function can merge all strings in a range. This way, it saves you from selecting each cell individually.
Surname Find person Hopp SEARCH person Hopp The FIND function returns the position (as a number) of one text string inside another.
Romano Hopp 8 8
Noble #VALUE! #VALUE!
Clyde #VALUE! #VALUE!
Wiliams #VALUE! #VALUE!
Hopp 1 1 Remember that FIND is case sensitive
Bratton #VALUE! #VALUE!
Xaba #VALUE! #VALUE! But SEARCH in not case sensitive
LINGELA HOPP #VALUE! 9
=FIND("Hopp",A2:A9) =SEARCH("Hopp",A2)
TRY IT YOURSELF!
Cost of living FIND the word "cost" in the string A13-A16
Petrol cost Now replace FIND with SEARCH
Food cost
ENTERTAINMENT COST
PROPER FUNCTION
Capatalize the first letter for each word
TRY IT YOURSELF!
computer practice
COMMUNICATION Capitalized all first letters of the
Legal practice words in column A11-14
office practice
REVISION
computer change to upper case
COMPUTER change to lower case
Anders 6 LEN returns the number of character (spaces included) in a text string.
Trujillo 8
Moreno 6 LEN=LENGTH
Hardy 5
Berglund 8
Moos 4
Chia 4
TRY IT YOURSELF!
computer practice Return the number of character in the text string A11-14
COMMUNICATION
Legal practice
office practice
TRY IT YOURSELF!
THE EXERCISE INFO FIND SEARCH QUESTIONS ANSWERS HERE
Computer Practice N6 groups Insert cell A4 in upper case
6 MONTHS COURSE Insert cell A5 in lower case
1/29/2024 display the first 6 letters of A9
Business Management Groups display the word months in A5
Management Assistant Groups display the last two figures in cell A6
Public Management Groups combine cell A5 and A4
find the word "groups" (use column B
search the word "groups" (use column C)
change the text in A5 to proper case
what is the length of cell A9
12-Apr-22 44663 Use the VALUE function to convert text input to a numeric value.
13:00 0.5416667
10909090 10909090
R 500.00 500
NAME RANGE in formulas
Using a name for a range allows you to reference it quickly throughout your workbook by typing in the name instead of the cell references
Example (name this range below AMOUNT) Select the range (blue), in the name box type AMOUNT
100
566
87
25
50
https://www.youtube.com/watch?v=7VBn87qlxfY
A cell range is a collection of selected cells. To name a reference table
FRUIT IN STOCK PRICE range, select the information, then go to the Name Box and type name.
SELECT THE RANGE A1:C6. Give it a range name of PRICES. Now in all
Grapes YES R 7.50 formulas you use this name.
Mangos YES R 12.00
Bananas YES R 5.00
Pineapple NO R 42.50
Oranges NO R 8.50
TRY IT YOURSELF!
computer practice Give a range name "subjects" to the information in A22-25.
COMMUNICATION
Legal practice Now rename this to "Subjects 2022".
office practice
TRY IT YOURSELF!
In range names spaces are not
Select B30:E30 and name it Education. Select B31:E31 and name it Public Works. allowed but words can be
Select B32:E32 and name it General Works. Now use these range names joined by an underscore (_).
to do calculations below.
Category of Government 2019 2020 2021 2022
Education R 10,600.00 R 9,800.00 R 11,585.00 R 12,230.00
Public Works R 14,560.00 R 15,322.00 R 13,674.00 R 14,002.00 If you have forgotten the range
names in this workbook, click
General Works R 12,450.00 R 11,678.00 R 11,980.00 R 12,654.00
on the drop-down arrow in the
NOW DO THE FOLLOWING CALCULATIONS: Name box.
What is the total for all Education expenses for 2019-2022: ?
What is the lowest amount spent for Public Works from 2019 -2022? ?
What is the average amount spend for General Works during 2019-2022? ?
VLOOKUP allows you to search a data range that is set up vertically.
HLOOKUP is the exact same function, but looks up data that has been
formatted by rows instead of columns. Horizontally.
TRY IT YOURSELF!
Call this reference table HOTEL_PRICES. Now use
this reference table in the vlookup formula below.
AMOUNT DISCOUNT Remember to format the cell to percentage with no
Sunday R 400.00 10% decimals.
Monday R 500.00 0%
Tuesday R 300.00 0% DAY DISCOUNT
Wednesday R 600.00 0% Sunday
Thursday R 300.00 0% Friday
Friday R 500.00 0%
Saturday R 500.00 10%
TRY IT YOURSELF!
Call this reference table DAY_PRICES. Now use TO NAME A REF TABLE
this reference table in the hlookup formula below. (WITH TWO WORDS),
Remember to format the cell to currency with 2 decimals. USE UNDERLINING SCORE
FOR THE SPACE IN
BETWEEN THE WORDS.
DAY AMOUNT
Sunday
Friday
video https://youtu.be/QpPJsqb4T8k
SORTING OF REF TABLES
HOW TO SORT HLOOKUP TABLE: E.g. NAME MANDLA NKHESANI SHARON VULANI
SURNAME RIVOMNO NKHWASHU NETHAVHANI NYAMBI
Select the range you want to sort. HEIGHT 1.78 1.7 1.67 1.74
DO NOT SELECT COLUMN 1 INFO.
Go to the Data tab.
Sort and Filter Group.
Custom Sort, Options,
select sort left to right. Then select sort by:
row number (first row). OK
TRY IT YOURSELF!
Use the Hlookup and Vlookup to answer the following questions in red.
Instructions: Average Symbol Give a range name "symbol" for this table. Do not select the headings.
Add the range name 80 A
Calculate student average 70 B
Make use of VLOOKUP to detemine symbol 60 C
Use IF function to detemine if the student
Pass or Fail. Average below 40%=Fail 50 D
40 E Always make sure that you range table contents is in ascending order!
30 F
20 G
10 H
CONDITIONAL FORMATTING
A conditional format changes the appearance of cells on the basis of conditions that you specify.
Home tab
Conditional Formatting
Choose option
Format the temperatures to show a light red fill for those above 30 and a yellow fill for those below 30.
CITY TEMPERATURE
Cape Town 23
Pretoria 16
Johannesburg 33
East London 26
#N/A! Normally in Vlookup or Hlookup where the lookup value does not exist.
#NAME? Normally you made a keying in error in a Range name or in your formula.
Folders R 300.00
Staplers per box R 120.00
Envelopes per pack R 112.00
TOTAL COST #NAME?
#NULL? Normally when you are using a space in your formula where you should have use a comma.
Item Total cost
Folders R 300.00
Staplers per box R 120.00
Envelopes per pack R 112.00
Siccor R 78.00
A4 printing paper R 45.00
Blue pen R 12.00
Red pen R 12.00
COMBINED SUM
#REF!
A33:35 and A37:38
Excel cannot fit the contents of the answer in the space provided - double click between columns
#####
to fit!
100
200
800
900
Auto sum the ccolumn range ###
Number Total
of Packages quantity
In this example the total quantity was calculated by multiplying the number of packages with
the quantity per package. 20 #REF!
Now because the quantity per package has been removed in cells used in the formulas does
not exist anymore and therefore the reference error. 5 #REF!
12 #REF!
32 #REF!
When different types of data are combined. Like multiplying a word by a number. Or there
#VALUE! is a typing error somewhere in the data range.
#FIELD! If the image Excel is trying to fetch is missing some key information.
#UNKNOWN! Unknown data type that is not currently supported in this version of Excel.
You want to order the Caffe Americano Grande option.
ITEM CLASSIC FAVOURITES TALL GRANDE VENTI But you want to index the exact price.
1 Caffe Latte R 7.85 R 9.85 R 11.85
2 Cappuccino R 6.50 R 8.50 R 10.50 R 10.00 =INDEX(A2:E7,5,4)
3 Caramel Macchiato R 6.50 R 8.50 R 10.50
4 Caffee mocha R 6.40 R 8.40 R 10.40 C2-E7=die reference table for the anwer
5 Caffe Americano R 8.00 R 10.00 R 12.00 5=row number for the desired answer
6 Cinnamon Dolce Latte R 12.20 R 14.20 R 16.20 2=the answer must be from the ref table second column
TRY IT YOURSELF!
Planet Position Diameter
Mercury 1 4879 ?
Venus 2 12104 Use the index function to
Earth 3 12756 get the diameter of Jupiter
Mars 4 6792 row 5, column 3
Jupiter 5 142984
NO. ACCOUNT NUMBER ACCOUNT NAME You want to match the account name Realty
with the number as listed.
1 83 Brimson Furniture Realty
2 22 Chimera Illusion
3 53 Door Stoppers 5 =MATCH(F2,C2:C10,0)
4 113 Rsimpson Ltd. F2= the match you want
5 7 Realty C2-C10 is the cells you want for you lookup
6 123 Voyage Designs 0=the first answer found
7 109 Katy's Paper
8 6 Refco
9 16 Renaud and Son
FULL NAME FIRST NAME MIDDLE INITIAL LAST NAME OFFSET OFFSET ANSWER
PMT
2
3 Car loan (present value of the loan) R 50,000.00
4 Interest rate per year 14% ÷12
5 Term in years 5 x12
6
7 Payment per month R 1,163.41 =PMT(B4/12,B5*12,-B3)
8
9
10
13
14 TRY IT YOURSELF! ANSWER
What will be the payback amount
The answer
on a loan of R1500000.00 to be paid
15 ? must be
back in 30 years with an annual
R10488.22
interest rate of 7.5%.
A B C D E F G H I J K L
1 YOU WANT TO BUY A HOUSE FOR R1.5 MILJON RAND
2 YOU GET A LOAN AT THE BANK
IPMT
3 THE ANNUAL PAYBACK:
4
5 LOAN R 1,500,000.00
6 ANNUAL INTEREST RAGE 7.50%
7 PERIOD IN YEARS 30 The function calculates the interest portion based on a
8 ANNUAL PAYBACK R 127,006.85 given/specific loan payment
9
10 THE MONTHLY PAYBACK:
11 LOAN R 1,500,000.00
12 ANNUAL INTEREST RAGE 7.50%
13 PERIOD IN YEARS 30
14 MONTHLY PAYMENT R 10,488.22
15
16 WHAT IS THE INTEREST PAID ON FIRST PAYMENT
17 LOAN R 1,500,000.00
18 ANNUAL INTEREST RAGE 7.50%
19 PERIOD IN YEARS 30
20 MONTHLY PAYMENT R 10,488.22
21 INTEREST PAID R 9,375.00 So for the payment of R10488.22 you will pay R9375.00 as interest!
22
23
LOAN PLANS - DIFFERENT SCENARIOS
MONTHLY TIMEFRAME LOAN MONTHLY TOTAL AMOUNT PAID TOTAL
PLAN BEST CHOICE
INTEREST (MONTHS) AMOUNT PAYMENT AFTER INSTALMENTS INTEREST
Insert the correct formula/function to show the BEST CHOICE
1 R 10,000.00 based on the following conditions (nested IF):
2 R 10,000.00
3 R 10,000.00 IF the TOTAL INTEREST is equal to LOWEST TOTAL
4 R 10,000.00 INTEREST PAID, display the text "LOWEST
INTEREST PAID", IF the TOTAL INTEREST is equal
to "HIGHEST INTERST PAID", dislay the text
LOWEST INTEREST PAID R 0.00 "HIGHEST INTEREST PAID". For all other cells an
empty cell should be displayed.
3
4 1 10.0% 3 10000 R 4,021.15 R 12,063.44 R 2,063.44 LOWEST INTEREST
5 2 9.0% 6 10000 R 2,229.20 R 13,375.19 R 3,375.19
6 3 8.5% 9 10000 R 1,634.24 R 14,708.14 R 4,708.14
7 4 8.0% 12 10000 R 1,326.95 R 15,923.40 R 5,923.40
8 HIGHEST INTEREST
Use lookup
table Use the lookup MONTHLY
12 to determine table PLAN TIMEFRAME (MONTHS)
INTEREST
the monthly to determine
interest the months.
13 1 10.0% 3
14 2 9.0% 6
15 3 8.5% 9
16 4 8.0% 12 Reference/lookup table
ANNUAL PAYMENT
LOAN R 1,500,000.00
ANNUAL INTEREST RATE 7.50%
PERIOD (YEARS) 30
TRY IT YOURSELF!
Twenty years Fifteen years Ten years
LOAN R 500,000.00 R 500,000.00 R 500,000.00
ANNUAL INTEREST RATE 7.50% 7.50% 7.50%
PERIOD (IN YEARS) 20 15 10
MONTHLY PAYMENT
Chart Title
R 1 800.00
Mahanna B
Fox C
How can you change the chart to show the names from high to low?
How can you change the chart value to show all units? (1, 2, 3, 4, 5, 6 etc.)
Axes value
Right click
Format axis
PRODUCT SALES
A B C D Chart Title
Jan R 1,567.00 R 1,500.00 R 235.05 R 150.00
Feb R 975.00 R 1,000.00 R 146.25 R 100.00 R 1 800.00
Mar R 445.00 R 560.00 R 66.75 R 56.00 R 1 600.00
Apr R 1,249.00 R 1,300.00 R 187.35 R 130.00 R 1 400.00
May R 368.00 R 300.00 R 55.20 R 30.00 R 1 200.00
Jun R 1,345.00 R 1,100.00 R 201.75 R 110.00
R 1 000.00
R 800.00
R 600.00
HOW CAN YOU CHANGE THE AXIS LABELS? R 400.00
Change in the sheet
or R 200.00
Right click on chart, select data, under legent entries select R 0.00
series and Edit. Jan Feb Mar Apr May Jun
Or switch row and column
A B C D
A Lemons
B Apples
C Grapes
D Tomatoes
CRICKET EQUIPMENT 2022
Make &
2021 2022
Equipmen Cost Price
Sales Sales
t
Kookaburra 1799 R 1,943 R 2,504
Adidas Hel 1100 R 1,188 R 2,200
Puma Bat 2300 R 2,484 R 1,345
Kookaburr 557 R 602 R 800
Adidas Pad 745 R 450 R 950
Adidas Bat 3590 R 3,100 R 3,955
Puma Helm 870 R 940 R 600
Puma Bat 999 R 550 R 1,100
SALES COMPARISON
1221212121211 (42)
4000
3500
3000
2500
2000
1500
1000
500
0
t et t ds ds t et t
Ba m Ba Pa Pa Ba m Ba
rra el a
as as He
l a
bu sH Pu
m rra id id a Pu
m
ka id
a a bu Ad Ad m
Ko
o
Ad ok Pu
Ko
TO RENAME THE LEGEND NAMES, CHANGE IT IN
2022 2021 THE DATA DOCUMENT
Sales Sales
COMMISSION TABLES
METHOD 1: Use the Conditional Formatting option in the Home tab to create data bars.
METHOD 3: Inserting small 2-D area graphs in each cell and switching off the title, gridlines and legend.
Thereafter resize the chart to fit in a cell.This is a very time consuming method and not recommended.
COMMISSION TABLES
COMMISSION EXTRA
SALES PERSON COMMISSION % AMOUNT EARNED