Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 4

Computer 2 Engr. Khrisna Mae C.

Gelogo, ECE, LPT


Unit 1. The Spreadsheet - After the phenomenal success of VisiCalc, SuperCalc &
A. Terminologies Multiplan, a team headed by Mitch Kapor in 1983,
 Spreadsheet – is a document that contains rows and developed a new spreadsheet program called Lotus 1-2-3.
columns of texts and numbers. Mitch and his team power packed Lotus 1-2- 3 with
 Ledger – is a book of spreadsheets containing accounts to charting, graphing and rudimentary database capabilities
which debits and credits are posted from books of original along with the basic arithmetic. This made Lotus 1-2-3 a
entry. new favorite in the industry.
 Electronic Spreadsheet – is a computerized version of the - Although, before this in 1982 Microsoft had already
accountant’s paper spreadsheet. launched Multiplan but it was outshined by Lotus 1-2-3.
 Spreadsheet Program – is an application that helps the And this thing provoked Microsoft to come up with
user to create spreadsheets commonly used for budgets, Microsoft Excel and rest is history.
forecasting, and other finance-related tasks.
 Worksheet – a page organized into rows and columns C. Microsoft Excel
appearing onscreen and used for constructing a single table  Microsoft Excel is a spreadsheet application developed by
 Workbook – a file containing a number of related Microsoft for Microsoft Windows, Mac OS X, and iOS. It
worksheets features calculation, graphing tools, pivot tables, and a macro
 Cell - intersection of a row and column in the worksheet programming language called Visual Basic for Applications.
 Block - a group of cells adjacent to one another It has been a very widely applied spreadsheet for these
platforms, especially since version 5 in 1993, and it has
 Sheet Tab - a description at the bottom of each worksheet
replaced Lotus 1-2-3 as the industry standard for
that identifies the sheet in a workbook.
spreadsheets. Excel forms part of Microsoft Office.
History
B. History of Electronic Spreadsheet
 Microsoft originally marketed a spreadsheet program called
 VisiCalc
Multiplan in 1982, which was very popular on CP/M systems,
- In 1978, Harvard Business School student Dan Bricklin
but on MS-DOS systems it lost popularity to Lotus 1-2-3.
developed a program called VisiCalc. It was a relatively
small program with few basic capabilities. It could only  This promoted development of a new spreadsheet called
calculate data within a matrix of 5 columns by 20 rows. Excel which started with the intention to 'do everything 1-2-3
- To make VisiCalc more powerful Bricklin hired Bob does and do it better'.
Frankston, who is also known as the co-creator of  The first version of Excel was released for the Mac in 1985
VisiCalc. Frankston made the program fast and with and the first Windows version was released in November
better arithmetic. VisiCalc was an instant success and the 1987.
duo were able to sell around 1 million copies of the  Lotus was slow to bring 1-2-3 to Windows and by 1988 Excel
program. had started to outsell 1-2-3 and helped Microsoft achieve the
 SuperCalc position of leading PC software developer.
- SuperCalc was a spreadsheet application published by  This accomplishment, dethroning the king of the software
Sorcim in 1980, and originally bundled (along with world, solidified Microsoft as a valid competitor and showed
WordStar) as part of the CP/M (Control its future of developing graphical software.
Program/Monitor) software package included with the  Microsoft pushed its advantage with regular new releases,
Osborne 1 portable computer. It quickly became the de every two years or so. The current version for the Windows
facto standard spreadsheet for CP/M and was ported to platform is Excel 11, also called Microsoft Office Excel 2003.
MS-DOS in 1982. The current version for the Mac OS X platform is Microsoft
- An improvement over VisiCalc, SuperCalc was notable Excel 2004.
for being one of the first spreadsheet programs capable of  Excel 1.0
iteratively solving circular references (cells that depend - Excel 1.0 was one of the first spreadsheet program to use a
on each other's results). It would be over 10 years after graphical interface with pull down menus and a point and
the introduction of SuperCalc before this feature was click capability using a mouse pointing device. The first
implemented in Microsoft Excel, although in Lotus 1-2-3, version was only released for Macintosh.
manual programming of iterative logic could also be used  Excel 2.0
to solve this issue. - Excel 2.0 was the first Windows version of excel and was
 Multiplan labelled “2” to correspond to the Mac version. This also
- Multiplan was an early spreadsheet program developed included a run-time version for Windows.
by Microsoft. Known initially by the code name "EP" - Excel 2.0 is the first version of Excel for Intel platform.
(for "Electronic Paper"), it was introduced in 1982 as a There never was an Excel 1.0 for DOS or Windows.
competitor for VisiCalc.  Excel 3.0
- Multiplan was released first for computers running - The Binary Interchange File Format (BIFF) is a spreadsheet
CP/M; it was developed using a Microsoft proprietary p- file format developed by Microsoft. BIFF 3 is the native file
code C compiler as part of a portability strategy that format of Microsoft Excel 3.0 for Windows. The format is
facilitated ports to systems such as MS-DOS, Xenix, proprietary and Microsoft does not make details of its
Commodore 64 and 128, Texas Instruments TI-99/4A, structure public. The information contained here is derived
Radio Shack TRS-80 Model II, TRS-80 Model 4, TRS- primarily from OpenOffice.org's reverse-engineered
80 Model 100 (on ROM), Apple II, and Burroughs B- 20 documentation of the format, and should not therefore be
series. regarded as definitive. BIFF is a stream-based format, and a
- Despite the release of Microsoft Chart, a graphics BIFF 3 file comprises a single worksheet stream, containing
companion program, Multiplan continued to be outsold a Beginning of File (BOF) record, followed by a series of
by Lotus 1-2-3. It was replaced by Microsoft Excel, Worksheet records, and terminated by an End of File (EOF)
which followed some years later on both the Apple record.
Macintosh (1985) and Microsoft Windows (1987).  Excel 4.0
- Around 1983, during the development of the first release - Excel 4.0 was the first popular version of Excel. It had
of Windows, Microsoft had plans to make a Windows better mouse implementation, more shortcuts, customizable
version. However, the plans changed a year later. toolbars and introduction of fill handle.
 Lotus 1-2-3 - Introduced auto-fill.
Computer 2 Engr. Khrisna Mae C. Gelogo, ECE, LPT
- Also, an Easter egg in Excel 4.0 reveals a hidden animation  Improved pivot tables
of a dancing set of numbers 1 through 3, representing Lotus  More conditional formatting options
1-2-3, which was then crushed by an Excel logo.  Additional image editing capabilities
 Excel 5.0  In-cell charts called spark lines
- Excel 5.0 was a major upgrade which included multi-sheet  Ability to preview before pasting
workbooks and support for VBA. This was a major  Office 2010 backstage feature for document-related
breakthrough as now users could record macros to automate tasks
repetitive tasks.  Ability to customize the Ribbon
- With version 5.0, Excel has included Visual Basic for  Many new formulas, most highly specialized to
Applications (VBA), a programming language based on improve accuracy
Visual Basic which adds the ability to automate tasks in
Excel and to provide user-defined functions (UDF) for use MS Excel 2010 Environment and Parts
in worksheets. VBA is a powerful addition to the
application and includes a fully featured integrated
development environment (IDE).
- Macro recording can produce VBA code replicating user
actions, thus allowing simple automation of regular tasks.
VBA allows the creation of forms and in-worksheet
controls to communicate with the user. The language
supports use (but not creation) of ActiveX (COM) DLL's;
later versions add support for class modules allowing the
use of basic object-oriented programming techniques.
 Excel 7.0
- Excel 7.0 is also known as Excel 95. it was the first major
32-bit version of Excel. Almost no external changes, but it
was faster and more stable.
- Released in 1995 with Microsoft Office for Windows 95,
this is the first major version after Excel 5.0, as there is no
Excel 6.0 • File menu - When clicked, this button opens the new
- Internal rewrite to 32-bits. Almost no external changes, but Backstage View containing a bunch of file-related options
faster and more stable. including Info, Save, Save As, Open, Close, Recent, New,
 Excel 8.0 Print, Share, and Exit as well as the Excel Options button that
- Included in Office 97 (for x86 and Alpha). This was a enables you to change Excel’s default settings.
major upgrade that introduced the paper clip office assistant • Quick Access toolbar - You can click the Save, Undo, and
and featured standard VBA used instead of internal Excel Redo buttons to perform common tasks to save your work and
Basic. It introduced the now-removed Natural Language undo and redo editing changes. You can also click the
labels. This version of Excel includes a flight simulator as Customize Quick Access Toolbar button to the immediate
an Easter Egg. right of the Redo button to open a drop-down menu
 Excel 9.0 containing additional common commands such New, Open,
- Included in Office 2000. This was a minor upgrade, but Quick Print, and so on, as well as to customize the toolbar,
introduced the upgrade to the clipboard where it can hold change its position, and minimize the Ribbon.
multiple objects at once. The Office Assistant, whose • Ribbon - Most Excel commands are contained in the Ribbon.
frequent unsolicited appearance in Excel 97 had annoyed They are arranged into a series of tabs ranging from Home
many users, became less intrusive. through View.
 Excel 10.0 • Formula bar: This displays the address of the current cell
- Included in Office XP. Very minor enhancements. Excel along with the contents of that cell.
10.0 was a part of Office XP. It had some useful features • Worksheet area - This area contains all the cells of the
like Background formula-auditing which identifies potential current worksheet identified by column headings, using letters
errors in the formulas and capability to recover spreadsheets along the top, and row headings, using numbers along the left
whenever excel crashes. edge, with tabs for selecting new worksheets. You use a
 Excel 11.0 horizontal scroll bar on the bottom to move left and right
- Included in Office 2003. Minor enhancements, most through the sheet and a vertical scroll bar on the right edge to
significant being the new Tables. move up and down through the sheet.
- Excel 11.0 or Excel 2003 and was a part of Office 2003. It • Status bar - This bar keeps you informed of the program’s
included the features like: improved support for XML, a current mode and any special keys you engage, and enables
new “list range” feature and the Smart Tag enhancement. you to select a new worksheet view and to zoom in and out on
 Excel 2007 the worksheet.
- Included in Office 2007. This release was a major upgrade PARTS OF THE RIBBON
Tab
from the previous version. Similar to other updated Office s
Comman
d
Minimize Ribbon
Group
products, Excel in 2007 used the new Ribbon menu system. Buttons
This was different from what users were used to, and was
met with mixed reactions. One study reported fairly good
acceptance by users except highly experienced users and
users of word processing applications with a classical
WIMP interface, but was less convinced in terms of
efficiency and organization. Dialogue Box Launcher

 Excel 2010
The Ribbon is made up of the following components:
- Included in Office 2010, this is the next major version after
• Tabs: Excel’s main tasks are brought together and display all
v12.0, as version number 13 was skipped.
the commands commonly needed to perform that core task.
- Minor enhancements and 64-bit support, including the
 File – managing files
following:
 Home – common tools
 Multi-threading recalculation (MTR) for commonly
 Insert – insert objects
used functions
Computer 2 Engr. Khrisna Mae C. Gelogo, ECE, LPT
 Page Layout – printing
 Formulas – functions in categories
 Data – working with data
 Review – spelling, protecting and sharing
 View – how Excel appears on screen (does not affect
printing)
• Groups: Related command buttons can be organized into
subtasks normally performed as part of the tab’s larger core
task.
• Command buttons: Within each group you find command
buttons that you can select to perform a particular action or to
open a gallery. Note that many command buttons on certain
tabs of the Excel Ribbon are organized into mini-toolbars
with related settings.
• Dialog Box launcher: This button is located in the lower-
right corner of certain groups and opens a dialog box
containing a bunch of additional options you can select. To
get more of the Worksheet area displayed in the program
window, you can minimize the Ribbon so that only its tabs are
displayed. You can minimize the Ribbon by doing any of the
following:
o Click the Minimize the Ribbon button (the first button with
the caret symbol in the bank of buttons to the right, opposite
the last Ribbon tab).
o Double-click a Ribbon tab.
o Press Ctrl+F1.

The Importance of Using Spreadsheet in Business


 Presentations: When preparing a presentation for a
meeting, a spreadsheet can help you organize your
information. You can print spreadsheet tables, graphs and
calculations to share with other attendees. Tangible
references make your presentation easier to follow and give
meeting attendees a reference for future use.
 Illustrating Scenarios: Spreadsheets allow businesses to
compare and contrast information quickly. If a business
professional need to know the financial impact of a certain
task or action, he can rely on the use of a spreadsheet.
Multiple tabs can be added to spreadsheets so the document
holds a variety of spreadsheets in one. This can be useful in
scrolling between hypothetical business scenarios before
making a final decision on a project.
 Budgeting: Budgeting is a common use for spreadsheets.
With a layout consisting of rows and columns, spreadsheets
allow for the quick formatting of a business budget.
Accounting professionals can add budget categories as
needed and share the information with decision makers in a
clear format. As numerical data changes, accounting
professionals can make quick changes creating multiple
electronic budget formats to track adjustments.
 Formulas: Spreadsheets allow businesses to compile and
organize business intelligence. Spreadsheets can quickly
calculate percentages and totals of data compiled from
marketing research studies. Formulas can be set up between
tabbed pages to show how information is interrelated.
Without the help of a spreadsheet, all calculations would
have to be conducted manually, which leaves increased
room for error.
 Task Management: Spreadsheets are frequently used in
project management. Managers can assign tasks by creating
grids with the names, responsibilities and due dates for each
person in a department. Each person in the department can
view how tasks are allocated with ease. This benefit extends
to event planning, managing marketing campaigns and a
host of other deadline-oriented group projects.
Computer 2 Engr. Khrisna Mae C. Gelogo, ECE, LPT
Mouse Pointers in Excel case of an investment) or paying out the money (as in the case
of a loan). Also keep in mind that you want to express the rate
argument in the same units as the nper argument, so that if you
make monthly payments on a loan and you express the nper as
the total number of monthly payments, as in 360 (30 x 12) for a
30-year mortgage, you need to express the annual interest rate in
1. Select – main mouse pointer used for selecting cells. Click monthly terms as well. For example, if you pay an annual
once in a cell to select it or click and drag to select several interest rate of 7.5 percent on the loan, you express the rate
cells. argument as 0.075/12 so that it is monthly as well.
2. Fill - appears after you have selected a cell (or cells) and
will show only at the bottom right of the selection (tiny The PV, NPV, and FV functions
box called the Fill Handle). Using this will allow you to fill The PV (Present Value), NPV (Net Present Value), and FV
a series such as Monday, Tuesday, Wednesday, etc. (Future Value) functions all found on the Financial button’s
3. Insertion point - appears when you are typing or have drop-down menu on the Ribbon’s Formulas tab (Alt+MI) enable
double-clicked in a cell. The flashing insertion point you to determine the profitability of an investment.
determines where new text and numbers appear.
4. Column/Row selector - appears when you are over a Calculating the Present Value
column or row, allowing you to click once to select the The PV, or Present Value, function returns the present value of
entire column or row an investment, which is the total amount that a series of future
5. Resize - appears when you are between columns or rows, payments is worth presently. The syntax of the PV function is as
allowing you to resize them follows:
=PV(rate,nper,pmt,[fv],[type])
Formulas
The fv and type arguments are optional arguments in the
Excel can handle calculations – from very simple summing function (indicated by the square brackets). The fv argument is
(adding) to very complicated multi-formula calculations the future value or cash balance that you want to have after
 Excel uses Formulas to perform calculations making your last payment. If you omit the fv argument, Excel
 All formulas begin with = (the equals sign, next to assumes a future value of zero (0). The type argument indicates
Backspace key on the keyboard) whether the payment is made at the beginning or end of the
 Functions make complicated formulas easy to use and period: Enter 0 (or omit the type argument) when the payment is
they can be placed into formulas made at the end of the period and use 1 when it is made at the
 The most common function is SUM, which calculates a beginning of the period.
list (either across or down) of numbers.
Calculating the Net Present Value
Printing The NPV function calculates the net present value based on a
series of cash flows. The syntax of this function is
1. Go to File/Print =NPV (rate, value1, [value2], [...])
2. 2Print Preview shows how your worksheet will appear
printed (you can zoom in or out and move to other pages in where value1, value2, and so on are between 1 and 13 value
your worksheet). arguments representing a series of payments (negative values)
If you decide to make formatting changes, you’ll need to go and income (positive values), each of which is equally spaced in
back to the workbook – click File a 2nd time or click Home time and occurs at the end of the period. The NPV investment
to get back to the workbook. begins one period before the period of the value1 cash flow and
3. Be sure to click the Print button on the left side to send the ends with the last cash flow in the argument list. If your first
worksheet to the printer. cash flow occurs at the beginning of the period, you must add it
to the result of the NPV function rather than include it as one of
Financial Formulas the arguments.
The key to using any of Excel’s financial functions is to
understand the terminology used by their arguments. Many Unlike when using the PV function, the NPV function doesn’t
of the most common financial functions, such as PV require an even stream of cash flows.
(Present Value), NPV (Net Present Value), FV (Future
Value), and PMT (Payment), take similar arguments: Calculating the Future Value
 PV is the present value that is the principal amount of the The FV function calculates the future value of an investment.
annuity. The syntax of this function is
 FV is the future value that represents the principal plus =FV(rate,nper,pmt,[pv],[type])
interest on the annuity.
 PMT is the payment made each period in the annuity. The rate, nper, pmt, and type arguments are the same as those
Normally, the payment is set over the life of the annuity used by the PV function. The pv argument is the present value
and includes principal plus interest without any other or lump-sum amount for which you want to calculate the future
fees. value. As with the fv and type arguments in the PV function,
 RATE is the interest rate per period. Normally, the rate is both the pv and type arguments are optional in the FV function.
expressed as an annual percentage. If you omit these arguments, Excel assumes their values to be
 NPER is the total number of payment periods in the life zero (0) in the function.
of the annuity. You calculate this number by taking the
Term (the amount of time that interest is paid) and
multiplying it by the Period (the point in time when
interest is paid or earned) so that a loan with a three-year
term with 12 monthly interest payments has 3 x 12, or 36
payment periods.

Remember: When using financial functions, keep in mind that


the fv, pv, and pmt arguments can be positive or negative,
depending on whether you’re receiving the money (as in the

You might also like