Friday, April 3, 2015

Range

A range in Excel is a collection of two or more cells. This chapter gives an overview of some very important range operation

Cell - Row - Column

1. To select cell C3, click on the box at the intersection of column C and row 3



2. To select column C, click on the column C header


3. To select row 3, click on the row 3 header.



Range

1. To select the range B2:C4, click on cell B2 and drag it to cell C4.


2. To select a range of individual cells, hold down CTRL and click on each cell that you want to include in the range



Fill a Range

1. Enter the value 2 into cell B2.  Select cell B2, click on the lower right corner of cell B2 and drag it down to cell B8.




This dragging technique is very important and you will use it very often in Excel. Here's another example.

2. Enter the value 2 into cell B2 and the value 4 into cell B3.  Select cell B2 and cell B3, click on the lower right corner of this range and drag it down.


Excel automatically fills the range based on the pattern of the first two values. That's pretty cool huh!? Here's another example.

3.  Enter the date 6/13/2013 into cell B2 and the date 6/16/2013 into cell B3. Select cell B2 and cell B3, click on the lower right corner of this range and drag it down.



Move A Range

Select a range and click on the border of the range and then drag the range to its new location.



Copy/Paste a Range

To copy and paste a range, execute the following steps

Select the range, right click, and then click Copy (or press CTRL + c). Select the cell where you want the first cell of the range to appear, right click, and then click Paste under 'Paste Options:' (or press CTRL + v).



Insert Row, Column

To insert a row between the values 20 and 40 below, execute the following steps.

Select row 3. Right click, and then click Insert.




Introduction




This section is for users with no knowledge of Excel.

Microsoft Excel is one of the most used software applications of all time. Hundreds of millions of people around the world use Microsoft Excel. You can use Excel to enter all sorts of data and perform financial, mathematical or statistical calculations.

1. Range

A range in Excel is a collection of two or more cells. This chapter gives an overview of some very important range operations.

2. Formulas and Functions

A formula is an expression which calculates the value of a cell. Functions are predefined formulas and are already available in Excel.

Basic Knowladge For Beginner



Ribbon
Excel selects the ribbon's Home tab when you open it. Learn how to minimize and customize the ribbon.

Workbook
A workbook is another word for your Excel file. Excel automatically creates a blank workbook when you open it.

Worksheets
A worksheet is a collection of cells where you keep and manipulate the data. By default, each Excel workbook contains three worksheets.

Format Cells
When we format cells in Excel, we change the appearance of a number without changing the number itself.

Find & Select
Learn how to use Excel's Find, Replace and Go To Special feature.

Templates
Instead of creating an Excel workbook from scratch, you can create a workbook based on a template. There are many free templates available, waiting to be used.

Data Validation
Use data validation in Excel to make sure that users enter certain values into a cell.

Keyboard Shortcuts
Keyboard shortcuts allow you to do things with your keyboard instead of your mouse to increase your speed.

Print
This chapter teaches you how to print a worksheet and how to change some important print settings in Excel.

Share
Learn how to share Excel data with Word documents and other files.

Protect
Encrypt an Excel file with a password so that it requires a password to open it.

Functions



Discover how functions in Excel help you save time. If you are new to functions in Excel, we recommend you to read our introduction to Formulas and Functions first.

Count and Sum
The most used functions in Excel are the functions that count and sum. You can count and sum based on one criteria or multiple criteria.

Logical
Learn how to use Excel's logical functions such as the IF, AND and OR function.

Cell References
Cell references in Excel are very important. Understand the difference between relative, absolute and mixed reference, and you are on your way to success.

Date & Time
To enter a date in Excel, use the "/" or "-" characters. To enter a time, use the ":" (colon). You can also enter a date and a time in one cell.

Text
Excel has many functions to offer when it comes to manipulating text strings.

Lookup & Reference
Learn all about Excel's lookup & reference functions such as the VLOOKUP, HLOOKUP, MATCH, INDEX and CHOOSE function.

Financial
This chapter illustrates Excel's most popular financial functions.

Statistical
An overview of some very useful statistical functions in Excel.

Round
This chapter illustrates three functions to round numbers in Excel. The ROUND, ROUNDUP and ROUNDDOWN function.

Formula Errors
This chapter teaches you how to deal with some common formula errors in Excel.

Array Formulas
This chapter helps you understand array formulas in Excel. Single cell array formulas perform multiple calculations in one c

Data Analysis



This section illustrates the powerful features Excel has to offer to analyze data.

Sort
You can sort your Excel data on one column or multiple columns. You can sort in ascending or descending order.

Filter
Filter your Excel data if you only want to display records that meet certain criteria.

Conditonal Formatting
Conditional formatting in Excel enables you to highlight cells with a certain color, depending on the cell's value.

Charts
A simple Excel chart can say more than a sheet full of numbers. As you'll see, creating charts is very easy.

Pivot Tables
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.

Tables
Tables allow you to analyze your data in Excel quickly and easily.

What-If Analysis
What-If Analysis in Excel allows you to try out different values (scenarios) for formulas.

Solver
Excel includes a tool called solver that uses techniques from the operations research to find optimal solutions for all kind of decision problems.

Analysis ToolPak
The Analysis ToolPak is an Excel add-in program that provides data analysis tools for financial, statistical and engineering data analysis.

Visual Basic For Application (VBA)



Excel VBA (Visual Basic for Applications) is the name of the programming language of Excel.

Create a Macro
With Excel VBA you can automate tasks in Excel by writing so called macros. In this chapter, learn how to create a simple macro.

MsgBox
The MsgBox is a dialog box in Excel VBA you can use to inform the users of your program.

Workbook and Worksheet Object

Learn more about the Workbook and Worksheet object in Excel VBA.

Range Object
The Range object, which is the representation of a cell (or cells) on your worksheet, is the most important object of Excel VBA.

Variables

This chapter teaches you how to declare, initialize and display a variable in Excel VBA.

If Then Statement
Use the If Then statement in Excel VBA to execute code lines if a specific condition is met.

Loop
Looping is one of the most powerful programming techniques. A loop in Excel VBA enables you to loop through a range of cells with just a few codes lines.

Macro Errors
This chapter teaches you how to deal with macro errors in Excel.

String Manipulation
In this chapter, you'll find the most important functions to manipulate strings in Excel VBA.

Date and Time
Learn how to work with dates and times in Excel VBA

Events
Events are actions performed by users which trigger Excel VBA to execute code.

Array
An array is a group of variables. In Excel VBA, you can refer to a specific variable (element) of an array by using the array name and the index number.

Function and Sub

In Excel VBA, a function can return a value while a sub cannot.

Application Object

The mother of all objects is Excel itself. We call it the Application object. The application object gives access to a lot of Excel related options.

ActiveX Controls

Learn how to create ActiveX controls such as command buttons, text boxes, list boxes etc.

Userform

This chapter teaches you how to create an Excel VBA Userform.