Computer Application For Business - Module 3: Steps For Mail Merge in Ms Word
Computer Application For Business - Module 3: Steps For Mail Merge in Ms Word
Mail merge is a Microsoft Word feature often used to produce a number of similar documents,
including elements from a separate data document (e.g. a database, spreadsheet or Outlook
contacts file).
The list is combined with standard text, usually to produce a letter or invite to a series of
different recipients.
There are five steps to the mail merge process:
1. Choose your document type - Within the mailings tab click the start mail merge button and a
drop down will appear. You can choose from labels, envelopes, emails, letters or a directory.
2. Select your recipients - Here you can choose to "type a new list" where you enter the
recipients into a database one by one, "use an existing list" such as a spreadsheet to import the
data or "select from your Outlook contacts". You can then edit the recipient data should you
wish.
3. Write & insert fields - Now that your document is linked to your recipient data you can add
the individual personalization fields. This includes address fields (use the "address block"
button) and greeting line (e.g. dear Sir or Madam, recipient's first name etc).
4. Preview results - Check that the fields you've inserted are pulling the correct data through
(e.g. the town field isn't pulling through the county information) and positioned correctly on
your document.
5. Finish & merge - Now that you're happy with your content, and the correct data fields are
being imported, you can finish and merge the document and your data to create the final
product. There are three options here:
• Edit individual documents - Creates a single new document with separate pages for
each recipient.
• Print documents - This sends multiple letters directly to your printer.
• Send email messages - This sends your document as emails rather than hard copies (you
must have email details in your data file to do this).
Advantages of Mail Merge:
The advantages of mail merge is that the feature saves your time and efforts. Producing mass
mailings is much simplified, especially compared to the process of preparing individual letters
or envelopes to many people. The biggest advantage of mail merge is that a company can write
and send one standard letter to a large number of stakeholders, such as its shareholders,
without manually adding each name and address. Mail merge can generate hundreds of letters
and envelopes that are tailored to read as though they were written to individuals.
******************************************************************************
Microsoft Excel and Access are two different application software from Microsoft. They both
deal with tabular data, but still there are numerous differences between the two. Excel is a
spreadsheet application program, whereas Access is a database program. Both are structured in
different ways, and thus serve different purposes. The main difference between Excel and
Access is that Excel is a spreadsheet to perform calculations and to represent data visually
while Access is a Database Management System that is used to store and manage data easily.
Microsoft Excel:
******************************************************************************
• Efficiency: Databases eliminate the need for the redundant data entry that is typical of
spreadsheets.
• Data Security: Databases have more user security than a spreadsheet in the form of
user access into the system and restrictions on access to the data that is viewable.
• Reporting: Reporting is much more robust from a database where ranges of records for
a single customer or dataset can be quickly generated.
• Searching: For the same reason as reporting, searching by multiple criteria is easier with
a database and allows users to quickly hone in on specific records.
• Sharing Data: Many database users can access the same file and data at one time.
Therefore, there is no file duplication, individual user edits and formatting conflicts that
are common with spreadsheets.
• Greater Capacity: Databases accommodate a very large volume of data. In comparison,
spreadsheets are much more limited.
• Historical Data: Older data can be archived in a database much easier or easily accessed
for reporting.
• Automated tasks: Microsoft Access has a great advantage of automating its routine
tasks, if the data needs to be exported automatically a macro is created that allows to
perform the task.
• Ease of integration: It works in a way with varied programs for software development
based on Windows only, you can also use its tables in products such as SQL Server.
• Multi-user support: Previous versions such as 2016 allow a total of 255 users
approximately.
******************************************************************************
************************************************************************
Steps in creating a Form in MS access
Access forms are much like paper forms: we can use them to enter, edit, or display data. They
are based on tables. When using a form, we can choose the format, the arrangement, and
which fields you want to display. Access makes it easy to create a form from any table in your
database. Any form you create from a table will let you view the data that's already in that
table and add new data. Once you've created a form, you can modify it by adding additional
fields and design controls like combo boxes.
These are the following steps to create a Form in MS Access
1. Open the Navigation pane.
2. Click the table or query on which you want to base your form.
3. Activate the Create tab.
4. Click Form in the Forms group.
5. Access creates a form. Your form will be created and opened in Layout view.
6. Click the Save button on the Quick Access toolbar. Access saves the form unless you are
saving for the first time. If you are saving for the first time, the Save As dialog box
appears.
7. Type the name you want to give the form.
8. Click OK. Access saves the form. You can now access the form by using the Navigation
pane.
******************************************************************************
A Pivot Table is a summary of a large dataset that usually includes the total figures, average,
minimum, maximum, etc. Pivot tables allow us to analyse, summarize and show only relevant
data in our reports. Pivot tables are one of Excel's most powerful features. A pivot table allows
you to extract the significance from a large, detailed data set.
To insert a pivot table, execute the following steps.
1) Click any single cell inside the data set.
2) On the Insert tab, in the Tables group, click PivotTable.
3) A dialog box appears. Excel automatically selects the data for you. The default
location for a new pivot table is New Worksheet. Click ok.
4) Excel then opens a new worksheet and places our PivotTable there.
5) This is our blank slate. We also see something new on the right edge of this
worksheet. This is where we will find our available PivotTable fields and the four
areas we can place them.
6) Drag a "label" field into the Row Labels area (e.g. customer)
7) Drag a numeric field into the Values area (e.g. sales)
A pivot table is a data summarization tool that is used in the context of data processing. Pivot
tables are used to summarize, sort, reorganize, group, count, total or average data stored in a
database. It allows its users to transform columns into rows and rows into columns. It allows
grouping by any data field. Pivot tables are the perfect solution when you need to summarize
and analyze large amounts of data. In just a few clicks, you have access to a whole new set of
information. A drag and drop option to move your fields around is the easiest way to go. Pivot
tables are most commonly used in situations where data needs to be aggregated, and sliced
and diced for analysis. It’s particularly useful when you are looking to calculate and summarize
data in order to make comparisons.
Pivot table do the following:
• Run automatic calculations on summed or counted values
The key difference between relative and absolute cells is that relative cell references move
when you copy them, but absolute references do not.
• Relative references as the name suggest that its something which will change. Absolute
as the name suggest its something that does not change. It means it remain static
weather we drag the formula Up , Down or Right Left.
• Absolute references are noted by a dollar sign in front of the cell reference. So a relative
cell reference might look like =A1+A2 but an absolute reference might look
like =$A$1+$A$2.
• The dollar sign in an Excel cell reference affects just one thing - it instructs Excel how to
treat the reference when the formula is moved or copied to other cells. In a nutshell,
using the $ sign before the row and column coordinates makes an absolute cell
reference that won't change. Without the $ sign, the reference is relative and it will
change.
• For example, if you have 10 in cell A1 and you use an absolute cell reference ($A$1), the
formula =$A$1+5 will always return 15, no matter what other cells that formula is
copied to. On the other hand, if you write the same formula with a relative cell
reference (A1), and then copy it down to other cells in the column, a different value will
be calculated for each row. The following image demonstrates the difference:
CONDITIONAL FORMATTING:
MS Excel conditional Formatting feature enables you to format a range of values so that the
values outside certain limits, are automatically formatted.
• Highlight Cells Rules − It opens a continuation menu with various options for defining the
formatting rules that highlight the cells in the cell selection that contain certain values,
text, or dates, or that have values greater or less than a particular value, or that fall within
a certain ranges of values.
Suppose you want to find cell with Amount 0 and Mark them as red. Choose Range of cell » Home
Tab » Conditional Formatting DropDown » Highlight Cell Rules » Equal To.
After Clicking ok, the cells with value zero are marked as red.
• Top/Bottom Rules − It opens a continuation menu with various options for defining the
formatting rules that highlight the top and bottom values, percentages, and above and
below average values in the cell selection.
Suppose you want to highlight the top 10% rows you can do this with these Top/Bottom rules.
• Data Bars − It opens a palette with different color data bars that you can apply to the cell
selection to indicate their values relative to each other by clicking the data bar thumbnail.
With this conditional Formatting data Bars will appear in each cell.
Color Scales − It opens a palette with different three- and two-colored scales that you can apply
to the cell selection to indicate their values relative to each other by clicking the color scale
thumbnail.
Icon Sets − It opens a palette with different sets of icons that you can apply to the cell selection
to indicate their values relative to each other by clicking the icon set.
• New Rule − It opens the New Formatting Rule dialog box, where you define a custom
conditional formatting rule to apply to the cell selection.
• Clear Rules − It opens a continuation menu, where you can remove the conditional
formatting rules for the cell selection by clicking the Selected Cells option, for the entire
worksheet by clicking the Entire Sheet option, or for just the current data table by clicking
the This Table option.
• Manage Rules − It opens the Conditional Formatting Rules Manager dialog box, where
you edit and delete particular rules as well as adjust their rule precedence by moving
them up or down in the Rules list box.
*******************************************************************
Explain the four functions which let you count up the number of cells matching
certain criteria in Excel
COUNT FUNCTION:
• COUNT
• COUNTA
• COUNTIF
• COUNTIFS
Use the COUNT function to get the number of entries in a number field that is in a range or array
of numbers. For example, you can enter the following formula to count the numbers in the range
A1:A20: =COUNT(A1:A20). In this example, if five of the cells in the range contain numbers, the
result is 5.
1. Summary. COUNTIF is a function to count cells that meet a single criteria. ...
2. Count cells that match criteria.
3. A number representing cells counted.
4. =COUNTIF (range, criteria)
5. range - The range of cells to count. ...
6. The COUNTIF function in Excel counts the number of cells in a range that match supplied
criteria.
To count unique entries you would have to use the SUM function together with the COUNTIF
function. An example of using both functions is given below: Where COUNT calculates the
number of cells with a numerical value, COUNTA simply counts the number of cells that contain
any value (that is, cells that are not blank).
If you need to sum a column or row of numbers, let Excel do the math for you. Select a cell next
to the numbers you want to sum, click AutoSum on the Home tab, press Enter, and you're done.
When you click AutoSum, Excel automatically enters a formula (that uses the SUM function) to
sum the numbers.
Steps
1. Type =COUNTIFS(
2. Select or type range reference that includes date values you want to apply the criteria
against $C$3:$C$10.
3. Type minimum date criteria with equal or greater than operator “>=1/1/2012”
4. Add the date range again $C$3:$C$10.
5. Type maximum date criteria with equal or greater than operator “>=12/31/2012”
The difference is that COUNTIF is designed for counting cells with a single condition in one range,
whereas COUNTIFS can evaluate different criteria in the same or in different ranges.
************************************************************************
VLookup and HLookup functions are two functions that are used for finding specific data in the
excel sheet. This function is very useful as it easily locates the data or the value. If we compare
both VLookup and HLookup functions, we find that VLookup function is more frequently used
by the MS Excel users in comparison to HLookup function.
Difference 1:
The VLookup function is one of the important functions in Microsoft Excel. This function helps
you to locate specific information in your spreadsheet. When the user uses VLookup function for
finding specific information in MS Excel spreadsheet, each matching information is displayed in
the same row but in the next column.
Microsoft Excel defines HLookup as a function that “looks for a value in the top row of a table or
array of values and returns the value in the same column from a row you specify”. The HLookup
function retrieves data from the table horizontally. According to some experts most of the data in
MS Excel sheet is created with vertical tables, the HLookup function is used less in comparison to
VLookup function
Difference 2:
VLookup Syntax
In the above VLookup syntax, lookup_value refers to the value that the user is trying to find in a
table, and table_array refers to the range or table in which the user is looking for a certain value to
match another value.
HLookup Syntax:
In the above syntax lookup_value refers to the value that the user wants to look for, table_array
refers to the data or table the user is searching for, and row_index_num in this refers to the row
number array, that the user wants the corresponding value to be returned from
The [range_lookup] is an optional logical argument, which can be set to TRUE or FALSE by the
user. If it is set to TRUE and if there is no exact match found, this will return the closest match to
the given value. If it is set to FALSE by the user, and if the given value is not found in the
spreadsheet then it will return an error message. The user can also make use of wild (“? and
*”)characters in their Hlookup function , where" ? "is used to match any single character and (*)
is used to match a sequence of characters.
Difference 3:
One of the pre-requisite for using VLookup function is that the value the user is searching must be
located in the left-most column of the table/range.
In HLookup syntax, the pre-requisite is that the value the user is searching in the table or range
must be in the top-most column.
Difference 4:
Though MS Excel HLookup function is a very useful function for creating horizontal Lookups but
is not very popular in comparison to VLookup function because, most of the tables are are vertical
MS Excel, and that is the reason this HLookup function is not that popular in comparison to
VLookup function.
Difference 5:
HLookup searches for a value in the top row of a table and then returns a value in the same column.
The VLookup function displays the searched value in the same row but in the next column.