Visit and subscribe theCPAtube. Complete all HBL assignments on SLS & GC.
Master Your Spreadsheet Skills
1. Sorting Ascending/Descending
2. Conditional Formatting
3. Data Validation
4. Combination Chart
5. TEXT series
6. COUNT series
7. RANDBETWEEN
8. IF
9. ROUND series
10. VLOOKUP
11. =TODAY()
Other Skills You Should Already Know
Insert Row / Column
Cell Merge
Cell Formatting (Colours)
Borders
Currency
Decimal Places
Calculating Percentages
Data Type (Number, Date, Currency)
Example 1
Percentage Boys = (Boys/Class Size) * 100
...
There are 10 boys in a class of 40 students. What % of the class is boys?
% boys = (10/40) x 100 = 25%
Example 2
Percentage Marks =
(Actual Marks/Total Marks) * 100
...
Alfred scored 40 marks. The test paper is 50 marks. Calculate his percentage score.
% Marks = 40/50 x 100 = 80%
Today's Date
How do we get today's date?
...
Other related Date functions (YEAR, MONTH, DAY)
= YEAR (1 Feb 2020) | Ans = 2020
= MONTH (1 Feb 2020) | Ans = 2
= DAY (1 Feb 2020) | Ans = 1
....
You can also combine Date functions
= YEAR (TODAY()) | Ans = 2020
Do not forget the equals sign & brackets.
Check out the video tutorial on Sorting Ascending vs Descending order here
Data Validation Settings
(text length, number range, etc)Input Message
A message to help user to input the correct data.Title = Input DataError Alert
A message to alert user if data is not accepted.Title = ErrorIn MS-Excel,
go to Home/Conditional Formatting
Conditional formatting will automatically format (colour) cells that meet specific conditions
In MS-Excel,
Highlight the data to be plotted
Goto Insert/Chart
Choose Chart No 6.
Combination Charts will allow to create a combination of a line chart and a column chart.
COUNT (range)
COUNTA (range)
COUNTIF (range, condition)
...
There are only 3 of these.
Do not confuse IF with COUNTIF (which is a counting function).
IF is a logic function.
...
...
There is one condition and a TRUE & FALSE outcome
...
Do not confuse IF with COUNTIF (which is a counting function).
IF is a logic function.
...
Generate Random numbers
=RANDBETWEEN(smallest, largest)
(1) Generate a random 3-digit number
(2) Generate a random 4-digit number
Round follows maths rules
Example 1: ROUND (9.1, 0 ) = 9
Example 2: ROUND (9.8, 0 ) = 10
Rounds up number
Example 1 : =ROUNDUP(9.1,0) = 10
Example 2 : = ROUNDUP(9.8,0) = 10
Rounds down number
Example 1 : =ROUNDDOWN(9.1,0) = 9
Example 2 : = ROUNDDOWN(9.8,0) = 9
...
In MS-Excel,
Go to Formulas
LookUp & References
VLOOKUP
Tutorial video will be featured at gg.gg/theCPAtube
Practice Makes Perfect