Meet fellow New Skills Academy students in our study group. Join now!

Microsoft Excel Intermediate Certificate

100%
Module 26: Change Text To Upper Case

Module 26: Change Text To Upper Case

Duration: Approx 20 minutes

26.1 Change Text To Upper Case


To change the capitalisation of certain text, you can use a formula instead of wasting time deleting and retyping everything.

To do this, first you have to create a column or row for the return value or information.

Then, input the formula as follows: =UPPER(reference value)

This will change all of the text to upper case.

26.2 Video Instruction



Change Text To Upper Case – 1m 08s






26.3 Task


Estimated Time: 10 minutes

Download the worksheet that accompanies this video by clicking below. Once downloaded practise with Changing Text To Upper Case using the video above as a reference.



Option #2: Worksheet without formula




Learning Topics


Learning Topics


Learning Topics


Learning Topics


Learning Topics


Learning Topics


Learning Topics


Learning Topics


Learning Topics


Learning Topics


Learning Topics


Learning Topics


Learning Topics


Learning Topics


Learning Topics


Learning Topics


Learning Topics


Learning Topics


Learning Topics


Learning Topics


Learning Topics


Learning Topics


Learning Topics


Learning Topics


Learning Topics


Learning Topics


Learning Topics


Learning Topics


Learning Topics


Learning Topics


Learning Topics


Learning Topics


Learning Topics


Learning Topics


1
Module 1: SumProduct Formula
20 minutes
2
Module 2 : Data Validation With Date
20 minutes
3
Module 3 : Data Validation with Whole Numbers
20 minutes
4
Module 4 : Data Validation with List Feature
20 minutes
5
Module 5 : ABS Function
20 minutes
6
Module 6 : CHAR Function
20 minutes
7
Module 7 : CLEAN Function
20 minutes
8
Module 8 : CODE Function
20 minutes
9
Module 9 : EXACT Function
20 minutes
10
Module 10 : AVERAGEA Function
20 minutes
11
Module 11 : AVERAGEIF
20 minutes
12
Module 12 : AVERAGEIFS Function
20 minutes
13
Module 13 : CELL Function With 10 Variations
20 minutes
14
Module 14 : LARGE Function
20 minutes
15
Module 15: MAX Function
20 minutes
16
Module 16: MEDIAN Function
20 minutes
17
Module 17: MIN Function
20 minutes
18
Module 18: MODE Function
20 minutes
19
Module 19 : N Function
20 minutes
20
Module 20 : RANDBETWEEN Function (Insert Random Numbers)
20 minutes
21
Module 21 : RANK Function
20 minutes
22
Module 22 : Remove Duplicate Values
20 minutes
23
Module 23 : ROUND Function Up/Down
20 minutes
24
Module 24 : Add Custom Background Image
20 minutes
25
Module 25: Change Text To Lower Case
20 minutes
26
Module 26: Change Text To Upper Case
20 minutes
27
Module 27: Change Text To Proper Case
20 minutes
28
Module 28: Insert Special Character
20 minutes
29
Module 29: Use Autofill : A Time Saving Trick
20 minutes
30
Module 30: Treemap Chart
20 minutes
31
Module 31: Sunburst Chart
20 minutes
32
Module 32: Use Tables
20 minutes
33
Module 33: Use Templates
20 minutes
34
Module 34: Use Themes
20 minutes

Module 27: Change Text To Proper Case

To change the capitalisation of certain text, you can use a formula instead of wasting time deleting and retyping everything.

  • Proper case refers to capitalising the first letter in a string and any letters that follow are lower case, like you might want to do for a title or name.
  • To do this, first you have to create a column or row for the return value or information.
  • Then input the formula as follows: =PROPER(reference value)
  • This will change all of the text to proper case.

 

27.1 Change Text To Proper Case


To change the capitalisation of certain text, you can use a formula instead of wasting time deleting and retyping everything.

 

Proper case refers to capitalising the first letter in a string and any letters that follow are lower case, like you might want to do for a title or name.

 

To do this, first you have to create a column or row for the return value or information.

 

Then input the formula as follows: =PROPER(reference value)

 

This will change all of the text to proper case.

Module 6 : CHAR Function

The CHAR function (CHAR is for character), returns the character specified by a number.

It helps people label letters with a number by selecting the equal sign and typing in Char,  by dragging it down it will label all numbers with letters.

6.1 Char Formula


The CHAR function (CHAR is for character), returns the character specified by a number.

 

It automatically translates code page numbers into characters. CHAR can be used to specify characters that are hard to enter in a formula.
The CHAR function is as follows: =CHAR (number).

The number refers to the character set used by your computer, and is up to number 255. For example, =CHAR(65) results in A on almost all computers.

 

Perhaps one of the most useful CHAR functions is CHAR(10) in Windows and CHAR(13) on a MAC, which return a line break.

Module 4 : Data Validation with List Feature

It is possible to create a dropdown list in a cell to allow only a selection of choices.
 
To do this, select one or more cells to validate. Then, on the Data tab, find the Data Tools group and click Data Validation. A pop-up box will appear and go to the Settings tab. In the Allow box, select List. Then, in the Source box, type in the list values separated by commas, which will define answer choices or inputted data. For example, if you want the answer choices to be limited to Yes or No, you would type Yes, No into the Source box.
 
You can also create your options by referring to a table. The best way to do this is by creating your data table, and then format it as an Excel Table. To do this, go to the Home tab, select Styles and then Format as Table. Here, you can choose the table style that works best for you.
 
Next, select the Body Range for the Data, which means that you highlight the portion of your table that is your list (a column or row within the table). Make sure to exclude the Header.
 
Now, instead of typing your list values in the data validation Source box, you would type an equal sign followed by the name of the Table that you previously defined (the header of the column; it must be exact).
 
Check the In-cell dropdown box so that your options appear.

Module 12 : AVERAGEIFS Function

The AVERAGEIFS function is similar to the AVERAGE function in that it returns the arithmetic mean of a particular set of numbers.
 
The difference is that it will only include numbers that meet multiple criteria
 
Formula: =AVERAGEIFS(average_range wht u need the average of, criteria_range1 select data of first criteria, criteria1 mention cell with desired value for first criteria , [criteria_range1 select data of second criteria ,criteria2] mention cell with desired value for second criteria).
 
The average range is the cells you want to be taken into account for the analysis.

The criteria_range is where you define the range you want to be taken into account. Criteria_range1 is required, but the ones following are optional. The criteria are in the form of numbers, expressions, cell references, or text. Some examples could be “32,” or “>32”.
 
Calculate averages based on multiple conditions
 
 

12.1 AVERAGEIFS Function in Excel


The AVERAGEIFS function is similar to the AVERAGE function in that it returns the arithmetic mean of a particular set of numbers.

The difference is that it will only include numbers that meet multiple criteria.
The formula for AverageIFS is the following:=AVERAGEIFS(average_range,criteria_range1, criteria1, [criteria_range2, criteria 2].

The average range is the cells you want to be taken into account for the analysis.

The criteria_range is where you define the range you want to be taken into account. Criteria_range1 is required, but the ones following are optional. The criteria are in the form of numbers, expressions, cell references, or text. Some examples could be “32,” or “>32”.

Module 1: SumProduct Formula

 

This function will multiply corresponding components in the given arrays, and will then return the sum of the products.

The formula for this function is as follows:=SUMPRODUCT (array1, [array2], [array3],…)


Array1 is the only one that is required. This is the first argument (two columns of numeric data) whose components you want to multiply and then add together.

Module 9 : EXACT Function

The EXACT Function compares two text strings and returns the word TRUE if they are exactly the same, or FALSE if they are not. It is used to test text entered into a document.

This function takes into account lower and upper case letters, but it ignores differences in formatting.

The formula is as follows: =EXACT(text1, text2)

Text1 refers to the first text string and text2 refers to the second text string to which the first one is being compared and vice versa.

The text1 and text2 references usually refer to cells, though it isn't necessary that the cells be right next to each other, visible, or even on the same sheet.

Module 10 : AVERAGEA Function

AVERAGEA is very similar to the AVERAGE function, in that it returns the arithmetic mean, or average, of a list of numbers.

The formula is the following: =AVERAGEA(value1, value2,…)


The difference between the AVERAGEA and the AVERAGE formula is that: logical values, within arrays or reference arguments are counted, and text is counted as zero.

 

AVERAGEA counts logical values and ignores text?

Where as AVERAGE includes everything 

Module 19 : N Function

The N function allows you to obtain a number that was converted from a non-interger.

e.g. of non interger= date/percentage/true/false etc

e.g. 23/sept/1978= 28756
e.g. TRUE=1
e.g. FALSE=0

 

19.1 N Function


The N function allows you to obtain a value converted to a number.

 

This is relevant for numbers, a date, true or false, or an error value. Anything else will return 0.
The formula for the N function is as follows:=N(value)

The value refers to the value you want converted.

 

If a value is or refers to a number, N will return that number.

 

If a value is a date in one of the acceptable Excel formats, N will return the serial number of that date.

 

If a value is TRUE, N will return 1.

 

If a value is FALSE, N will return 0.

 

If a value refers to an error value, like #DIV/0!, N will return the error value.

Module 20 : RANDBETWEEN Function (Insert Random Numbers)

he formula for the RANBETWEEN function is as follows: =RANDBETWEEN(bottom, top)

 

20.1 RANDBETWEEN Function


The RANDBETWEEN function returns random integer numbers between minimum and maximum limits you specify.

 

A different random number is calculated every time.
The formula for the RANBETWEEN function is as follows: =RANDBETWEEN(bottom, top)

Bottom refers to the smallest integer, or minimum, you want the function to return.

 

Top refers to the largest integer, or maximum, you want the function to return.

 

For example, if you want the RANDBETWEEN function to return an integer between 1 and 100, you would type: =RANDBETWEEN(1,100) When you press enter, a random number will be returned in that cell.

 

Another function (not discussed in the video) is =RAND(), which will return a random number between 0 and 1.

Module 7 : CLEAN Function

CLEAN FUNCTION-- import texts from other programs, the documents or worksheets contain characters that may not print 

FORMULA
=CLEAN(cell reference)

7.1 Clean Function


The CLEAN function removes all characters that cannot be printed.

 

Sometimes, when you import texts from other programs, the documents or worksheets contain characters that may not print (or that may make readability difficult) with your operating system.
The CLEAN function is the following:=CLEAN(cell reference)

This will remove any potentially unreadable characters, or characters that cannot be printed.

 Get rid of unwanted characters select cell and input formula =CLEAN()

 

Module 8 : CODE Function

8.1 code function

  • the code function returns a numberic code for the first character used in a text string, or to one sole character 
  • this refers to the character set used by the computer, in case you don't have access to the full character set
  • e.g. =CODE("text")

CHAR and CODE are opposite functions?

CHAR- associate a number to a certain character

CODE: relate/ associate a character to a number which is stuck to it based on the operating system

Module 18: MODE Function

if theres no repeated numbers the answer to the formula will say N/A

Formula--- =MODE(number1,number2)

18.1 MODE Function


The MODE function will return the most repeated value in an array or range of data.

The formula for the MODE function is as follows: =MODE(number1, number 2,…)


Here, number 1 is required but any additional numbers are optional. They can also include ranges of data. Keep in mind that the data the cells are referring to could include names, arrays, or references that contain numbers. If an argument doesn't have any numbers, the MODE function will return 0.

Module 21 : RANK Function

=RANK(D6,D6:D14,0/1)

in the form of =RANK(number,ref[order]).

0=descending order (biggest---smallest)
1=ascending order (smallest---biggest)

if you add "$" sign it will be a fixed range 

=RANK(number,$D$6:$D$14,0/1)

the rank would change each time the number/cell reference changes

 

21.1 RANK Function


The RANK function returns the rank of a number being referred to in a list of values, taking into account the size of the number relative to other values in a list.
The formula for the RANK function is as follows: =RANK(number,ref,[order])

Number refers to the number whose rank you want to find with the RANK function.

 

Ref refers to an array of numbers being referred to in order to determine the rank.

 

Order is optional, and it is a number specifying how to rank a number.

Module 22 : Remove Duplicate Values

Sometimes you have duplicate values in a range of data that are not useful to you.

Rather than deleting them one by one you can remove duplicate values using an Excel function.

To do this, select a cell or a range of cells.

Then go to the Data tab, and find the Data Tools group. Here, click Remove Duplicates.

Then, under Columns you can select one or more columns where you would like data removed.

You can select all columns by clicking Select All. You can clear all columns by clicking Unselect All.

Then click OK.

Module 23 : ROUND Function Up/Down

ROUND FUNCTION UP/DOWN

decimal values are not significant to you, so you can use the Round a Number function in Excel.

This will allow you to: round a number up, round a number down, round a number to the nearest number or round a number to a near fraction.

FORMULA-- =ROUNDUP(argument1, argument 2)
FORMULA-- =ROUNDDOWN(argument1, argument 2)
FORMULA-- =ROUND(argument1, argument2)

**argument 1= number which you want to round
**argument 2= how many decimal places to round it to

e.g. 7.12 (aka B6)
      =ROUNDUP(B6,1)= 7.2 (rounding up by 1 d.p)

 

23.1 ROUND Function Up/Down

 

Sometimes decimal values are not significant to you, so you can use the Round a Number function in Excel.

 

This will allow you to: round a number up, round a number down, round a number to the nearest number or round a number to a near fraction.

 


The formula for rounding a number up is:


=ROUNDUP(argument1, argument2)


The first argument is the number to be rounded.


The second argument is the number of decimal places to which you want to round the result (0 is valid if you only want whole numbers).

 


The formula for rounding down a number is:


=ROUNDDOWN(argument1, argument2)


The first argument is the number to be rounded.


The second argument is the number of decimal places to which you want to round the result (0 is valid if you only want whole numbers).

 


To round a number to the nearest number or nearest fraction, you can use the following formula:


=ROUND(argument1, argument2)


The first argument is the number to be rounded.


The second argument is the number of decimal places to which you want to round the result (0 is valid if you only want whole numbers).


The videos below discuss Rounding Up and Rounding Down.

Module 25: Change Text To Lower Case

To change the capitalisation of certain text, you can use a formula instead of wasting time deleting and retyping everything
  • To do this, first you have to create a column or row for the return value or information.
  • Then input the formula as follows: =LOWER(reference value)
  • This will change all of the text to lower case.

25.1 Change Text To Lower Case


To change the capitalisation of certain text, you can use a formula instead of wasting time deleting and retyping everything

 

To do this, first you have to create a column or row for the return value or information.

 

Then input the formula as follows: =LOWER(reference value)

 

This will change all of the text to lower case.

Module 26: Change Text To Upper Case

To change the capitalisation of certain text, you can use a formula instead of wasting time deleting and retyping everything.
  • To do this, first you have to create a column or row for the return value or information.
  • Then, input the formula as follows: =UPPER(reference value)
  • This will change all of the text to upper case.

26.1 Change Text To Upper Case


To change the capitalisation of certain text, you can use a formula instead of wasting time deleting and retyping everything.

 

To do this, first you have to create a column or row for the return value or information.

 

Then, input the formula as follows: =UPPER(reference value)

 

This will change all of the text to upper case.
 

Module 28: Insert Special Character

Some symbols and special characters are not available on the keyboard.
 
  • (E.g.) copyright symbol (©)
  • To insert a symbol on a worksheet, click the cell where you want the symbol inserted. 
  • Then, on the Insert tab, find the Text group and click on Symbol (use the Symbol dialog box)
  • A symbol dialog box will appear, and make sure you are in the Symbols tab
  • Then, from the list of symbols, click the symbol you want to insert and click Insert.

28.1 Insert Special Character


Some symbols and special characters are not available on the keyboard.

 

Some of these include the copyright symbol (©), or trademark symbol (™), or Unicode characters, among others. In these cases, you can use the Symbol dialog box.

 

To insert a symbol on a worksheet, click the cell where you want the symbol inserted.

 

Then, on the Insert tab, find the Text group and click on Symbol. A symbol dialog box will appear, and make sure you are in the Symbols tab. You can specify the font you want to use in the Font box.

 

Then, from the list of symbols, click the symbol you want to insert and click Insert.

Module 29: Use Autofill : A Time Saving Trick

AUTOFILL
will automatically fill in data that follows a pattern, which will save you time when inputting repetitive numbers, words, or strings of words.

One way is just by highlighting the table.

  • Put something in the cell then extend it by highlighting the table
  • Go to the Home Tab...Fill...Series
  • Choose the Column/Rows
  • Under type click on the linear
  • Step Value =1

 

Shorten Long Sentences

  • Highlight the very long sentence 
  • Highlight up to the column you want it to end at
  • Select the Fill...and click Justify

 

29.1 Use Autofill


The Autofill function will automatically fill in data that follows a pattern, which will save you time when inputting repetitive numbers, words, or strings of words.

 

There are multiple ways in which Autofill functions. You can allow Excel to finish filling in words or strings of words you have previously written: When you start to type, and Excel detects it is the same as a previously entered piece of data, it will show up completed and highlighted. If it is what you want, you can press enter on your keyboard. If not, continue typing.

 

You can also fill data into adjacent cells by using the Fill command. The Fill command will fill the active cell or selected range with the contents of an adjacent cell or range. To do this, select a cell that is adjacent to the cell with the data you want copied (you can select multiple adjacent cells). Then, on the Home tab, find the Editing group, and click Fill. Then click Down, Right, Up or Left to specify where you want the data placed.

 

You can also fill formulas into adjacent cells. To do this, select the cell that contains the formula you want to fill to adjacent cells. Drag the handle (a little square that appears in the lower right corner of the cell that is activated), across the cells you want to fill. Here, you can choose how you want to fill the selection by clicking Auto Fill Options and clicking the option you want.

 

If you want Excel to automatically complete a series (1,2,3,4,5… or 2,4,6,8,10,…, etc.) select the first cell in the range that you want to fill. Type the starting value, and continue typing some values in the direction you would like. There should be enough to establish a pattern. Then, select the cell or cells that contain the starting values for the series, and drag the fill handle (again, the small black box in the lower right corner of an activated cell) across the range you want to fill.

 

By using the Fill command in the Editing group of the Home tab, you can also fill a series by defining a certain type of data.

 

Module 30: Treemap Chart

  • A Treemap chart lets you view your data in a hierarchical manner
  • Easy to identify patterns in terms of popularity, prices, volume, and others.
  • Treemap charts divide up categories into different sized rectangles that are proportional to the amount or number (units) they represent.

METHOD

  • First need to input your data where you organise larger (left) to smaller (right) categories.
  • When you have finished inputting your data, highlight the table, click the Insert tab, then click Insert Hierarchy Chart and finally Treemap.
  • Colours will automatically be selected for you, but you can format and personalise these in the Format.
  • You can also format how the labels appear by clicking Format, Series Options, Label Options, then choosing the Options you would like.

30.1 Treemap Chart


A Treemap chart lets you view your data in a hierarchical manner, which makes it easy to identify patterns in terms of popularity, prices, volume, and others.

 

Treemap charts divide up categories into different sized rectangles that are proportional to the amount or number (units) they represent.

 

In order to create a Treemap chart, you first need to input your data where you organise larger to smaller categories from left to right columns.

 

When you have finished inputting your data, highlight the table, click the Insert tab, then click Insert Hierarchy Chart and finally Treemap.

 

Colours will automatically be selected for you, but you can format and personalise these in the Format. You can also format how the labels appear by clicking Format, Series Options, Label Options, then choosing the Options you would like.

Module 31: Sunburst Chart

  • The Sunburst chart is useful when you want to display hierarchical data.
  • The outer rings represent categorical divisions (contributing pieces of inner ring divisions).
  • The innermost circle is the top of the hierarchy and it demonstrates how outer rings are related to inner rings.
    (e.g) Quarterly Sales
    The quarters would go in the middle, then the months, then the weeks on the outermost layer.

 

 

METHOD

  • First you must select your data, which must be hierarchical.  
  • After you have created your data, select it, click Insert, then Insert Hierarchy Chart, then Sunburst Chart.
  • Use the Design and Format tabs after clicking anywhere in your chart to customise how your chart looks.

31.1 Sunburst Chart


The Sunburst chart is useful when you want to display hierarchical data.

 

It is visually similar to a doughnut chart, but there are multiple layers. The outer rings represent categorical divisions (which are contributing pieces) of inner ring divisions. In other words, the innermost circle is the top of the hierarchy and it demonstrates how outer rings are related to inner rings.

 

To create a sunburst chart, first you must select your data, which must be hierarchical. example is if you want to represent how quarterly sales are divided into months and weeks. The quarters would go in the middle, then the months, then the weeks on the outermost layer.

 

After you have created your data, select it, click Insert, then Insert Hierarchy Chart, then Sunburst Chart.

 

Use the Design and Format tabs after clicking anywhere in your chart to customise how your chart looks.

Module 32: Use Tables

TABLES
Tables in Excel allow you to easily manage and analyse information in a group of related data.

TABLE TIPS

  • Select Data -- click cell and CTRL+A
  • Create Headers -- Home tab...Format as table (my table has headers)
  • Data range -- already selected if you highlighted data (if not write it like this e.g. $B$4:$J$35).
  • There is a filtering option by headers, to help find specific data.
  • Click cell... table design tab... summarize with pivot table...new worksheet
  • Click cell...table design tab...remove duplicates (CTRL+Z to undo)
  • To get AVERAGES/TOTALS/PERCENTAGES etc we can right click on arrow by total... click quick analysis and choose options of other functions for all rows.

TOTAL ROW -- If the Total Row doesn't show up, bring up the Table Tools by clicking in the table, and click on the design tab.
You will then see check boxes in Table Style Options. Click Total Row so that it appears at the bottom of your table.

 

32.1 Use Tables


Tables in Excel allow you to easily manage and analyse information in a group of related data.

 

The elements of a table include the Header Row, which all tables automatically have (it is the first row in a table). When activated, the title of every column has filtering enabled so you can filter or sort your data without having to search for the function in the tabs. Additionally, there are banded rows by default (which you can remove if you would like) to distinguish rows from each other with ease.

 

Another key element is the Total Row, which is the sum of all rows in a single column. By writing the formula once, it can apply to the rest of the rows. You can change the formula in the dropdown column of the total row so that it displays counts or averages, among others.

 

You can insert a table by first inputting your raw data, highlighting it, then going to the Insert Tab where you will find the Tables button. Here you click table and it will automatically format your table as described above. If the Total Row doesn't show up, bring up the Table Tools by clicking in the table, and click on the design tab. You will then see check boxes in Table Style Options. Click Total Row so that it appears at the bottom of your table

Module 33: Use Templates

TEMPLATES

  • Go to Files...Go to New... use whichever template you find the most useful.
  • You can search for which template will help you.

 Common templates include: personal and business budget, cash flow, calendars, to-do list, travel expenses, loan comparison calculators, schedules, invoices, inventories and more

Module 5 : ABS Function

5.1 ABS Function


The ABS Function will return the absolute value of a number in the location you desire.

 

The absolute value is a number without a positive (+) or negative (-) sign. This is useful if, for example, you want to know the difference between numbers in two columns, but negative values aren't of importance to you.
The formula for the ABS function is: = ABS(number)

The number can be typed in, or it can refer to a cell.

Module 11 : AVERAGEIF

 AVERAGEIF

The AVERAGEIF function in Excel is similar to the AVERAGE function in that it calculates the arithmetic mean of a set of values, only of values that meet certain criteria.

For example, you can specify that it should only take into account values greater than 30 or 100.

The formula for the AVERAGEIF function is:

=AVERAGEIF(range, criteria, [average_range])

The range should refer to the range of cells you want to be included in the calculation.

Insert the relevant criteria needed to find the average.

average_range is optional, although you could specify even further what cells to take into account.

Module 13 : CELL Function With 10 Variations

CELL FUNCTION (with 10 variations)

The CELL function is an informative formula that tells you about the contents, location, formatting, and properties of a specific cell.

The formula for CELL is:=CELL(“what you want to find out about the cell”, cell location)

The variations of this formula include the following:

=CELL(“address”, cell location), to find the location of the cell.

=CELL(“col”, cell location), to find the column number.

=CELL(“row”, cell location), to find the row number.

=CELL(“type”, cell location), where b is for blank, l is for text, and v is for value.

=CELL(“prefix”, cell location), where it will return a ' for left, ^ for centre, and “ for right. When there is nothing, it will be displayed as numeric entries.

=CELL(“width”, cell location), to find out the width of a cell.

=CELL(“format”, cell location), which will tell you the number format of the cell. It is necessary to download the number codes for format for future reference.

=CELL(“parentheses”, cell location), where 1 is yes and 0 is no.

=CELL(“color”, cell location,) will tell you if the cell is formatted for coloured negatives. It will return 1 for yes, 0 for no.

=CELL(“protect”), will tell you if the cell is locked (1) or unlocked (0). =CELL(Filename, D5), will tell you the name of the file. 

Module 14 : LARGE Function

LARGE Function

This function will return the Kth largest value in a previously defined data set.

You can use this function to select a value based on its standing when compared to the other values, including the highest score, second-place or third-place score.

The formula for the LARGE function is the following:=LARGE(array,k)

The array refers to the range of data in which you want to determine the largest value.

K refers to the position in the array or cell range of data to return (for example, if you want to return the second largest number from an array of values, you would type 2 for K). The result will be the value that fits that description. 

Module 15: MAX Function

MAX Function

The MAX function returns the largest value in a set of values.

The formula for the MAX function is as follows: =MAX(number1, number 2,…)

Here, number 1 is required but any additional numbers are optional. Ranges of data are also valid.

Keep in mind that the data cells are referring to could include names, arrays, or references that contain numbers. If an argument doesn't have any numbers, the MAX function will return 0.

Module 16: MEDIAN Function

MEDIAN function

The MEDIAN function returns the median number of a set of numbers.

The formula for the MEDIAN function is as follows: =MEDIAN(number1, number 2,…) 

 

Here, number 1 is required but any additional numbers are optional. Ranges of data can also be included. Keep in mind that the data the cells are referring to could include names, arrays, or references that contain numbers. If an argument doesn't have any numbers, the MEDIAN function will return 0. There is a maximum of 255 numbers that can be input. 

 

Module 17: MIN Function

y17.1 MIN Function


The MIN function returns the smallest value in a set of values.
The formula for the MIN function is as follows: =MIN(number1, number 2,…)

Here, number 1 is required but any additional numbers are optional. They can also include ranges of data.

 

Keep in mind that the data the cells are referring to could include names, arrays, or references that contain numbers. If an argument doesn't have any numbers, the MIN function will return 0.

Module 24 : Add Custom Background Image

24.1 Add Custom Background Image


In Excel you can add backgrounds into sheets for display purposes. These background images aren't printed, rather it is only visible on the screen.

 

To add a sheet background, go to the Page Layout tab, and in the group called Page setup, click Background. Here you can browse your documents and files to select the picture you want to appear and insert. (Note that the selected picture repeats itself until the sheet is filled, so size is important when inserting a picture).

 

If you would like the background image to appear when printed, you have to insert it as a header to mimic a watermark. To do this, click on the Insert tab, and in the Text group, click on Header & Footer. Under header, click the desired alignment. Then, in the Design tab of the Header & Footer Tools, find the Header & Footer Elements group, and click on Picture. Then browse your files for the picture you want to insert, and double-click. Click in the worksheet and it will appear.

 

You can change the scale by clicking on the header selection box where the picture is, and then clicking in the Header & Footer Elements group, where you then click on Format Picture and change the picture to the desired size in the Size tab.

Module 34: Use Themes

34.1 Use Themes


It is possible to change the colour themes for the formatting options in Excel to create a personalised look to your workbook.

 

You can change the theme to predetermined colour and font themes by going to the Page Layout tab and clicking the Themes button. Samples of fonts and colours will appear, and you can choose the one that you like most. To choose a standard colour theme, go to the Page Layout tab in Excel, and a list and sample of colour themes will show up. Click on the one you desire and it will be applied to the document.

 

You can also create your own colour theme by clicking the Customize Colors button in the list.

 

You can also change theme fonts by going to the Page Layout Tab, then to fonts, and you can choose from the predetermined font themes or customise one. Under the Fonts button in the Page Layout tab you can also change effects. These include shadows, lines, fills, and others.

 

To change a theme, you simply need to pick a different theme from the Themes menu. After you have determined your theme, you can save it so that it shows up in the themes list for later use. To do this, just make sure you have the theme you would like, click on the Themes button in the Page Layout Tab and click on Save Current Theme. Enter a name for the theme in the file box and click Save.

Module 2 : Data Validation With Date

Frequently Asked Questions

To progress on to the next module of your course scroll to the bottom of the current module and press the “NEXT” button. This will take you directly to the following module.

Once you have completed the last module of the course please click on the button at the bottom of the module that says “START”. This will take you to the test.

The pass mark for the end of course test is 70%

Yes, you can re-take your test as many times as you need to.

No, once you have passed a test it is not possible to retake it.

When logging on to your course directly through our site you have lifetime access.

Click on the “My Profile” button at the top of any page on our site. This will take you to your profile page. Once there scroll down to the section headed “Edit Your Profile” and enter your new password.

Please click here to contact our student support team

If you would like to go back and view a completed module you can do this by clicking the “Course Modules” option from the side bar menu of your course. This will take you to a list of the modules contained within your course. Simply select the module you wish to study again.

Please click here to find out how to save your course modules as PDF files

Worksheets

Module 1: SumProduct Formula

Module 1: SumProduct Formula

Module 2 : Data Validation With Date

Module 2 : Data Validation With Date

Module 3 : Data Validation with Whole Numbers

Module 4 : Data Validation with List Feature

Module 4 : Data Validation with List Feature

Module 5 : ABS Function

Module 5 : ABS Function

Module 6 : CHAR Function

Module 6 : CHAR Function

Module 7 : CLEAN Function

Module 7 : CLEAN Function

Module 8 : CODE Function

Module 8 : CODE Function

Module 9 : EXACT Function

Module 9 : EXACT Function

Module 10 : AVERAGEA Function

Module 10 : AVERAGEA Function

Module 11 : AVERAGEIF

Module 11 : AVERAGEIF

Module 12 : AVERAGEIFS Function

Module 12 : AVERAGEIFS Function

Module 13 : CELL Function With 10 Variations

Module 13 : CELL Function With 10 Variations

Module 14 : LARGE Function

Module 14 : LARGE Function

Module 15: MAX Function

Module 15: MAX Function

Module 16: MEDIAN Function

Module 16: MEDIAN Function

Module 17: MIN Function

Module 17: MIN Function

Module 18: MODE Function

Module 18: MODE Function

Module 19 : N Function

Module 19 : N Function

Module 20 : RANDBETWEEN Function (Insert Random Numbers)

Module 20 : RANDBETWEEN Function (Insert Random Numbers)

Module 21 : RANK Function

Module 21 : RANK Function

Module 22 : Remove Duplicate Values

Module 23 : ROUND Function Up/Down

Module 23 : ROUND Function Up/Down

Module 23 : ROUND Function Up/Down

Module 23 : ROUND Function Up/Down

Module 24 : Add Custom Background Image

Module 25: Change Text To Lower Case

Module 25: Change Text To Lower Case

Module 26: Change Text To Upper Case

Module 26: Change Text To Upper Case

Module 27: Change Text To Proper Case

Module 27: Change Text To Proper Case

Module 28: Insert Special Character

Module 29: Use Autofill : A Time Saving Trick

Module 29: Use Autofill : A Time Saving Trick

Module 30: Treemap Chart

Module 31: Sunburst Chart

Module 32: Use Tables

Module 32: Use Tables

Module 33: Use Templates

Module 34: Use Themes

My Notes