Excell Theory
Excell Theory
-A spreadsheet is a type of document, which allows to manipulate numeric and alphanumeric data arranged in the
form of tables made of cells (which are usually organized in a two-dimensional matrix of rows and columns)"
-Used for: presenting information, analyzing information, creating charts and making simple or complex calculations.
-Book (workbook): a spreadsheet file containing the information organized into sheets
-Sheet: a set of cells organized in rows and columns where the information is stored
-Cell: the intersection between a row and column, where values are entered. Content can be text, numbers, dates
and formulas and functions.
TOPIC 1.2.: WORKING WITH CELLS AND SHEETS, IMPORTING DATA AND REFERENCES
-CSV (Comma Separated Values), in which data is obtained from a text file and is separated by commas.
-References serve to use the contents of other cells. We have relative, absolute and mixed. Range of references can
also be made.
-Macros allow us to automate tasks and merge them into a single one, also adding a button on the workbook (when
you press the button, all the automatic tasks will be done). It allows the user to perform repetitive tasks with
minimum effort.
-Formula (main function): manage data before using it to perform other complex operations and analysis.
-Lookup and reference functions have as a goal searching and matching some value or reference in our data.
-Hlookup (horizontal) and Vlookup (vertical). False will give you an exact value and True an approximate match.
-Tables store information and there exist operations for easy data analysis and management.
-Pivot tables allow for the easy summary and analysis of large amounts of data by simply dragging and dropping the
different columns that will be part of the report, based on different grouping criteria.
TOPIC 2.3: DATA ANALYSIS: SOLVER AND SCENARIOS
-Solver: for optimization, cost-Benefit… (subjected to constraints). Linear programming and integer programming.
-A chart is a visual representation of numerical values: data. It summarizes series of numbers and interrelationships,
and also helps the visualization of trends and patterns.
-Column charts: comparing discrete items to depict the differences between items in a series or items across
multiple series.
-Bar charts: (column charts rotated 90 degrees): easier to read or display in order to be more legible.
-Pie charts: relative proportions and contributions. Only for one data series. Effective with a small number of data
points.
-Area chart: shows the total plus the contribution by each series.
-Radar chart: specialized that has a separate axis for each category, and the axes extend outward from the center of
the chart.
-Stock chart: useful for displaying stock-market information. 3 to 5 data series. Useful for ``high-low-close´´ charts.
-Histogram: Displays the count of data items in each of several discrete bins.
-Box and whisker chart: visually summarized data, allows quick comparison among groups of data.
-Conditional formatting in cells: it applies in the selected cells of a table, colors, or icons according to specific
conditions (rules).
-A MsgBox Shows a personalized message to the user and enables some limited interaction via Yes/No or
Accept/Cancel buttons.
-An InputBox Shows an input box that allows the user to enter information in addition to the Accept/Cancel
interaction.
-An application is several macros working together to perform and advance tasks. For instance: mail merge and
import and export in external formats.