Excel
Excel
Excel
HISTORY OF EXCEL
• Microsoft Excel was initially introduced in 1985. Excel 1.0 was one of the
first spreadsheet applications that used a graphical interface that had pull-
down menus as well as the point-and-click technology of a mouse. This
version was only available for Macintosh. 1987 then saw the release of
Excel 2.0, the first Windows-friendly version. By the time Excel 3.0 was
released in 1990, it was part of the Microsoft Office suite, which also came
with PowerPoint 2.0 and Word 1.1. Together, these three apps offered
support for Dynamic Data Exchange, which provided them with a way to
utilize Windows services so that information between programs could be
exchanged in real-time and interface with one another. Excel 3.0 included
several new features, such as 3-D charts, outlining capabilities, and add-in
support.
• Excel 7 was the next version released. It became part of Microsoft Office for
Windows 95. In order to provide users with improved stability and faster
speed, it was rewritten to 32 bits. From then onward, Excel versions were
each integrated into the Windows operating system. By this time, Excel had
added enough new features that it finally succeeded in beating out its main
competitor Lotus 1-2-3, which was struggling to adapt to the Windows
environment.
• 1997 brought the release of Excel 8. New tools like the paperclip assistant
were offered with this version, as well as a more effective VBA
environment. The next two Excel versions, 2000 and 2003, only included
minor improvements, like the ability to import data from other apps.
• The last time Microsoft Excel was updated was in 2019. At this time, map
charts, funnel charts, new keyboard shortcuts, and improved calculation
functions were all added to this spreadsheet application.
PARTS OF EXCEL
1. WORKBOOK - Also called a spreadsheet, the workbook is a unique file
created by Excel XP.
2. TITLE BAR - The title bar displays both the name of the application and the
name of the spreadsheet.
3. MENU BAR - The menu bar displays all of the menus available for use in
Excel XP. The contents of any menu can be displayed by left-clicking the
menu name.
7. NAME BOX - This shows the address of the current selection or active cell.
9. CELL - A cell is an intersection of a column and row. Each cell has a unique
cell address. In the picture above, the cell address of the selected cell is B3.
The heavy border around the selected cell is called the cell pointer.
12. THE CELL - An Excel worksheet is made up of columns and rows. Where
these columns and rows intersect, they form little boxes called cells. The
active cell—or the cell that can be acted upon—reveals a dark border. All
other cells reveal a light gray border. Each cell has a name. Its name is
comprised of two parts: the column letter and the row number.
FUNCTIONS OF EXCEL
SUM FUNCTION - The Excel SUM function returns the sum of all inserted
values. For the input, you can combine any sort of numerical values, e.g.
numbers, cell references, ranges or arrays. Syntax: SUM (number1,
[number2], [number3], …)
MIN & MAX FUNCTION - The Excel MIN function returns the smallest
numeric value in a range of values. Accordingly, the Excel MAX function
returns the biggest numeric value in a range of values. Both functions only
consider numeric values. Empty cells, logical or text values will be ignored.
Syntax: MIN (number1, [number2], …) MAX (number1, [number2], …)
TRIM FUNCTION - The Excel TRIM function removes the leading and
trailing spaces from a given text. Additionally, it removes unnecessary
spaces between words. Syntax: TRIM (text)
SUMIF FUNCTION - The Excel SUMIF function returns the sum of all
cells meeting a specific criteria. It supports all sorts of logical operators and
wildcards (*,?) for partial matching. If the range for the criteria check and
the sum range are not the same, the sum range can be provided as a third
optional parameter. Syntax: SUMIF (range, criteria, [sum_range])