Computer Revision unit 2 and 3

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/11

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 10:28 AM on 9/12/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

12 Terms

1
New cards

Define a table of content


A table of conent is found at the start of a document that contains the titles and subtitles and their corresponding page number

2
New cards

What is mail merge?


A mail merge can be useful when a document needs to be sent to many people.

3
New cards

Give the three steps for mail merge


  • Create a mailing list

  • Create a template

  • Insert fields to merge the two document


4
New cards

GIve the three requirement i order to complete the mail merge process


  • Main Document

  • Data Source

  • Merge Fields


5
New cards

Define the term ‘Conditional Formatting’


Conditional Formatting is a feature in Exel to apply formatting to a cell or a range of cells based on a certain criteria

6
New cards

Write the formula for the if statement


If =(Logical test, value_if_true, value_if_false)

7
New cards

Write it in a function arguement


Logical test cell number < a number

Value_If_true ‘PASS’

Value_if_false ‘FAIL’

8
New cards

How to repeat of replicate the if statement?


  • Fill handle can be used to duplicate the formula


9
New cards

What is COUNTIF function?


The countif fuction counts the number of cells ina given range that meet a specefic condition

10
New cards

Write the fomula of COUNTIF


=COUNTIF(range, criteria)

11
New cards

Define Range.


The range refers to the range of cells to be counted by the formula.

12
New cards

Define Criteria


The Criteria refers to the conditions that must be met in order for the cells to be counted