It File
It File
It File
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.
Our data set consists of 213 records and 6 fields. Order ID, Product, Category, Amount, Date
and Country.
One possible way to sum this long list of numbers by one or several conditions is to use
formulas as demonstrated in SUMIF and SUMIFS tutorials. However, if you want to
compare several facts about each figure, using a Pivot Table is a far more efficient way.
In just a few mouse clicks, you can get a resilient and easily customizable summary
table that totals the numbers by any field you want.
The screenshots above demonstrate just a few of many possible layouts. And the steps
below show how you can quickly create your own Pivot Table in all versions of Excel.
Step 1: Go to the Data tab in the ribbon. Click What-If Analysis and choose
Goal Seek.
Step 2: Set the goal:
Set cell: Enter the cell reference for Total Revenue (e.g., B3).
To value: Enter the desired value, which is $2500 (Do not mention the $
sign in the formula)
Step 3: Enter the cell reference for Quantity Sold for Product A (e.g., B1).
Step 4: Click OK. Excel will start iterating and adjusting the value in the
Quantity Sold cell until the Total Revenue reaches the goal of $2500.
Step 5: The new value in the Quantity Sold cell (e.g., B1) will show you how
many units you need to sell to achieve your goal. Check if this solution is
feasible and adjust your goal or other parameters as needed.
Whole Number
Decimal
List
Date
Time
Text Length
Whole Number
9. To see the completed chart, right-click on the Form tab and select
or Form View.
6 How to Create a Line Chart.
Select Insert Chart > Line > Line. Click on the Form
Design grid in the location where you want to place
the chart. Resize the chart for better readability. In
the Chart Settings pane, select Queries, and then
select the query you want.
Typically, independent values such as time intervals are plotted on the horizontal x-axis
while dependent values such as prices, sales and the like go to the vertical y-axis.
Negative values, if any, are plotted below the x-axis.
The line's falls and rises across the graph reveal trends in your dataset: an upward
slope shows an increase in values and a downward slope indicates a decrease.
Result:
Note: only if you have numeric labels, empty cell A1 before you create the pie chart. By
doing this, Excel does not recognize the numbers in column A as a data series and
automatically creates the correct chart. After creating the chart, you can enter the text Year
into cell A1 if you like.
Let's create one more cool pie chart.
5. Select the range A1:D1, hold down CTRL and select the range A3:D3.
6. Create the pie chart (repeat steps 2-3).
9. Click the + button on the right side of the chart and click the check box next to Data
Labels.
10. Click the paintbrush icon on the right side of the chart and change the color scheme of
the pie chart.
8 How to Create a Combined chart like: Column
and Line Column and Area
The steps to create a Combo Chart are as follows: Step 1:
First, we must select the data table prepared, then go to the
“Insert” tab in the ribbon, click on “Combo,” and then select
the “Clustered Column – Line.” Once the clustered chart is
selected, the combo chart will be ready for display and
illustration
Bar charts in think-cell are simply rotated column charts, and can be
used exactly as column charts. In addition, you can create butterfly
charts by placing two bar charts “back-to-back”. To do so, apply the
functions rotation (see 3.3 Rotating and flipping elements) and same
scale (see 8.1.4 Same scale). Then remove the category labels for one
of the charts.
For the steps to create a stacked clustered chart, see 7.2 Clustered
chart.
To change the column width, select a segment and drag one of the
handles at half the height of the column.
MULTIPLY
DIVIDE
SQUARE ROOT
MIN
& MAX
When you make a formula in Excel, you can use different elements to supply the source
data to the formula and indicate what operators should be performed on those data.
Depending on the formula type that you create, it can include any or all of the following
parts:
Constants - numbers or text values that you enter directly in a formula, like =2*3.
Cell references - reference to a cell containing the value you want to use in your Excel formula,
e.g.
To refer to data in two or more contiguous cells, use a range reference like A1:A5. For
example, to sum values in all cell between A1 and A5, inclusive, use this formula:
=SUM(A1:A5).
Names - defined name for a cell range, constant, table, or function, for
example =SUM(my_name).
Functions - predefined formulas in Excel that perform calculations using the values supplied in
their arguments.
Operators - special symbols that specify the type of operation or calculation to be performed.
Operators in Excel worksheet formulas
To tell Microsoft Excel what type of operation you want to perform in a formula, you use
special symbols that are technically called operators. There exist 4 types of operators
in Excel:
These operators are used to perform basic mathematical operations such as addition,
subtraction, multiplication, and division.
=A2*10%
% (percent sign) Percentage
(returns 10% of the value in A2)
=A2^3
^ (caret) Exponential (power of) (raises the number in A2 to the
power of 3)
For example, if you have an item price in cell A2 and VAT in cell B2, you can calculate
the VAT amount by using the following percentage formula: =A2*B2
In Microsoft Excel formulas, comparison, or logical, operators are used to compare two
values. The result of the comparison is always a logical value of TRUE or FALSE. The
following logical operators are available in Excel:
Comparison operator Meaning Formula example
= Equal to =A2=B2
For example, formula =A1=B1 returns TRUE if cells A1 and B1 contain the same value
(number, text or date), FALSE otherwise.
Text concatenation operator in Excel is the ampersand symbol (&). You can use it to
join two or more text strings in a single string.
For example, if you have country codes in column A and telephone numbers in column
B, you can use the following formula to get the telephone numbers combined with the
country codes:
=A1&" "&B1
In the above formula, we concatenate a space " " in between to make the numbers
better readable:
The same result can be achieved by using the CONCATENATE function, and the
following tutorial explains all the details: How to combine text strings, cells and columns
in Excel.
The Scenario Manager lists all of the model’s scenarios in a hierarchical tree format, and displays the
Base/Child relationship between them.
The Property Editor displays the alternatives that make up the scenario that is currently highlighted
in the Scenario Manager, along with the scenario label, any notes associated with the scenario, and
the calculation options profile that is used when the scenario is calculated.
To edit a scenario:
1. Select Analysis > Scenarios to open the Scenario Manager, or click the Scenario Manager tab.
2. Double-click the scenario you want to edit to display its properties in the Property Editor.
3. Edit any of the following properties as desired:
Related Topics
Merging Cells
Download Article
1
Select the cells you want to merge. To do so, click one cell, then drag your
cursor to select the other cells you want to merge. The cells you merge must
be touching each other. For example, you can merge A1 with B1 but not A1
with only F5.
Merging cells is a great way to add formatting to an Excel spreadsheet. For
example, you could put “July Calendar” at the top of an Excel calendar in a
larger cell without changing the width of the columns below.
Merging cells only retains the value of the leftmost cell and results in a larger
cell on the sheet. If you want to merge two or more existing cell values into a
single cell, see Merging Values.
Format Painter
The format painter is a command which lets you copy formatting from
one cell to another.
Let's try some examples and copy formats with Colors and font
Characteristics, such as bold, italic and underline:
Step by step:
1. Select A1
2. Click the Format Painter button
3. Select B1
Notice the dotted border around A1. This indicates that the format is
copied and ready for pasting. Let's paste it to B1!
Great job!