Excel for the machine

Microsoft Excel is a spreadsheet developed by Microsoft for Windows, macOS, Android, iOS and iPadOS. It features calculation or computation capabilities, graphing tools, pivot tables, and a macro programming language called Visual Basic for Applications (VBA). Excel forms part of the Microsoft 365 suite of software.

Microsoft Excel

Microsoft Office Excel (2019–present).svg
Microsoft Excel.png

A simple bar graph being created in Excel, running on Windows 11

Developer(s) Microsoft
Initial release November 19, 1987; 35 years ago
Stable release

2103 (16.0.13901.20400)
/ April 13, 2021; 23 months ago[1]

Written in C++ (back-end)[2]
Operating system Microsoft Windows
Type Spreadsheet
License Trialware[3]
Website microsoft.com/en-us/microsoft-365/excel
Microsoft Excel for Mac

Excel for Mac screenshot.png

Excel for Mac (version 16.67), running on macOS Big Sur 11.5.2

Developer(s) Microsoft
Initial release September 30, 1985; 37 years ago
Stable release

16.70 (Build 23021201)
/ February 14, 2023; 54 days ago[4]

Written in C++ (back-end), Objective-C (API/UI)[2]
Operating system macOS
Type Spreadsheet
License Proprietary commercial software
Website products.office.com/mac
Microsoft Excel for Android

Excel for Android.png

Excel for Android running on Android 13

Developer(s) Microsoft Corporation
Stable release

16.0.14729.20146
/ December 22, 2021; 15 months ago[5]

Operating system Android Oreo and later
Type Spreadsheet
License Proprietary commercial software
Website products.office.com/en-us/excel
Microsoft Excel for iOS and iPadOS

Developer(s) Microsoft Corporation
Stable release

2.70.1
/ February 15, 2023; 53 days ago[6]

Operating system iOS 15 or later
iPadOS 15 or later
Type Spreadsheet
License Proprietary commercial software
Website products.office.com/en-us/excel

Features

Basic operation

Microsoft Excel has the basic features of all spreadsheets,[7] using a grid of cells arranged in numbered rows and letter-named columns to organize data manipulations like arithmetic operations. It has a battery of supplied functions to answer statistical, engineering, and financial needs. In addition, it can display data as line graphs, histograms and charts, and with a very limited three-dimensional graphical display. It allows sectioning of data to view its dependencies on various factors for different perspectives (using pivot tables and the scenario manager).[8] A PivotTable is a tool for data analysis. It does this by simplifying large data sets via PivotTable fields. It has a programming aspect, Visual Basic for Applications, allowing the user to employ a wide variety of numerical methods, for example, for solving differential equations of mathematical physics,[9][10] and then reporting the results back to the spreadsheet. It also has a variety of interactive features allowing user interfaces that can completely hide the spreadsheet from the user, so the spreadsheet presents itself as a so-called application, or decision support system (DSS), via a custom-designed user interface, for example, a stock analyzer,[11] or in general, as a design tool that asks the user questions and provides answers and reports.[12][13] In a more elaborate realization, an Excel application can automatically poll external databases and measuring instruments using an update schedule,[14] analyze the results, make a Word report or PowerPoint slide show, and e-mail these presentations on a regular basis to a list of participants. Excel was not designed to be used as a database.[citation needed]

Microsoft allows for a number of optional command-line switches to control the manner in which Excel starts.[15]

Functions

Excel 2016 has 484 functions.[16] Of these, 360 existed prior to Excel 2010. Microsoft classifies these functions in 14 categories. Of the 484 current functions, 386 may be called from VBA as methods of the object «WorksheetFunction»[17] and 44 have the same names as VBA functions.[18]

With the introduction of LAMBDA, Excel will become Turing complete.[19]

Macro programming

VBA programming

Use of a user-defined function sq(x) in Microsoft Excel. The named variables x & y are identified in the Name Manager. The function sq is introduced using the Visual Basic editor supplied with Excel.

Subroutine in Excel calculates the square of named column variable x read from the spreadsheet, and writes it into the named column variable y.

The Windows version of Excel supports programming through Microsoft’s Visual Basic for Applications (VBA), which is a dialect of Visual Basic. Programming with VBA allows spreadsheet manipulation that is awkward or impossible with standard spreadsheet techniques. Programmers may write code directly using the Visual Basic Editor (VBE), which includes a window for writing code, debugging code, and code module organization environment. The user can implement numerical methods as well as automating tasks such as formatting or data organization in VBA[20] and guide the calculation using any desired intermediate results reported back to the spreadsheet.

VBA was removed from Mac Excel 2008, as the developers did not believe that a timely release would allow porting the VBA engine natively to Mac OS X. VBA was restored in the next version, Mac Excel 2011,[21] although the build lacks support for ActiveX objects, impacting some high level developer tools.[22]

A common and easy way to generate VBA code is by using the Macro Recorder.[23] The Macro Recorder records actions of the user and generates VBA code in the form of a macro. These actions can then be repeated automatically by running the macro. The macros can also be linked to different trigger types like keyboard shortcuts, a command button or a graphic. The actions in the macro can be executed from these trigger types or from the generic toolbar options. The VBA code of the macro can also be edited in the VBE. Certain features such as loop functions and screen prompt by their own properties, and some graphical display items, cannot be recorded but must be entered into the VBA module directly by the programmer. Advanced users can employ user prompts to create an interactive program, or react to events such as sheets being loaded or changed.

Macro Recorded code may not be compatible with Excel versions. Some code that is used in Excel 2010 cannot be used in Excel 2003. Making a Macro that changes the cell colors and making changes to other aspects of cells may not be backward compatible.

VBA code interacts with the spreadsheet through the Excel Object Model,[24] a vocabulary identifying spreadsheet objects, and a set of supplied functions or methods that enable reading and writing to the spreadsheet and interaction with its users (for example, through custom toolbars or command bars and message boxes). User-created VBA subroutines execute these actions and operate like macros generated using the macro recorder, but are more flexible and efficient.

History

From its first version Excel supported end-user programming of macros (automation of repetitive tasks) and user-defined functions (extension of Excel’s built-in function library). In early versions of Excel, these programs were written in a macro language whose statements had formula syntax and resided in the cells of special-purpose macro sheets (stored with file extension .XLM in Windows.) XLM was the default macro language for Excel through Excel 4.0.[25] Beginning with version 5.0 Excel recorded macros in VBA by default but with version 5.0 XLM recording was still allowed as an option. After version 5.0 that option was discontinued. All versions of Excel, including Excel 2021 are capable of running an XLM macro, though Microsoft discourages their use.[26]

Charts

Graph made using Microsoft Excel

Excel supports charts, graphs, or histograms generated from specified groups of cells. It also supports Pivot Charts that allow for a chart to be linked directly to a Pivot table. This allows the chart to be refreshed with the Pivot Table. The generated graphic component can either be embedded within the current sheet or added as a separate object.

These displays are dynamically updated if the content of cells changes. For example, suppose that the important design requirements are displayed visually; then, in response to a user’s change in trial values for parameters, the curves describing the design change shape, and their points of intersection shift, assisting the selection of the best design.

Add-ins

Additional features are available using add-ins. Several are provided with Excel, including:

  • Analysis ToolPak: Provides data analysis tools for statistical and engineering analysis (includes analysis of variance and regression analysis)
  • Analysis ToolPak VBA: VBA functions for Analysis ToolPak
  • Euro Currency Tools: Conversion and formatting for euro currency
  • Solver Add-In: Tools for optimization and equation solving

Data storage and communication

Number of rows and columns

Versions of Excel up to 7.0 had a limitation in the size of their data sets of 16K (214 = 16384) rows. Versions 8.0 through 11.0 could handle 64K (216 = 65536) rows and 256 columns (28 as label ‘IV’). Version 12.0 onwards, including the current Version 16.x, can handle over 1M (220 = 1048576) rows, and 16384 (214, labeled as column ‘XFD’) columns.[27]

File formats

Excel Spreadsheet

Filename extension

.xls, (.xlsx, .xlsm, .xlsb — Excel 2007)

Internet media type

application/vnd.ms-excel

Uniform Type Identifier (UTI) com.microsoft.excel.xls
Developed by Microsoft
Type of format Spreadsheet

Microsoft Excel up until 2007 version used a proprietary binary file format called Excel Binary File Format (.XLS) as its primary format.[28] Excel 2007 uses Office Open XML as its primary file format, an XML-based format that followed after a previous XML-based format called «XML Spreadsheet» («XMLSS»), first introduced in Excel 2002.[29]

Although supporting and encouraging the use of new XML-based formats as replacements, Excel 2007 remained backwards-compatible with the traditional, binary formats. In addition, most versions of Microsoft Excel can read CSV, DBF, SYLK, DIF, and other legacy formats. Support for some older file formats was removed in Excel 2007.[30] The file formats were mainly from DOS-based programs.

Binary

OpenOffice.org has created documentation of the Excel format. Two epochs of the format exist: the 97-2003 OLE format, and the older stream format.[31] Microsoft has made the Excel binary format specification available to freely download.[32]

XML Spreadsheet

The XML Spreadsheet format introduced in Excel 2002[29] is a simple, XML based format missing some more advanced features like storage of VBA macros. Though the intended file extension for this format is .xml, the program also correctly handles XML files with .xls extension. This feature is widely used by third-party applications (e.g. MySQL Query Browser) to offer «export to Excel» capabilities without implementing binary file format. The following example will be correctly opened by Excel if saved either as Book1.xml or Book1.xls:

<?xml version="1.0"?>
<Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet"
 xmlns:o="urn:schemas-microsoft-com:office:office"
 xmlns:x="urn:schemas-microsoft-com:office:excel"
 xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet"
 xmlns:html="http://www.w3.org/TR/REC-html40">
 <Worksheet ss:Name="Sheet1">
  <Table ss:ExpandedColumnCount="2" ss:ExpandedRowCount="2" x:FullColumns="1" x:FullRows="1">
   <Row>
    <Cell><Data ss:Type="String">Name</Data></Cell>
    <Cell><Data ss:Type="String">Example</Data></Cell>
   </Row>
   <Row>
    <Cell><Data ss:Type="String">Value</Data></Cell>
    <Cell><Data ss:Type="Number">123</Data></Cell>
   </Row>
  </Table>
 </Worksheet>
</Workbook>

Current file extensions

Microsoft Excel 2007, along with the other products in the Microsoft Office 2007 suite, introduced new file formats. The first of these (.xlsx) is defined in the Office Open XML (OOXML) specification.

Excel 2007 formats

Format Extension Description
Excel Workbook .xlsx The default Excel 2007 and later workbook format. In reality, a ZIP compressed archive with a directory structure of XML text documents. Functions as the primary replacement for the former binary .xls format, although it does not support Excel macros for security reasons. Saving as .xlsx offers file size reduction over .xls[33]
Excel Macro-enabled Workbook .xlsm As Excel Workbook, but with macro support.
Excel Binary Workbook .xlsb As Excel Macro-enabled Workbook, but storing information in binary form rather than XML documents for opening and saving documents more quickly and efficiently. Intended especially for very large documents with tens of thousands of rows, and/or several hundreds of columns. This format is very useful for shrinking large Excel files as is often the case when doing data analysis.
Excel Macro-enabled Template .xltm A template document that forms a basis for actual workbooks, with macro support. The replacement for the old .xlt format.
Excel Add-in .xlam Excel add-in to add extra functionality and tools. Inherent macro support because of the file purpose.

Old file extensions

Format Extension Description
Spreadsheet .xls Main spreadsheet format which holds data in worksheets, charts, and macros
Add-in (VBA) .xla Adds custom functionality; written in VBA
Toolbar .xlb The file extension where Microsoft Excel custom toolbar settings are stored.
Chart .xlc A chart created with data from a Microsoft Excel spreadsheet that only saves the chart. To save the chart and spreadsheet save as .XLS. XLC is not supported in Excel 2007 or in any newer versions of Excel.
Dialog .xld Used in older versions of Excel.
Archive .xlk A backup of an Excel Spreadsheet
Add-in (DLL) .xll Adds custom functionality; written in C++/C, Fortran, etc. and compiled in to a special dynamic-link library
Macro .xlm A macro is created by the user or pre-installed with Excel.
Template .xlt A pre-formatted spreadsheet created by the user or by Microsoft Excel.
Module .xlv A module is written in VBA (Visual Basic for Applications) for Microsoft Excel
Library .DLL Code written in VBA may access functions in a DLL, typically this is used to access the Windows API
Workspace .xlw Arrangement of the windows of multiple Workbooks

Using other Windows applications

Windows applications such as Microsoft Access and Microsoft Word, as well as Excel can communicate with each other and use each other’s capabilities. The most common are Dynamic Data Exchange: although strongly deprecated by Microsoft, this is a common method to send data between applications running on Windows, with official MS publications referring to it as «the protocol from hell».[34] As the name suggests, it allows applications to supply data to others for calculation and display. It is very common in financial markets, being used to connect to important financial data services such as Bloomberg and Reuters.

OLE Object Linking and Embedding allows a Windows application to control another to enable it to format or calculate data. This may take on the form of «embedding» where an application uses another to handle a task that it is more suited to, for example a PowerPoint presentation may be embedded in an Excel spreadsheet or vice versa.[35][36][37][38]

Using external data

Excel users can access external data sources via Microsoft Office features such as (for example) .odc connections built with the Office Data Connection file format. Excel files themselves may be updated using a Microsoft supplied ODBC driver.

Excel can accept data in real-time through several programming interfaces, which allow it to communicate with many data sources such as Bloomberg and Reuters (through addins such as Power Plus Pro).

  • DDE: «Dynamic Data Exchange» uses the message passing mechanism in Windows to allow data to flow between Excel and other applications. Although it is easy for users to create such links, programming such links reliably is so difficult that Microsoft, the creators of the system, officially refer to it as «the protocol from hell».[34] In spite of its many issues DDE remains the most common way for data to reach traders in financial markets.
  • Network DDE Extended the protocol to allow spreadsheets on different computers to exchange data. Starting with Windows Vista, Microsoft no longer supports the facility.[39]
  • Real Time Data: RTD although in many ways technically superior to DDE, has been slow to gain acceptance, since it requires non-trivial programming skills, and when first released was neither adequately documented nor supported by the major data vendors.[40][41]

Alternatively, Microsoft Query provides ODBC-based browsing within Microsoft Excel.[42][43][44]

Export and migration of spreadsheets

Programmers have produced APIs to open Excel spreadsheets in a variety of applications and environments other than Microsoft Excel. These include opening Excel documents on the web using either ActiveX controls, or plugins like the Adobe Flash Player. The Apache POI opensource project provides Java libraries for reading and writing Excel spreadsheet files.

Password protection

Microsoft Excel protection offers several types of passwords:

  • Password to open a document[45]
  • Password to modify a document[46]
  • Password to unprotect the worksheet
  • Password to protect workbook
  • Password to protect the sharing workbook[47]

All passwords except password to open a document can be removed instantly regardless of the Microsoft Excel version used to create the document. These types of passwords are used primarily for shared work on a document. Such password-protected documents are not encrypted, and a data sources from a set password is saved in a document’s header. Password to protect workbook is an exception – when it is set, a document is encrypted with the standard password «VelvetSweatshop», but since it is known to the public, it actually does not add any extra protection to the document. The only type of password that can prevent a trespasser from gaining access to a document is password to open a document. The cryptographic strength of this kind of protection depends strongly on the Microsoft Excel version that was used to create the document.

In Microsoft Excel 95 and earlier versions, the password to open is converted to a 16-bit key that can be instantly cracked. In Excel 97/2000 the password is converted to a 40-bit key, which can also be cracked very quickly using modern equipment. As regards services that use rainbow tables (e.g. Password-Find), it takes up to several seconds to remove protection. In addition, password-cracking programs can brute-force attack passwords at a rate of hundreds of thousands of passwords a second, which not only lets them decrypt a document but also find the original password.

In Excel 2003/XP the encryption is slightly better – a user can choose any encryption algorithm that is available in the system (see Cryptographic Service Provider). Due to the CSP, an Excel file cannot be decrypted, and thus the password to open cannot be removed, though the brute-force attack speed remains quite high. Nevertheless, the older Excel 97/2000 algorithm is set by the default. Therefore, users who do not change the default settings lack reliable protection of their documents.

The situation changed fundamentally in Excel 2007, where the modern AES algorithm with a key of 128 bits started being used for decryption, and a 50,000-fold use of the hash function SHA1 reduced the speed of brute-force attacks down to hundreds of passwords per second. In Excel 2010, the strength of the protection by the default was increased two times due to the use of a 100,000-fold SHA1 to convert a password to a key.

Other platforms

Excel for mobile

Excel Mobile is a spreadsheet program that can edit XLSX files. It can edit and format text in cells, calculate formulas, search within the spreadsheet, sort rows and columns, freeze panes, filter the columns, add comments, and create charts. It cannot add columns or rows except at the edge of the document, rearrange columns or rows, delete rows or columns, or add spreadsheet tabs.[48][49][50][51][52][53] The 2007 version has the ability to use a full-screen mode to deal with limited screen resolution, as well as split panes to view different parts of a worksheet at one time.[51] Protection settings, zoom settings, autofilter settings, certain chart formatting, hidden sheets, and other features are not supported on Excel Mobile, and will be modified upon opening and saving a workbook.[52] In 2015, Excel Mobile became available for Windows 10 and Windows 10 Mobile on Windows Store.[54][55]

Excel for the web

Excel for the web is a free lightweight version of Microsoft Excel available as part of Office on the web, which also includes web versions of Microsoft Word and Microsoft PowerPoint.

Excel for the web can display most of the features available in the desktop versions of Excel, although it may not be able to insert or edit them. Certain data connections are not accessible on Excel for the web, including with charts that may use these external connections. Excel for the web also cannot display legacy features, such as Excel 4.0 macros or Excel 5.0 dialog sheets. There are also small differences between how some of the Excel functions work.[56]

Microsoft Excel Viewer

Microsoft Excel Viewer was a freeware program for Microsoft Windows for viewing and printing spreadsheet documents created by Excel.[57] Microsoft retired the viewer in April 2018 with the last security update released in February 2019 for Excel Viewer 2007 (SP3).[58][59]

The first version released by Microsoft was Excel 97 Viewer.[60][61] Excel 97 Viewer was supported in Windows CE for Handheld PCs.[62] In October 2004, Microsoft released Excel Viewer 2003.[63] In September 2007, Microsoft released Excel Viewer 2003 Service Pack 3 (SP3).[64] In January 2008, Microsoft released Excel Viewer 2007 (featuring a non-collapsible Ribbon interface).[65] In April 2009, Microsoft released Excel Viewer 2007 Service Pack 2 (SP2).[66] In October 2011, Microsoft released Excel Viewer 2007 Service Pack 3 (SP3).[67]

Microsoft advises to view and print Excel files for free to use the Excel Mobile application for Windows 10 and for Windows 7 and Windows 8 to upload the file to OneDrive and use Excel for the web with a Microsoft account to open them in a browser.[58][68]

Quirks

In addition to issues with spreadsheets in general, other problems specific to Excel include numeric precision, misleading statistics functions, mod function errors, date limitations and more.

Numeric precision

Excel maintains 15 figures in its numbers, but they are not always accurate: the bottom line should be the same as the top line.

Despite the use of 15-figure precision, Excel can display many more figures (up to thirty) upon user request. But the displayed figures are not those actually used in its computations, and so, for example, the difference of two numbers may differ from the difference of their displayed values. Although such departures are usually beyond the 15th decimal, exceptions do occur, especially for very large or very small numbers. Serious errors can occur if decisions are made based upon automated comparisons of numbers (for example, using the Excel If function), as equality of two numbers can be unpredictable.[citation needed]

In the figure, the fraction 1/9000 is displayed in Excel. Although this number has a decimal representation that is an infinite string of ones, Excel displays only the leading 15 figures. In the second line, the number one is added to the fraction, and again Excel displays only 15 figures. In the third line, one is subtracted from the sum using Excel. Because the sum in the second line has only eleven 1’s after the decimal, the difference when 1 is subtracted from this displayed value is three 0’s followed by a string of eleven 1’s. However, the difference reported by Excel in the third line is three 0’s followed by a string of thirteen 1’s and two extra erroneous digits. This is because Excel calculates with about half a digit more than it displays.

Excel works with a modified 1985 version of the IEEE 754 specification.[69] Excel’s implementation involves conversions between binary and decimal representations, leading to accuracy that is on average better than one would expect from simple fifteen digit precision, but that can be worse. See the main article for details.

Besides accuracy in user computations, the question of accuracy in Excel-provided functions may be raised. Particularly in the arena of statistical functions, Excel has been criticized for sacrificing accuracy for speed of calculation.[70][71]

As many calculations in Excel are executed using VBA, an additional issue is the accuracy of VBA, which varies with variable type and user-requested precision.[72]

Statistical functions

The accuracy and convenience of statistical tools in Excel has been criticized,[73][74][75][76][77] as mishandling missing data, as returning incorrect values due to inept handling of round-off and large numbers, as only selectively updating calculations on a spreadsheet when some cell values are changed, and as having a limited set of statistical tools. Microsoft has announced some of these issues are addressed in Excel 2010.[78]

Excel MOD function error

Excel has issues with modulo operations. In the case of excessively large results, Excel will return the error warning #NUM! instead of an answer.[79]

Fictional leap day in the year 1900

Excel includes February 29, 1900, incorrectly treating 1900 as a leap year, even though e.g. 2100 is correctly treated as a non-leap year.[80][81] The bug originated from Lotus 1-2-3 (deliberately implemented to save computer memory), and was also purposely implemented in Excel, for the purpose of bug compatibility.[82] This legacy has later been carried over into Office Open XML file format.[83]

Thus a (not necessarily whole) number greater than or equal to 61 interpreted as a date and time are the (real) number of days after December 30, 1899, 0:00, a non-negative number less than 60 is the number of days after December 31, 1899, 0:00, and numbers with whole part 60 represent the fictional day.

Date range

Excel supports dates with years in the range 1900–9999, except that December 31, 1899, can be entered as 0 and is displayed as 0-jan-1900.

Converting a fraction of a day into hours, minutes and days by treating it as a moment on the day January 1, 1900, does not work for a negative fraction.[84]

Conversion problems

Entering text that happens to be in a form that is interpreted as a date, the text can be unintentionally changed to a standard date format. A similar problem occurs when a text happens to be in the form of a floating-point notation of a number. In these cases the original exact text cannot be recovered from the result. Formatting the cell as TEXT before entering ambiguous text prevents Excel from converting to a date.

This issue has caused a well known problem in the analysis of DNA, for example in bioinformatics. As first reported in 2004,[85] genetic scientists found that Excel automatically and incorrectly converts certain gene names into dates. A follow-up study in 2016 found many peer reviewed scientific journal papers had been affected and that «Of the selected journals, the proportion of published articles with Excel files containing gene lists that are affected by gene name errors is 19.6 %.»[86] Excel parses the copied and pasted data and sometimes changes them depending on what it thinks they are. For example, MARCH1 (Membrane Associated Ring-CH-type finger 1) gets converted to the date March 1 (1-Mar) and SEPT2 (Septin 2) is converted into September 2 (2-Sep) etc.[87] While some secondary news sources[88] reported this as a fault with Excel, the original authors of the 2016 paper placed the blame with the researchers misusing Excel.[86][89]

In August 2020 the HUGO Gene Nomenclature Committee (HGNC) published new guidelines in the journal Nature regarding gene naming in order to avoid issues with «symbols that affect data handling and retrieval.» So far 27 genes have been renamed, including changing MARCH1 to MARCHF1 and SEPT1 to SEPTIN1 in order to avoid accidental conversion of the gene names into dates.[90]

Errors with large strings

The following functions return incorrect results when passed a string longer than 255 characters:[91]

  • type() incorrectly returns 16, meaning «Error value»
  • IsText(), when called as a method of the VBA object WorksheetFunction (i.e., WorksheetFunction.IsText() in VBA), incorrectly returns «false».

Filenames

Microsoft Excel will not open two documents with the same name and instead will display the following error:

A document with the name ‘%s’ is already open. You cannot open two documents with the same name, even if the documents are in different folders. To open the second document, either close the document that is currently open, or rename one of the documents.[92]

The reason is for calculation ambiguity with linked cells. If there is a cell ='[Book1.xlsx]Sheet1'!$G$33, and there are two books named «Book1» open, there is no way to tell which one the user means.[93]

Versions

Early history

Microsoft originally marketed a spreadsheet program called Multiplan in 1982. Multiplan became very popular on CP/M systems, but on MS-DOS systems it lost popularity to Lotus 1-2-3. Microsoft released the first version of Excel for the Macintosh on September 30, 1985, and the first Windows version was 2.05 (to synchronize with the Macintosh version 2.2) on November 19, 1987.[94][95] Lotus was slow to bring 1-2-3 to Windows and by the early 1990s, Excel had started to outsell 1-2-3 and helped Microsoft achieve its position as a leading PC software developer. This accomplishment solidified Microsoft as a valid competitor and showed its future of developing GUI software. Microsoft maintained its advantage with regular new releases, every two years or so.

Microsoft Windows

Excel 2.0 is the first version of Excel for the Intel platform. Versions prior to 2.0 were only available on the Apple Macintosh.

Excel 2.0 (1987)

The first Windows version was labeled «2» to correspond to the Mac version. It was announced on October 6, 1987, and released on November 19.[96] This included a run-time version of Windows.[97]

BYTE in 1989 listed Excel for Windows as among the «Distinction» winners of the BYTE Awards. The magazine stated that the port of the «extraordinary» Macintosh version «shines», with a user interface as good as or better than the original.

Excel 3.0 (1990)

Included toolbars, drawing capabilities, outlining, add-in support, 3D charts, and many more new features.[97]

Excel 4.0 (1992)

Introduced auto-fill.[98]

Also, an easter egg in Excel 4.0 reveals a hidden animation of a dancing set of numbers 1 through 3, representing Lotus 1-2-3, which is then crushed by an Excel logo.[99]

Excel 5.0 (1993)

With version 5.0, Excel has included Visual Basic for Applications (VBA), a programming language based on Visual Basic which adds the ability to automate tasks in Excel and to provide user-defined functions (UDF) for use in worksheets. VBA 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.

The automation functionality provided by VBA made Excel a target for macro viruses. This caused serious problems until antivirus products began to detect these viruses. Microsoft belatedly took steps to prevent the misuse by adding the ability to disable macros completely, to enable macros when opening a workbook or to trust all macros signed using a trusted certificate.

Versions 5.0 to 9.0 of Excel contain various Easter eggs, including a «Hall of Tortured Souls», a Doom-like minigame, although since version 10 Microsoft has taken measures to eliminate such undocumented features from their products.[100]

5.0 was released in a 16-bit x86 version for Windows 3.1 and later in a 32-bit version for NT 3.51 (x86/Alpha/PowerPC)

Excel 95 (v7.0)

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 with all of the Office applications standardizing on the same major version number.

Internal rewrite to 32-bits. Almost no external changes, but faster and more stable.

Excel 95 contained a hidden Doom-like mini-game called «The Hall of Tortured Souls», a series of rooms featuring the names and faces of the developers as an easter egg.[101]

Excel 97 (v8.0)

Included in Office 97 (for x86 and Alpha). This was a major upgrade that introduced the paper clip office assistant and featured standard VBA used instead of internal Excel Basic. It introduced the now-removed Natural Language labels.

This version of Excel includes a flight simulator as an Easter Egg.

Excel 2000 (v9.0)

Included in Office 2000. This was a minor upgrade but introduced an upgrade to the clipboard where it can hold multiple objects at once. The Office Assistant, whose frequent unsolicited appearance in Excel 97 had annoyed many users, became less intrusive.

A small 3-D game called «Dev Hunter» (inspired by Spy Hunter) was included as an easter egg.[102][103]

Excel 2002 (v10.0)

Included in Office XP. Very minor enhancements.

Excel 2003 (v11.0)

Included in Office 2003. Minor enhancements.

Excel 2007 (v12.0)

Included in Office 2007. This release was a major upgrade from the previous version. Similar to other updated Office products, Excel in 2007 used the new Ribbon menu system. 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.[104] However, an online survey reported that a majority of respondents had a negative opinion of the change, with advanced users being «somewhat more negative» than intermediate users, and users reporting a self-estimated reduction in productivity.

Added functionality included Tables,[105] and the SmartArt set of editable business diagrams. Also added was an improved management of named variables through the Name Manager, and much-improved flexibility in formatting graphs, which allow (x, y) coordinate labeling and lines of arbitrary weight. Several improvements to pivot tables were introduced.

Also like other office products, the Office Open XML file formats were introduced, including .xlsm for a workbook with macros and .xlsx for a workbook without macros.[106]

Specifically, many of the size limitations of previous versions were greatly increased. To illustrate, the number of rows was now 1,048,576 (220) and columns was 16,384 (214; the far-right column is XFD). This changes what is a valid A1 reference versus a named range. This version made more extensive use of multiple cores for the calculation of spreadsheets; however, VBA macros are not handled in parallel and XLL add‑ins were only executed in parallel if they were thread-safe and this was indicated at registration.

Excel 2010 (v14.0)

Microsoft Excel 2010 running on Windows 7

Included in Office 2010, this is the next major version after v12.0, as version number 13 was skipped.

Minor enhancements and 64-bit support,[107] including the following:

  • Multi-threading recalculation (MTR) for commonly used functions
  • Improved pivot tables
  • More conditional formatting options
  • Additional image editing capabilities
  • In-cell charts called sparklines
  • Ability to preview before pasting
  • Office 2010 backstage feature for document-related tasks
  • Ability to customize the Ribbon
  • Many new formulas, most highly specialized to improve accuracy[108]

Excel 2013 (v15.0)

Included in Office 2013, along with a lot of new tools included in this release:

  • Improved Multi-threading and Memory Contention
  • FlashFill[109]
  • Power View[110]
  • Power Pivot[111]
  • Timeline Slicer
  • Windows App
  • Inquire[112]
  • 50 new functions[113]

Excel 2016 (v16.0)

Included in Office 2016, along with a lot of new tools included in this release:

  • Power Query integration
  • Read-only mode for Excel
  • Keyboard access for Pivot Tables and Slicers in Excel
  • New Chart Types
  • Quick data linking in Visio
  • Excel forecasting functions
  • Support for multiselection of Slicer items using touch
  • Time grouping and Pivot Chart Drill Down
  • Excel data cards[114]

Excel 2019, Excel 2021, Office 365 and subsequent (v16.0)

Microsoft no longer releases Office or Excel in discrete versions. Instead, features are introduced automatically over time using Windows Update. The version number remains 16.0. Thereafter only the approximate dates when features appear can now be given.

  • Dynamic Arrays. These are essentially Array Formulas but they «Spill» automatically into neighboring cells and does not need the ctrl-shift-enter to create them. Further, dynamic arrays are the default format, with new «@» and «#» operators to provide compatibility with previous versions. This is perhaps the biggest structural change since 2007, and is in response to a similar feature in Google Sheets. Dynamic arrays started appearing in pre-releases about 2018, and as of March 2020 are available in published versions of Office 365 provided a user selected «Office Insiders».

Apple Macintosh

Microsoft Excel for Mac 2011

  • 1985 Excel 1.0
  • 1988 Excel 1.5
  • 1989 Excel 2.2
  • 1990 Excel 3.0
  • 1992 Excel 4.0
  • 1993 Excel 5.0 (part of Office 4.x—Final Motorola 680×0 version[115] and first PowerPC version)
  • 1998 Excel 8.0 (part of Office 98)
  • 2000 Excel 9.0 (part of Office 2001)
  • 2001 Excel 10.0 (part of Office v. X)
  • 2004 Excel 11.0 (part of Office 2004)
  • 2008 Excel 12.0 (part of Office 2008)
  • 2010 Excel 14.0 (part of Office 2011)
  • 2015 Excel 15.0 (part of Office 2016—Office 2016 for Mac brings the Mac version much closer to parity with its Windows cousin, harmonizing many of the reporting and high-level developer functions, while bringing the ribbon and styling into line with its PC counterpart.)[116]

OS/2

  • 1989 Excel 2.2
  • 1990 Excel 2.3
  • 1991 Excel 3.0

Summary

Legend: Old version, not maintained Older version, still maintained Current stable version
Microsoft Excel for Windows release history

Year Name Version Comments
1987 Excel 2 2.0 Renumbered to 2 to correspond with contemporary Macintosh version. Supported macros (later known as Excel 4 macros).
1990 Excel 3 3.0 Added 3D graphing capabilities
1992 Excel 4 4.0 Introduced auto-fill feature
1993 Excel 5 5.0 Included Visual Basic for Applications (VBA) and various object-oriented options
1995 Excel 95 7.0 Renumbered for contemporary Word version. Both programs were packaged in Microsoft Office by this time.
1997 Excel 97 8.0
2000 Excel 2000 9.0 Part of Microsoft Office 2000, which was itself part of Windows Millennium (also known as «Windows ME»).
2002 Excel 2002 10.0
2003 Excel 2003 11.0 Released only 1 year later to correspond better with the rest of Microsoft Office (Word, PowerPoint, etc.).
2007 Excel 2007 12.0
2010 Excel 2010 14.0 Due to superstitions surrounding the number 13, Excel 13 was skipped in version counting.
2013 Excel 2013 15.0 Introduced 50 more mathematical functions (available as pre-packaged commands, rather than typing the formula manually).
2016 Excel 2016 16.0 Part of Microsoft Office 2016
Microsoft Excel for Macintosh release history

Year Name Version Comments
1985 Excel 1 1.0 Initial version of Excel. Supported macros (later known as Excel 4 macros).
1988 Excel 1.5 1.5
1989 Excel 2 2.2
1990 Excel 3 3.0
1992 Excel 4 4.0
1993 Excel 5 5.0 Only available on PowerPC-based Macs. First PowerPC version.
1998 Excel 98 8.0 Excel 6 and Excel 7 were skipped to correspond with the rest of Microsoft Office at the time.
2000 Excel 2000 9.0
2001 Excel 2001 10.0
2004 Excel 2004 11.0
2008 Excel 2008 12.0
2011 Excel 2011 14.0 As with the Windows version, version 13 was skipped for superstitious reasons.
2016 Excel 2016 16.0 As with the rest of Microsoft Office, so it is for Excel: Future release dates for the Macintosh version are intended to correspond better to those for the Windows version, from 2016 onward.
Microsoft Excel for OS/2 release history

Year Name Version Comments
1989 Excel 2.2 2.2 Numbered in between Windows versions at the time
1990 Excel 2.3 2.3
1991 Excel 3 3.0 Last OS/2 version. Discontinued subseries of Microsoft Excel, which is otherwise still an actively developed program.

Impact

Excel offers many user interface tweaks over the earliest electronic spreadsheets; however, the essence remains the same as in the original spreadsheet software, VisiCalc: the program displays cells organized in rows and columns, and each cell may contain data or a formula, with relative or absolute references to other cells.

Excel 2.0 for Windows, which was modeled after its Mac GUI-based counterpart, indirectly expanded the installed base of the then-nascent Windows environment. Excel 2.0 was released a month before Windows 2.0, and the installed base of Windows was so low at that point in 1987 that Microsoft had to bundle a runtime version of Windows 1.0 with Excel 2.0.[117] Unlike Microsoft Word, there never was a DOS version of Excel.

Excel became the first spreadsheet to allow the user to define the appearance of spreadsheets (fonts, character attributes, and cell appearance). It also introduced intelligent cell re-computation, where only cells dependent on the cell being modified are updated (previous spreadsheet programs recomputed everything all the time or waited for a specific user command). Excel introduced auto-fill, the ability to drag and expand the selection box to automatically copy a cell or row contents to adjacent cells or rows, adjusting the copies intelligently by automatically incrementing cell references or contents. Excel also introduced extensive graphing capabilities.

Security

Because Excel is widely used, it has been attacked by hackers. While Excel is not directly exposed to the Internet, if an attacker can get a victim to open a file in Excel, and there is an appropriate security bug in Excel, then the attacker can gain control of the victim’s computer.[118] UK’s GCHQ has a tool named TORNADO ALLEY with this purpose.[119][120]

Games

Besides the easter eggs, numerous games have been created or recreated in Excel, such as Tetris, 2048, Scrabble, Yahtzee, Angry Birds, Pac-Man, Civilization, Monopoly, Battleship, Blackjack, Space Invaders, and others.[121][122][123][124][125]

In 2020, Excel became an esport with the advent of the Financial Modeling World Cup.[126]

See also

  • Comparison of spreadsheet software
  • Numbers (spreadsheet)—the iWork equivalent
  • Spreadmart
  • Financial Modeling World Cup, online esport financial modelling competition using Excel

References

  1. ^ «Update history for Microsoft Office 2019». Microsoft Docs. Retrieved April 13, 2021.
  2. ^ a b «C++ in MS Office». cppcon. July 17, 2014. Archived from the original on November 7, 2019. Retrieved June 25, 2019.
  3. ^ «Microsoft Office Excel 365». Microsoft.com. Retrieved January 25, 2021.
  4. ^ «Update history for Office for Mac». Microsoft Docs.
  5. ^ «Microsoft Excel APKs». APKMirror.
  6. ^ «Microsoft Excel». App Store.
  7. ^
    Harvey, Greg (2006). Excel 2007 For Dummies (1st ed.). Wiley. ISBN 978-0-470-03737-9.
  8. ^
    Harvey, Greg (2007). Excel 2007 Workbook for Dummies (2nd ed.). Wiley. p. 296 ff. ISBN 978-0-470-16937-7.
  9. ^
    de Levie, Robert (2004). Advanced Excel for scientific data analysis. Oxford University Press. ISBN 978-0-19-515275-3.
  10. ^
    Bourg, David M. (2006). Excel scientific and engineering cookbook. O’Reilly. ISBN 978-0-596-00879-6.
  11. ^
    Şeref, Michelle M. H. & Ahuja, Ravindra K. (2008). «§4.2 A portfolio management and optimization spreadsheet DSS». In Burstein, Frad & Holsapple, Clyde W. (eds.). Handbook on Decision Support Systems 1: Basic Themes. Springer. ISBN 978-3-540-48712-8.
  12. ^
    Wells, Eric & Harshbarger, Steve (1997). Microsoft Excel 97 Developer’s Handbook. Microsoft Press. ISBN 978-1-57231-359-0. Excellent examples are developed that show just how applications can be designed.
  13. ^
    Harnett, Donald L. & Horrell, James F. (1998). Data, statistics, and decision models with Excel. Wiley. ISBN 978-0-471-13398-8.
  14. ^
    Some form of data acquisition hardware is required. See, for example, Austerlitz, Howard (2003). Data acquisition techniques using PCs (2nd ed.). Academic Press. p. 281 ff. ISBN 978-0-12-068377-2.
  15. ^
    «Description of the startup switches for Excel». Microsoft Help and Support. Microsoft Support. May 7, 2007. Retrieved December 14, 2010. Microsoft Excel accepts a number of optional switches that you can use to control how the program starts. This article lists the switches and provides a description of each switch.{{cite web}}: CS1 maint: url-status (link)
  16. ^ «Excel functions (alphabetical)». microsoft.com. Microsoft. Retrieved November 4, 2018.{{cite web}}: CS1 maint: url-status (link)
  17. ^ «WorksheetFunction Object (Excel)». Office VBA Reference. Microsoft. March 30, 2022. Retrieved November 4, 2018.{{cite web}}: CS1 maint: url-status (link)
  18. ^ «Functions (Visual Basic for Applications)». Office VBA Reference. Microsoft. September 13, 2021. Retrieved November 4, 2018.{{cite web}}: CS1 maint: url-status (link)
  19. ^ Gordon, Andy (January 25, 2021). «LAMBDA: The ultimate Excel worksheet function». microsoft.com. Microsoft. Retrieved April 23, 2021.{{cite web}}: CS1 maint: url-status (link)
  20. ^
    For example, by converting to Visual Basic the recipes in Press, William H. Press; Teukolsky, Saul A.; Vetterling, William T. & Flannery, Brian P. (2007). Numerical recipes: the art of scientific computing (3rd ed.). Cambridge University Press. ISBN 978-0-521-88068-8. Code conversion to Basic from Fortran probably is easier than from C++, so the 2nd edition (ISBN 0521437210) may be easier to use, or the Basic code implementation of the first edition: Sprott, Julien C. (1991). Numerical recipes: routines and examples in BASIC. Cambridge University Press. ISBN 978-0-521-40689-5.
  21. ^ «Excel». Office for Mac. OfficeforMacHelp.com. Archived from the original on June 19, 2012. Retrieved July 8, 2012.
  22. ^ «Using Excel — PC or Mac? | Excel Lemon». www.excellemon.com. Archived from the original on September 21, 2016. Retrieved July 29, 2015.
  23. ^ However an increasing proportion of Excel functionality is not captured by the Macro Recorder leading to largely useless macros. Compatibility among multiple versions of Excel is also a downfall of this method. A macro recorder in Excel 2010 may not work in Excel 2003 or older. This is most common when changing colors and formatting of cells.
    Walkenbach, John (2007). «Chapter 6: Using the Excel macro recorder». Excel 2007 VBA Programming for Dummies (Revised by Jan Karel Pieterse ed.). Wiley. p. 79 ff. ISBN 978-0-470-04674-6.
  24. ^ Walkenbach, John (February 2, 2007). «Chapter 4: Introducing the Excel object model». cited work. p. 53 ff. ISBN 978-0-470-04674-6.
  25. ^ «The Spreadsheet Page for Excel Users and Developers». spreadsheetpage.com. J-Walk & Associates, Inc. Retrieved December 19, 2012.
  26. ^ «Working with Excel 4.0 macros». microsoft.com. Microsoft Office Support. Retrieved December 19, 2012.
  27. ^ «The «Big Grid» and Increased Limits in Excel 2007″. microsoft.com. May 23, 2014. Retrieved April 10, 2008.{{cite web}}: CS1 maint: url-status (link)
  28. ^ «How to extract information from Office files by using Office file formats and schemas». microsoft.com. Microsoft. February 26, 2008. Retrieved November 10, 2008.{{cite web}}: CS1 maint: url-status (link)
  29. ^ a b «XML Spreadsheet Reference». Microsoft Excel 2002 Technical Articles. MSDN. August 2001. Retrieved November 10, 2008.
  30. ^ «Deprecated features for Excel 2007». Microsoft—David Gainer. August 24, 2006. Retrieved January 2, 2009.
  31. ^ «OpenOffice.org’s documentation of the Microsoft Excel File Format» (PDF). August 2, 2008.
  32. ^ «Microsoft Office Excel 97 — 2007 Binary File Format Specification (*.xls 97-2007 format)». Microsoft Corporation. 2007.
  33. ^ Fairhurst, Danielle Stein (March 17, 2015). Using Excel for Business Analysis: A Guide to Financial Modelling Fundamentals. John Wiley & Sons. ISBN 978-1-119-06245-5.
  34. ^ a b Newcomer, Joseph M. «Faking DDE with Private Servers». Dr. Dobb’s.
  35. ^ Schmalz, Michael (2006). «Chapter 5: Using Access VBA to automate Excel». Integrating Excel and Access. O’Reilly Media, Inc. ISBN 978-0-596-00973-1.Schmalz, Michael (2006). «Chapter 5: Using Access VBA to automate Excel». Integrating Excel and Access. O’Reilly Media, Inc. ISBN 978-0-596-00973-1.
  36. ^ Cornell, Paul (2007). «Chapter 5: Connect to other databases». Excel as Your Database. Apress. p. 117 ff. ISBN 978-1-59059-751-4.
  37. ^ DeMarco, Jim (2008). «Excel’s data import tools». Pro Excel 2007 VBA. Apress. p. 43 ff. ISBN 978-1-59059-957-0.
  38. ^
    Harts, Doug (2007). «Importing Access data into Excel 2007». Microsoft Office 2007 Business Intelligence: Reporting, Analysis, and Measurement from the Desktop. McGraw-Hill Professional. ISBN 978-0-07-149424-3.
  39. ^ «About Network DDE — Win32 apps». learn.microsoft.com.
  40. ^ «How to set up and use the RTD function in Excel — Office». learn.microsoft.com.
  41. ^
    DeMarco, Jim (2008). Pro Excel 2007 VBA. Berkeley, CA: Apress. p. 225. ISBN 978-1-59059-957-0. External data is accessed through a connection file, such as an Office Data Connection (ODC) file (.odc)
  42. ^
    Bullen, Stephen; Bovey, Rob & Green, John (2009). Professional Excel Development (2nd ed.). Upper Saddle River, NJ: Addison-Wesley. p. 665. ISBN 978-0-321-50879-9. To create a robust solution, we always have to include some VBA code …
  43. ^ William, Wehrs (2000). «An Applied DSS Course Using Excel and VBA: IS and/or MS?» (PDF). The Proceedings of ISECON (Information System Educator Conference). p. 4. Archived from the original (PDF) on August 21, 2010. Retrieved February 5, 2010. Microsoft Query is a data retrieval tool (i.e. ODBC browser) that can be employed within Excel 97. It allows a user to create and save queries on external relational databases for which an ODBC driver is available.
  44. ^ Use Microsoft Query to retrieve external data Archived March 12, 2010, at the Wayback Machine
  45. ^ «Password protect documents, workbooks, and presentations — Word — Office.com». Office.microsoft.com. Retrieved April 24, 2013.
  46. ^ «Password protect documents, workbooks, and presentations — Word — Office.com». Office.microsoft.com. Retrieved April 24, 2013.
  47. ^ «Password protect worksheet or workbook elements — Excel — Office.com». Office.microsoft.com. Archived from the original on March 26, 2013. Retrieved April 24, 2013.
  48. ^ Ralph, Nate. «Office for Windows Phone 8: Your handy starter guide». TechHive. Archived from the original on October 15, 2014. Retrieved August 30, 2014.
  49. ^ Wollman, Dana. «Microsoft Office Mobile for iPhone hands-on». Engadget. Retrieved August 30, 2014.
  50. ^ Pogue, David. «Microsoft Adds Office for iPhone. Yawn». The New York Times. Retrieved August 30, 2014.
  51. ^ a b Ogasawara, Todd. «What’s New in Excel Mobile». Microsoft. Archived from the original on February 8, 2008. Retrieved September 13, 2007.
  52. ^ a b «Unsupported features in Excel Mobile». Microsoft. Archived from the original on October 20, 2007. Retrieved September 21, 2007.
  53. ^ Use Excel Mobile Archived October 20, 2007, at the Wayback Machine. Microsoft. Retrieved September 21, 2007.
  54. ^ «Excel Mobile». Windows Store. Microsoft. Retrieved June 26, 2016.
  55. ^ «PowerPoint Mobile». Windows Store. Microsoft. Retrieved June 26, 2016.
  56. ^ «Differences between using a workbook in the browser and in Excel — Office Support». support.office.com. Archived from the original on 8 February 2017. Retrieved 7 February 2017.
  57. ^ «Description of the Excel Viewer». Microsoft. February 17, 2012. Archived from the original on April 6, 2013.
  58. ^ a b «How to obtain the latest Excel Viewer». Microsoft Docs. May 22, 2020. Retrieved January 3, 2021.
  59. ^ «Description of the security update for Excel Viewer 2007: February 12, 2019». Microsoft. April 16, 2020. Retrieved January 3, 2021.
  60. ^ «Microsoft Excel Viewer». Microsoft. 1997. Archived from the original on January 20, 1998.
  61. ^ «Excel 97/2000 Viewer: Spreadsheet Files». Microsoft. Archived from the original on January 13, 2004.
  62. ^ «New Features in Windows CE .NET 4.1». Microsoft Docs. June 30, 2006. Retrieved January 3, 2021.
  63. ^ «Excel Viewer 2003». Microsoft. October 12, 2004. Archived from the original on January 15, 2005.
  64. ^ «Excel Viewer 2003 Service Pack 3 (SP3)». Microsoft. September 17, 2007. Archived from the original on October 11, 2007.
  65. ^ «Excel Viewer». Microsoft. January 14, 2008. Archived from the original on September 26, 2010.
  66. ^ «Excel Viewer 2007 Service Pack 2 (SP2)». Microsoft. April 24, 2009. Archived from the original on April 28, 2012.
  67. ^ «Excel Viewer 2007 Service Pack 3 (SP3)». Microsoft. October 25, 2011. Archived from the original on December 29, 2011.
  68. ^ «Supported versions of the Office viewers». Microsoft. April 16, 2020. Retrieved January 3, 2021.
  69. ^
    Microsoft’s overview is found at: «Floating-point arithmetic may give inaccurate results in Excel». Revision 8.2 ; article ID: 78113. Microsoft support. June 30, 2010. Retrieved July 2, 2010.
  70. ^
    Altman, Micah; Gill, Jeff; McDonald, Michael (2004). «§2.1.1 Revealing example: Computing the coefficient standard deviation». Numerical issues in statistical computing for the social scientist. Wiley-IEEE. p. 12. ISBN 978-0-471-23633-7.
  71. ^ de Levie, Robert (2004). cited work. pp. 45–46. ISBN 978-0-19-515275-3.
  72. ^
    Walkenbach, John (2010). «Defining data types». Excel 2010 Power Programming with VBA. Wiley. pp. 198 ff and Table 8–1. ISBN 978-0-470-47535-5.
  73. ^ McCullough, Bruce D.; Wilson, Berry (2002). «On the accuracy of statistical procedures in Microsoft Excel 2000 and Excel XP». Computational Statistics & Data Analysis. 40 (4): 713–721. doi:10.1016/S0167-9473(02)00095-6.
  74. ^ McCullough, Bruce D.; Heiser, David A. (2008). «On the accuracy of statistical procedures in Microsoft Excel 2007». Computational Statistics & Data Analysis. 52 (10): 4570–4578. CiteSeerX 10.1.1.455.5508. doi:10.1016/j.csda.2008.03.004.
  75. ^ Yalta, A. Talha (2008). «The accuracy of statistical distributions in Microsoft Excel 2007». Computational Statistics & Data Analysis. 52 (10): 4579–4586. doi:10.1016/j.csda.2008.03.005.
  76. ^ Goldwater, Eva. «Using Excel for Statistical Data Analysis—Caveats». University of Massachusetts School of Public Health. Retrieved November 10, 2008.
  77. ^
    Heiser, David A. (2008). «Microsoft Excel 2000, 2003 and 2007 faults, problems, workarounds and fixes». Archived from the original on April 18, 2010. Retrieved April 8, 2010.
  78. ^
    Function improvements in Excel 2010 Archived April 6, 2010, at the Wayback Machine Comments are provided from readers that may illuminate some remaining problems.
  79. ^ «The MOD bug». Byg Software. Archived from the original on January 11, 2016. Retrieved November 10, 2008.
  80. ^ «Days of the week before March 1, 1900 are incorrect in Excel». Microsoft. Archived from the original on July 14, 2012. Retrieved November 10, 2008.
  81. ^ «Excel incorrectly assumes that the year 1900 is a leap year». Microsoft. Retrieved May 1, 2019.
  82. ^ Spolsky, Joel (June 16, 2006). «My First BillG Review». Joel on Software. Retrieved November 10, 2008.
  83. ^ «The Contradictory Nature of OOXML». ConsortiumInfo.org. January 17, 2007.
  84. ^ «Negative date and time value are displayed as pound signs (###) in Excel». Microsoft. Retrieved March 26, 2012.
  85. ^ Zeeberg, Barry R; Riss, Joseph; Kane, David W; Bussey, Kimberly J; Uchio, Edward; Linehan, W Marston; Barrett, J Carl; Weinstein, John N (2004). «Mistaken Identifiers: Gene name errors can be introduced inadvertently when using Excel in bioinformatics». BMC Bioinformatics. 5 (1): 80. doi:10.1186/1471-2105-5-80. PMC 459209. PMID 15214961.
  86. ^ a b Ziemann, Mark; Eren, Yotam; El-Osta, Assam (2016). «Gene name errors are widespread in the scientific literature». Genome Biology. 17 (1): 177. doi:10.1186/s13059-016-1044-7. PMC 4994289. PMID 27552985.
  87. ^ Anon (2016). «Microsoft Excel blamed for gene study errors». bbc.co.uk. London: BBC News.
  88. ^ Cimpanu, Catalin (August 24, 2016). «One in Five Scientific Papers on Genes Contains Errors Because of Excel». Softpedia. SoftNews.
  89. ^ Ziemann, Mark (2016). «Genome Spot: My personal thoughts on gene name errors». genomespot.blogspot.co.uk. Archived from the original on August 30, 2016.
  90. ^ Vincent, James (August 6, 2020). «Scientists rename human genes to stop Microsoft Excel from misreading them as dates». The Verge. Retrieved October 9, 2020.
  91. ^ «Excel: type() and WorksheetFunction.IsText() fail for long strings». Stack Overflow. November 3, 2018.
  92. ^ Rajah, Gary (August 2, 2004). «Trouble with macros». The Hindu Business Line. Retrieved March 19, 2019.
  93. ^ Chirilov, Joseph (January 8, 2009). «Microsoft Excel — Why Can’t I Open Two Files With the Same Name?». MSDN Blogs. Microsoft Corporation. Archived from the original on July 29, 2010. Retrieved March 19, 2019.
  94. ^ Infoworld Media Group, Inc. (July 7, 1986). InfoWorld First Look: Supercalc 4 challenging 1-2-3 with new tactic.
  95. ^ «The History of Microsoft — 1987». channel9.msdn.com. Archived from the original on September 27, 2010. Retrieved October 7, 2022.
  96. ^ «The History of Microsoft — 1987». learn.microsoft.com. Retrieved October 7, 2022.
  97. ^ a b Walkenbach, John (December 4, 2013). «Excel Version History». The Spreadsheet Page. John Walkenbach. Retrieved July 12, 2020.
  98. ^ Lewallen, Dale (1992). PC/Computing guide to Excel 4.0 for Windows. Ziff Davis. p. 13. ISBN 9781562760489. Retrieved July 27, 2013.
  99. ^ Lake, Matt (April 6, 2009). «Easter Eggs we have loved: Excel 4». crashreboot.blogspot.com. Retrieved November 5, 2013.
  100. ^ Osterman, Larry (October 21, 2005). «Why no Easter Eggs?». Larry Osterman’s WebLog. MSDN Blogs. Retrieved July 29, 2006.
  101. ^ «Excel 95 Hall of Tortured Souls». Retrieved July 7, 2006.
  102. ^ «Excel Oddities: Easter Eggs». Archived from the original on August 21, 2006. Retrieved August 10, 2006.
  103. ^ «Car Game In Ms Excel». Totalchoicehosting.com. September 6, 2005. Retrieved January 28, 2014.
  104. ^ Dostál, M (December 9, 2010). User Acceptance of the Microsoft Ribbon User Interface (PDF). Palacký University of Olomouc. ISBN 978-960-474-245-5. ISSN 1792-6157. Retrieved May 28, 2013.
  105. ^ [Using Excel Tables to
    Manipulate Billing Data https://mooresolutionsinc.com/downloads/Billing_MJ12.pdf]
  106. ^ Dodge, Mark; Stinson, Craig (2007). «Chapter 1: What’s new in Microsoft Office Excel 2007». Microsoft Office Excel 2007 inside out. Microsoft Press. p. 1 ff. ISBN 978-0-7356-2321-7.
  107. ^ «What’s New in Excel 2010 — Excel». Archived from the original on December 2, 2013. Retrieved September 23, 2010.
  108. ^ Walkenbach, John (2010). «Some Essential Background». Excel 2010 Power Programming with VBA. Indianapolis, Indiana: Wiley Publishing, Inc. p. 20. ISBN 9780470475355.
  109. ^ Harris, Steven (October 1, 2013). «Excel 2013 — Flash Fill». Experts-Exchange.com. Experts Exchange. Retrieved November 23, 2013.
  110. ^ «What’s new in Excel 2013». Office.com. Microsoft. Retrieved January 25, 2014.
  111. ^ K., Gasper (October 10, 2013). «Does a PowerPivot Pivot Table beat a regular Pivot Table». Experts-Exchange.com. Experts Exchange. Retrieved November 23, 2013.
  112. ^ K., Gasper (May 20, 2013). «Inquire Add-In for Excel 2013». Experts-Exchange.com. Experts Exchange. Retrieved November 23, 2013.
  113. ^ «New functions in Excel 2013». Office.com. Microsoft. Retrieved November 23, 2013.
  114. ^ «What’s new in Office 2016». Office.com. Microsoft. Retrieved August 16, 2015.
  115. ^ «Microsoft Announces March Availability of Office 98 Macintosh Edition». Microsoft. January 6, 1998. Retrieved December 29, 2017.
  116. ^ «Office for Mac Is Finally a ‘First-Class Citizen’«. Re/code. July 16, 2015. Retrieved July 29, 2015.
  117. ^ Perton, Marc (November 20, 2005). «Windows at 20: 20 things you didn’t know about Windows 1.0». switched.com. Archived from the original on April 11, 2013. Retrieved August 1, 2013.
  118. ^ Keizer, Gregg (February 24, 2009). «Attackers exploit unpatched Excel vulnerability». Computerworld. IDG Communications, Inc. Retrieved March 19, 2019.
  119. ^ «JTRIG Tools and Techniques». The Intercept. First Look Productions, Inc. July 14, 2014. Archived from the original on July 14, 2014. Retrieved March 19, 2019.
  120. ^ Cook, John. «JTRIG Tools and Techniques». The Intercept. p. 4. Retrieved March 19, 2019 – via DocumentCloud.
  121. ^ Phillips, Gavin (December 11, 2015). «8 Legendary Games Recreated in Microsoft Excel». MUO.
  122. ^ «Excel Games – Fun Things to Do With Spreadsheets». November 10, 2021.
  123. ^ «Unusual Uses of Excel». techcommunity.microsoft.com. August 5, 2022.
  124. ^ «Someone made a version of ‘Civilization’ that runs in Microsoft Excel». Engadget.
  125. ^ Dalgleish, Debra. «Have Fun Playing Games in Excel». Contextures Excel Tips.
  126. ^ «Microsoft Excel esports is real and it already has an international tournament». ONE Esports. June 9, 2021.

References

  • Bullen, Stephen; Bovey, Rob; Green, John (2009). Professional Excel Development: The Definitive Guide to Developing Applications Using Microsoft Excel and VBA (2nd ed.). Boston: Addison Wesley. ISBN 978-0-321-50879-9.
  • Dodge, Mark; Stinson, Craig (2007). Microsoft Office Excel 2007 Inside Out. Redmond, Wash.: Microsoft Press. ISBN 978-0-7356-2321-7.
  • Billo, E. Joseph (2011). Excel for Chemists: A Comprehensive Guide (3rd ed.). Hoboken, N.J.: John Wiley & Sons. ISBN 978-0-470-38123-6.
  • Gordon, Andy (January 25, 2021). «LAMBDA: The ultimate Excel worksheet function». microsoft.com. Microsoft. Retrieved April 23, 2021.

External links

Wikibooks has a book on the topic of: Excel

  • Microsoft Excel – official site

The Office spreadsheet program

Within the Microsoft Office suite, Word and Excel are probably the two most popular applications among users. If the first one is the editor and word processor par excellence, the second one is undoubtedly the most used spreadsheet program in the world, both at home and professionally. Download Microsoft Excel for PC to work with different sheets and tables and all kinds of numerical and alphanumeric data, as well as create graphs and insert formulas, which is very useful for any type of financial, statistical or engineering task.

Its integration with Visual Basic for Applications also makes it very useful for anyone who wants to program small forms or applications with simple graphical user interfaces. And of course its sorting and filtering functions make it perfect for searching and comparing different data.

Display strings of data in the way that suits you best.

With all this it is normal that over the years it has become a standard, replacing other applications of the same style, such as Lotus 1-2-3 or VisiCalc. Therefore, any computer equipped with Windows must have a version of Excel installed or accessible in the cloud. Or if not Microsoft’s solution, at least some alternative from other office packages such as Calc from LibreOffice or OpenOffice.

Main features

These are the main features you can start enjoying once you download Microsoft Excel for PC:

  • Microsoft Office native spreadsheet editor.
  • Create custom spreadsheets or import data from databases or other documents.
  • Inserts tables with numeric and alphanumeric values and applies formulas and mathematical equations to treat those data.
  • Filter table values according to different criteria and sort them in a customized way.
  • Generate charts of all types to represent cell values: column charts, bar charts, scatter charts, area charts, line charts, pie charts, etc.
  • Program macros to automate tasks that you perform repeatedly.
  • Work collaboratively with several users editing the same file at the same time.
  • Access all your spreadsheets from any device thanks to its synchronization with OneDrive.
  • Compatible with a multitude of formats including .xls, .xml, and .csv.

What does the Excel 365 version have that previous editions did not have?

This version of Excel 365 replaces the edition that was included in the Office 2019 package. With respect to this version, we can list the following new features:

  • New linked data types are added: the new linked data types show data on hundreds of topics to help the user achieve their goals in Excel.
  • Includes a new Accessibility ribbon where to find all the necessary tools to create accessible content.
  • Conditional formatting dialog boxes are improved.
  • You can create a custom data type in Power Query that allows you to load multiple related parts in a column.
  • Multiple spreadsheets can be displayed at the same time.
  • The user can create variables for use in formulas.
  • An Excel file can be sorted and filtered while collaborating with others using Sheet View. This prevents sorting and filtering performed by other users from being affected.
  • You can have a conversation directly in the spreadsheet using the integrated reply box and alert colleagues using @mentions.

What’s new in the latest version

  • Microsoft has not announced the changes included in this release.

Requirements and additional information:

  • Minimum operating system requirements:
    Windows 7.
Excel data science machine learning

This article is part of “AI education”, a series of posts that review and explore educational content on data science and machine learning. (In partnership with Paperspace)

Machine learning and deep learning have become an important part of many applications we use every day. There are few domains that the fast expansion of machine learning hasn’t touched. Many businesses have thrived by developing the right strategy to integrate machine learning algorithms into their operations and processes. Others have lost ground to competitors after ignoring the undeniable advances in artificial intelligence.

But mastering machine learning is a difficult process. You need to start with a solid knowledge of linear algebra and calculus, master a programming language such as Python, and become proficient with data science and machine learning libraries such as Numpy, Scikit-learn, TensorFlow, and PyTorch.

And if you want to create machine learning systems that integrate and scale, you’ll have to learn cloud platforms such as Amazon AWS, Microsoft Azure, and Google Cloud.

Naturally, not everyone needs to become a machine learning engineer. But almost everyone who is running a business or organization that systematically collects and processes can benefit from some knowledge of data science and machine learning. Fortunately, there are several courses that provide a high-level overview of machine learning and deep learning without going too deep into math and coding.

But in my experience, a good understanding of data science and machine learning requires some hands-on experience with algorithms. In this regard, a very valuable and often-overlooked tool is Microsoft Excel.

learn data mining through excel book cover
“Learn Data Mining Through Excel: A Step-by-Step Approach for Understanding Machine Learning Methods” by Hong Zhou

To most people, MS Excel is a spreadsheet application that stores data in tabular format and performs very basic mathematical operations. But in reality, Excel is a powerful computation tool that can solve complicated problems. Excel also has many features that allow you to create machine learning models directly into your workbooks.

While I’ve been using Excel’s mathematical tools for years, I didn’t come to appreciate its use for learning and applying data science and machine learning until I picked up Learn Data Mining Through Excel: A Step-by-Step Approach for Understanding Machine Learning Methods by Hong Zhou.

Learn Data Mining Through Excel takes you through the basics of machine learning step by step and shows how you can implement many algorithms using basic Excel functions and a few of the application’s advanced tools.

While Excel will in no way replace Python machine learning, it is a great window to learn the basics of AI and solve many basic problems without writing a line of code.

Linear regression machine learning with Excel

Linear regression is a simple machine learning algorithm that has many uses for analyzing data and predicting outcomes. Linear regression is especially useful when your data is neatly arranged in tabular format. Excel has several features that enable you to create regression models from tabular data in your spreadsheets.

One of the most intuitive is the data chart tool, which is a powerful data visualization feature. For instance, the scatter plot chart displays the values of your data on a cartesian plane. But in addition to showing the distribution of your data, Excel’s chart tool can create a machine learning model that can predict the changes in the values of your data. The feature, called Trendline, creates a regression model from your data. You can set the trendline to one of several regression algorithms, including linear, polynomial, logarithmic, and exponential. You can also configure the chart to display the parameters of your machine learning model, which you can use to predict the outcome of new observations.

You can add several trendlines to the same chart. This makes it easy to quickly test and compare the performance of different machine learning models on your data.

excel data science machine learning - trendline

Excel’s Trendline feature can create regression models from your data.

In addition to exploring the chart tool, Learn Data Mining Through Excel takes you through several other procedures that can help develop more advanced regression models. These include formulas such as LINEST and LINREG formulas, which calculate the parameters of your machine learning models based on your training data.

The author also takes you through the step-by-step creation of linear regression models using Excel’s basic formulas such as SUM and SUMPRODUCT. This is a recurring theme in the book: You’ll see the mathematical formula of a machine learning model, learn the basic reasoning behind it, and create it step by step by combining values and formulas in several cells and cell arrays.

While this might not be the most efficient way to do production-level data science work, it is certainly a very good way to learn the workings of machine learning algorithms.

Sign up to receive updates from TechTalks

Other machine learning algorithms with Excel

Beyond regression models, you can use Excel for other machine learning algorithms. Learn Data Mining Through Excel provides a rich roster of supervised and unsupervised machine learning algorithms, including k-means clustering, k-nearest neighbor, naïve Bayes classification, and decision trees.

The process can get a bit convoluted at times, but if you stay on track, the logic will easily fall in place. For instance, in the k-means clustering chapter, you’ll get to use a vast array of Excel formulas and features (INDEX, IF, AVERAGEIF, ADDRESS, and many others) across several worksheets to calculate cluster centers and refine them. This is not a very efficient way to do clustering, you’ll be able to track and study your clusters as they become refined in every consecutive sheet. From an educational standpoint, the experience is very different from programming books where you provide a machine learning library function your data points and it outputs the clusters and their properties.

k-means clustering with excel

When doing k-means clustering on Excel, you can follow the refinement of your clusters on consecutive sheets.

In the decision tree chapter, you will go through the process calculating entropy and selecting features for each branch of your machine learning model. Again, the process is slow and manual, but seeing under the hood of the machine learning algorithm is a rewarding experience.

In many of the book’s chapters, you’ll use the Solver tool to minimize your loss function. This is where you’ll see the limits of Excel, because even a simple model with a dozen parameters can slow your computer down to a crawl, especially if your data sample is several hundred rows in size. But the Solver is an especially powerful tool when you want to finetune the parameters of your machine learning model.

excel solver machine learning

Excel’s Solver tool fine-tunes the parameters of your model and minimizes loss functions

Deep learning and natural language processing with Excel

Learn Data Mining Through Excel shows that Excel can even advanced machine learning algorithms. There’s a chapter that delves into the meticulous creation of deep learning models. First, you’ll create a single layer artificial neural network with less than a dozen parameters. Then you’ll expand on the concept to create a deep learning model with hidden layers. The computation is very slow and inefficient, but it works, and the components are the same: cell values, formulas, and the powerful Solver tool.

deep learning with microsoft excel

Deep learning with Microsoft Excel gives you a view under the hood of how deep neural networks operate.

In the last chapter, you’ll create a rudimentary natural language processing (NLP) application, using Excel to create a sentiment analysis machine learning model. You’ll use formulas to create a “bag of words” model, preprocess and tokenize hotel reviews and classify them based on the density of positive and negative keywords. In the process you’ll learn quite a bit about how contemporary AI deals with language and how much different it is from how we humans process written and spoken language.

Excel as a machine learning tool

Whether you’re making C-level decisions at your company, working in human resources, or managing supply chains and manufacturing facilities, a basic knowledge of machine learning will be important if you will be working with data scientists and AI people. Likewise, if you’re a reporter covering AI news or a PR agency working on behalf a company that uses machine learning, writing about the technology without knowing how it works is a bad idea (I will write a separate post about the many awful AI pitches I receive every day). In my opinion, Learn Data Mining Through Excel is a smooth and quick read that will help you gain that important knowledge.

Beyond learning the basics, Excel can be a powerful addition to your repertoire of machine learning tools. While it’s not good for dealing with big data sets and complicated algorithms, it can help with the visualization and analysis of smaller batches of data. The results you obtain from a quick Excel mining can provide pertinent insights in choosing the right direction and machine learning algorithm to tackle the problem at hand.

Excel Automation Tools

In this Article

  • Excel Automation Tools
    • VBA Tools
      • VBA – Macro Recorder (free)
      • VBA – AutoMacro
    • Data Tools
      • Power Query / M (free)
      • SQL – QueryStorm
    • Excel Developer Tools
      • Python – Multiple Tools
      • Java – Jinx
      • C# / .NET – Excel-DNA (free)
      • C++ – XLL Plus
      • D – excel-d (free)
    • Excel Automation FAQs
      • How to Automate Excel Spreadsheets?
      • What is Excel Automation?
      • How to Automate Excel reports using Python or Java?

Excel automation generally involves building code to interact with Excel and automatically perform tasks.  This article contains a comprehensive list of the best coding tools and software for Excel automation.  Some tools (ex. Power Query) can be used to automate Excel without any coding knowledge. Others tools help professional developers create complex Excel add-ins.

If you’re not an experienced programmer we recommend the first three tools as your first steps into Excel Automation:

  • VBA Macro Recorder – Record actions in Excel, and replay recorded Macros to repeat processes.
  • AutoMacro – Reduces VBA’s learning curve for beginners. Makes coding VBA more accessible to non-programmers.
  • Power Query – No coding knowledge required. Easily manipulate data in Excel and save queries for future use.

In the rest of the article you’ll find Excel automation tools for Python, SQL, Java, C#, C++, and D.

VBA Tools

You may already know that Excel has the ability to record Macros. Macros allow users to record their actions in Excel, so that they can be easily repeated in the future.

Macros are saved as VBA code procedures. VBA is Excel’s built-in programming language (short for Visual Basic for Applications).  VBA is stored in the Visual Basic Editor, which is built directly into Excel and other Microsoft Office software.

vba automation tool example

For an experienced Excel user, VBA is relatively easy to learn because of it’s integration with Excel. It’s also usually the best language to use when automating Excel. You can learn VBA with our completely free, interactive VBA Tutorial.

VBA – Macro Recorder (free)

The Macro Recorder records your actions as VBA code. Macros can be replayed to repeat your recorded task(s).

See the ‘Record a Macro’ section of our VBA Tutorial for instructions for recording Macros. Note: First, you may need to add the Developer Ribbon, you will find directions to do so on the VBA Tutorial page.

Excel Macro Tools

The Macro Recorder is a fantastic first step to automating Excel. However, you will quickly see that Macros have limitations.  It can often by difficult or impossible to record Macros that work exactly the way you would like.  The code often requires manual updates in order to function properly and some automation isn’t possible with the Macro Recorder.

This is where AutoMacro comes in….

VBA – AutoMacro

AutoMacro is an add-in that installs directly into the Visual Basic Editor.

Excel Developer Tools

AutoMacro contains four toolbars:

  • Code Library – Easy access to 230+ commonly used code fragments. Learn More
  • Code Generators – Generate procedures or other code blocks from scratch. Beginners can program complex procedures with very limited knowledge of VBA. Learn More
  • Custom Code Library – Create and save your own code fragments for easy access and share with team members. Learn More
  • Tools – A suite of coding tools for experienced developers. Learn More

AutoMacro was developed (by us at AutomateExcel) to allow anyone to code VBA with very limited coding knowledge, while also teaching basic concepts. However, it also has many powerful tools and time-saving features for more advanced programmers.

The Code Library makes it easy for anyone to create VBA code from scratch:

vba code tools

The Object Code Library in particular makes it easy for anyone to interact with Excel objects, while learning about the object structure:

excel add on tools

We recommend that anyone interested in Excel automation should learn at least some VBA. Using AutoMacro will help decrease the learning curve.

Data Tools

Power Query / M (free)

Power Query is a free tool from Microsoft. Download Power Query

It’s used to extract, transform, and load data in Excel. Each step is stored in M (the language behind Power Query), so that your processes can easily be automated.

excel power query automation software

If you work with data, Power Query might be the most useful Excel tool to learn. Luckily it’s also relatively easy to learn Power Query compared to VBA or even Excel Formulas.

SQL – QueryStorm

SQL is a querying language used to interact with tables and databases.

QueryStorm is an Excel software package that allows you to make SQL queries on data stored in Excel. It also allows you to fetch data using .NET libraries and improves database connectivity.

excel development tools

It’s one of the coolest and best-designed Excel add-ins that we’ve seen.  If you know SQL (or want to learn) and work with large data sets in Excel, you should try it.

Excel Developer Tools

Python – Multiple Tools

Python is a general purpose programming language with excellent support for scientific computation. It is popular among data scientists and web developers, and has found applications in finance, engineering, research and many other industries.

There are several recommended tools for using Python and Excel:

PyXLL embeds Python into Excel, enabling users to create fully featured Excel Add-Ins written in Python.

pyxll automation tool

xlwings is a popular free and open-source library to program Excel with Python.

list of excel tools

There are also other packages for interacting with Excel from Python: OpenPyXL and Pandas to name two.

Which Python tool to use?

The important question to ask is: Are you trying to use Python within Excel as a replacement to VBA or do you want to interact with Excel from within Python?

If you want to interact with Excel from Python, then the basic free Python Packages are probably fine. If you want to use Python to replace VBA within Excel then PyXLL is your best bet. xlwings is also an option if you want to use a free open-source solution.

PyXLL does a good job breaking down the various tools for Automating Excel with Python in this article.

Java – Jinx

Java is an object orientated class based programming language with excellent developer tools and a vast array of third party libraries. Its reported that over 3 billion devices currently run Java, with applications ranging from mobile phone apps to high frequency trading platforms and everything in between.

Jinx is an Excel Add-In that bridges Excel with Java and other JVM languages such as Scala and Kotlin, allowing you to create UDFs, macros, menus and more using Java.  Jinx was created by the development team behind pyxll.

java excel automation

The Jinx/PyXLL development team also created a Java library for calling into Excel via COM using an open source package: com4j. The library can be found on GitHub.

C# / .NET – Excel-DNA (free)

.NET is a framework for programming Windows-based applications (and more). C# is a programming language that can be used with .NET to develop applications. Using C# and .NET you can create add-ins for Excel.  Add-ins created with .NET can be much faster, stable, and complex than add-ins created with VBA.

From Excel-DNA’s website: Excel-DNA is an independent project to integrate .NET into Excel. With Excel-DNA you can make native (.xll) add-ins for Excel using C#, Visual Basic.NET or F#, providing high-performance user-defined functions (UDFs), custom ribbon interfaces and more. Your entire add-in can be packed into a single .xll file requiring no installation or registration.

One of the primary benefits of using Excel-DNA is that your add-in can be contained in a single .xll file. No installation is required, which is very useful when deploying solutions to in corporate environments that prohibit installations.

C++ – XLL Plus

C++ is a general purpose programming language.

XLL Plus is a toolkit to aid C/C++ programmers in the construction of Excel add-in libraries. According to their website it’s used by many of the top investment banks. It’s extremely expensive ($1,345 at the time of writing), so it’s not for casual users.

D – excel-d (free)

excel-D can be used to build Excel add-ins in the D language

Excel Automation FAQs

How to Automate Excel Spreadsheets?

You can automate Excel spreadsheets by writing Macros with the VBA programming language. Technically, you can record Macros without writing any code, but advanced automation will always require some code writing / editing.

What is Excel Automation?

Excel automation is programming Macros to automation tasks in Excel. Macros are typically written in the VBA programming language (included in Excel), but they can also be written in Python or other languages.

How to Automate Excel reports using Python or Java?

Excel reports are typically automated using the built-in programming language VBA. However, they can also be automated with Python, Java, or other languages. We recommend using PyXLL or Jinx to help with Python and Java automation in Excel.

Every wondered how Machine learning works?  In this 2 part article we are going to explain machine learning with Excel

Introduction

The world is full with a lot of data, pictures, music, text, video, spreadsheets.  Machine learning brings the promise of delivering meaning from that data.  (although Excel is not normally used as a tool for ML, in this article we will explain machine learning with Excel)

Human’s learn from experience. if we touch something hot, that burning sense is stored in memory and we quickly learn not to touch it again.  Machine learning is like human learning as it learns from the past.  We feed a computer data, which represents some past experience, and then with the use of different statistical methods, we can make predictions.

Machine learning is all around us, from using Google Search, to diagnosis of skin cancer.  There are few industries yet to feel the effect.

This include the banking and finance sector.  One of the core uses of machine learning in banking has been to combat fraud and comply with AML regulations.  Banks can also use machine learning algorithms to analyse an applicant for credit, be that an individual or a business, and make approvals according to a set of pre-defined parameters. Some of these algorithms simply look at a customers credit score, age and postcode to make a decision in seconds.

To get an idea how machine learning works, we are going to focus on a bank and how they are using machine learning to make approval on loans.  We will dive into some theory and we will set up a simple algorithm to decided if a loan should be approved or rejected.

Types of Machine Learning

There are generally 4 types of Machine learning based on their purpose:

Supervised:  This is a type of learning where by both inputs and outputs are known. For example, in supervised learning for image recognition a computer might be fed a series of pictures with labels, such as cars, vans and trucks. After feeding the computer with so many images, it should be able to classify an unlabeled image as a car, van or truck. 

It is called supervised learning because the process of an algorithm learning from the training data set is like a teacher supervising the learning of a student.

Supervised learning is used for both classification and regression problems

A classification problem is where a label is the output. Is it a car or van? Should you approve the loan or reject the loan?

A Regression problem deals with values and quantities.  Given the size of a house, predict the value. 

Unsupervised Learning:  Unsupervised learning has unlabeled input data only.  The output is not known, and it is often used as exploratory analysis.   One aim is to classify & cluster data, for example grouping customers by purchasing behaviors.  Another aim is to find association rules.  For example, if you buy product Y you are also likely to buy product Z

Semi-supervised: machine learning algorithms that are semi supervised are fed small amounts of labeled data and taught how to classify a large batch of unprocessed data.

Reinforcement Learning: When an agent interacts with an environment where some actions give rewards.  For example in a computer game, the player would be the agent.  The agent must navigate a maze, at the end, is the key to the next level.  The key is the reward, the incentive.  However, it might take the agent 2-3 attempts, each time learning from their mistake in the environment, until the finally get out of the maze.

STEEMMONSTERS

What is a Decision Tree?

A decision tree is a set of questions used to filter information allowing you make a more informed decision. It is used in supervised learning to classify data. 

Let’s look at our bank example. For a loan to be approved by a bank, the applicant completes a list of questions and these questions are used to judge if it is safe to give the loan or not.  To keep things at a very simple level, our sample bank asks 3 questions? 

1. Do you own a home? Yes or No

2. What is your income bracket? Low, Average, Above average

3. What is your credit score? Below average, average, high

explain machine learning with excel

This process is the most basic form of decision tree, each question is asked and at the end, the loan is either approved or rejected.

Machine Learning and Decision Trees

Looking at our sample banks decision tree, how does the bank know which question, or attribute to start the tree with?  How can the bank ensure that they lend to people who won’t default and do it with the least amount of questions possible?

Using existing data on loan defaults, the bank can use this data as training data to teach a machine how to classify data and come up with a best direction to take with the questions that will minimize the number of loan defaults.

The bank will have existing data from loan application and will be able to tie this into a table showing who defaulted and who didn’t.  Like the sample shown. This existing data is known as training data because the machine will learn from this data.

 Explain machine learning with excel 

Machine learning will use algorithms to establish the best route to take in the decision tree, based on this past experience.

Entropy and Information Gain

Entropy is a concept from Information Theory.  It is a measure of randomness of the information being processed.  In general, the more random the event, the more information it will contain. Entropy of 1 would suggest high probability and randomness and lots of information.  The closer is to 0, the less the less randomness and a lower probability.

The formula entropy for Entropy is:

Entropy of the data set(D) = -P1*log2(P1)-P2*log2(P2)…..

Where P= Probability

Looks a little complicated so let’s use it with our bank.

We want to use our training data to predict if an applicant should be approved or rejected for the loan.  The entropy of the data set would therefore be the entropy of the ‘default’ column, as this is the label we want to predict.  If they person is likely to default, then we will not lend the money.

We have 18 observations.  10 default on the loans (yes) and 8 do not default (no).  Based on this we can calculate some probabilities

Entropy and Information gain Calculations

Probability of not defaulting = 8/18 = 0.444

Probability of default = 10/18 =0.556

Now we have our probabilities we can plug these into our entropy formula

D=-0.444*log2(0.444) – 0.556*log2(.556) = 0.991

0.991 is rather close to 1.  This suggests there is a lot of randomness in the data. If there is a lot of randomness it would be very hard to decide if the loan application should be approved or rejected.  There is a lot of information in these, such as if they own a home and their credit score. If we narrow our focus to just one piece of information, can we reduce this randomness?

Let’s calculated the entropy for the ‘home owners’ column.

We have 18 observations. 8 of which are homeowners, 10 are not.

Looking at just the home owners, 8 in total, there are 4 defaulter and 4 do not default

Therefore, the probability of a home owner defaulting is 4/8 = 0.5 and the probability of a home owner not defaulting is also 4/8 = 0.5

Entropy Home Owner  =-0.5*log2(0.5) – 0.5*log2(.5) = 1

Now looking at those that do not own homes.  There are 10 in total

The probability of a non home owner defaulting is 6/10 = 0.60 and the probability of a non home owner not defaulting is 4/10 = 0.40

Entropy Non Home Owner  =-0.60*log2(0.60) – 0.40*log2(.40) = 0.971

As there were two possible answers to the home owner question, we now have two entropy values. To get the entropy for the total column, we must combine these entropys proportionally.

Probability of being a home owner * entropy home owner = 8/18 * 1= 0.444

Probability of not being a home owner * entropy of not being a home owner  = 10/18 * 0.971 = 0.539

Entropy = 0.444 + 0.539= 0.984

We can see now that the entropy for the data set has been reduced from 0.991 to 0.984.  Although a small reduction, we can see by reducing the information we have reduced the randomness. By reducing the randomness, we increase the changes of not approving someone that will default.

There is a value attached to this reduction in randomness and this is known as information gain.  Information gain can be calculated by deducting the entropy for the restricted information from the entropy for the data set.

Information gain = 0.991 – 0.984 = 0.007

This information gain calculation comes from Information theory.

How to Calculated Entropy and Information Gain In Excel (Explain Machine learning with Excel)

Now that you have be introduced to some of the probability calculations that can be used in algorithms, lets take a look at how these can be calculated in Excel.  Remember, this sample data is extremely simply and so we can easily use Excel for this demonstration.

Using Pivot tables in Excel is a very quick way of calculating probability.  All of the above seems complicated, but when you watch this video you will see how quickly you can calculated entropy and information gain

Excel is a powerful tool that helps you make quick calculations and derive insights from data gathered from various sources such as marketing data platforms. Most people see it as a spreadsheet application that stores data in tabular form, but in reality, it’s a robust computational tool that can solve complex problems.

However, to be able to use it to its full potential, you need to familiarize yourself with tons of complicated formulas. Most people don’t realize the full power of Excel because they are intimidated by the vast amount of knowledge needed to master the tool. 

This doesn’t have to be the case. With the development of AI (artificial intelligence), Excel users can intuitively enter complex formulas and extract comprehensive analyses without memorizing hundreds of long-winding Excel formulas. 

Let’s explore the different built-in and third-party AI tools for Excel. 


  • Built-In AI Tools in Excel
  • External Excel AI Tools Plugins
  • Excel Formula Bot
  • Ajelix
  • PowerExcel.ai
  • Lumelixr.ai
  • The Many Uses of Excel
  • Benefits of AI Tools in Excel
  • Frequently Asked Questions

Built-In AI Tools in Excel

Excel is primarily composed of rows and columns of data, a powerful calculation engine, and various tools to manipulate the data entered. It’s a flexible app used by millions worldwide, from students to top-level C-executives. 

Excel AI Tools

To further enhance the functionalities of Excel, Microsoft has released several AI tools to help even novice users use the tool to the next level. Here are some of them:

Analyze Data

Analyze Data (previously Ideas) is an AI-powered insights tool that gives suggestions suited to your current Excel task. It detects if you need suggestions for data visualizations, trends analysis, pattern identification, and many others. The more data you input into your Excel workbook and follow some of the suggestions, the smarter the tool becomes.

Analyze Data also accepts NLP (natural language processing) queries so you can ask questions about what the data mean and watch Excel return the answers with high-level visual summaries, patterns, and trends. 

If you’re unsure what questions to ask, the tool comes with suggested questions based on its analysis of your existing data. You can use these questions as the springboard for further analysis. 

Analyze Data helps you save time by giving focused analysis using only relevant data fields. This is incredibly helpful when working with a huge bunch of data, since you can quickly filter out irrelevant information. 

To fully realize the potential of this AI feature, you need to have clean tabular data in Excel. Avoid merged cells and use unique headers. Analyze Data is available to all users of Microsoft 365. 

Linked Data Types

Excel now makes it easier to gather data by linking certain data inputs to reputable external online resources. For example, you can quickly extract Stocks information, such as current price, price changes, etc., by typing a company name. Or you can extract Geography information, such as population, tax rates, etc., by typing a geographic country, city, state, or territory. 

There are other supported linked data types, and harnessing this AI capability lets you minimize the time spent on manual data entry while ensuring the most accurate data at all times. When a data entry is converted to a linked data type, it’s refreshed every time there are changes to the data—you only need to hit refresh. 

This AI feature also allows you to run formulas with the generated data making calculations faster and easier. 

Insert Data from Picture

Say goodbye to manual data entry because Excel converts photos into actual data in cells. When you take a photo of a data table, Excel recognizes the rows and columns and automatically adds them to individual cells.

This lets you create fully editable text from a phone image capture and helps reduce the time spent manually copying and entering data. Further, it increases accuracy and reduces error from mistakenly copying the wrong information. 

Dynamic Arrays

This AI Excel feature lets you use advanced Excel formulas with ease. When you type one formula in a cell, it automatically detects neighboring cells that need the same formula and automatically adds that formula to those cells. 

With dynamic arrays, Excel can automatically adjust the size of a range of cells to fit the data that is entered into them.

Dynamic arrays allow you to use functions that return multiple results in a single cell without the need to use formulas such as INDEX and TRANSPOSE or to manually copy and paste formulas. Some examples of functions that return dynamic arrays include SORT, UNIQUE, FILTER, and SEQUENCE.

For example, you can use the UNIQUE function to return a list of unique items from a range of data. Instead of returning a single value, the UNIQUE function will return an array of values that spill into multiple cells.

Dynamic arrays also introduce new functions that work seamlessly with these dynamic ranges, such as the SORT, FILTER, and SORTBY functions, which allow you to sort, filter, and sort by specific criteria, respectively. 

External Excel AI Tools Plugins

Aside from built-in Excel tools, there are multiple third-party external plugins that help enhance the AI capabilities of Excel. These plugins extend what you can do with Excel and lets you enjoy the benefits of AI features. 


Excel Formula Bot

Excel formula bot

One of the most popular AI tools for Excel is Excelformulabot. It’s a plugin both for Excel and Google Sheets that lets you enter a text instruction and convert it to a formula. It also works the other way – by explaining complex formula in plain English. 

You can use it as an add-in or as a web-based dashboard. They let you run five queries for free each month but additional queries require a monthly subscription. 

Excelformulabot uses GPT-3 AI technology which is a neural network machine learning technology developed from billions of data points. They boast that the tool has 97% accuracy and supports multiple languages. It also works with older versions of Excel. 


Ajelix

Ajelix AI excel tool

Another worthy AI tool to consider is Ajelix which lets you write and explain formulas fast and intuitively. You can also collaborate with others to work on your spreadsheets and translate Excel files into other languages. 

It also recognizes keywords and generates Excel formulas based on them. Ajelix also translates text to VBA scripts to take your Excel use to the next level. 

They have a free version which is great for personal use, and a paid version for teams and businesses. 


PowerExcel.ai

If you need a no-fuss AI plugin that auto-generates power queries for common data prep needs, you can purchase PowerExcel.ai. There’s a free basic version and more robust paid ones that let you simplify and automate common and repetitive Excel tasks. 

The tools are install-free and embedded easily to Excel workbooks. It includes dynamic templates that can be shared across different workbooks allowing for easy collaboration. There are dozens of dynamic array functions and Excel formulas that expand your capabilities of using the Excel spreadsheet.

PowerExcel.ai is part of the Power Web 5 Suite of tools that hosts other Ai tools for different programs. It’s a no-code/low-code app and database platform that also lets expert users build their own apps without getting bogged down with codes. 


Lumelixr.ai

Lumelixr.ai excel formulas generator

If you’re tired of googling Excel formulas, you can conveniently use Lumelixr to generate them. Simply ask a question using natural language and watch the tool generate the exact Excel formula you need to achieve the answer. 

You can save time spent on figuring out long formulas and debugging errors. With this tool, you’d be able to focus on the data analysis instead of data manipulation. The way the tool works is like having an expert Excel user by your side, ready to answer all your Excel queries. 

It comes with a simple monthly or yearly price and a 7-day unlimited free trial. It works with both Excel and Google Sheet as an add-in and Chrome extension. 

The tool is made by indie developers and as a simple Excel AI tool, it does one job well – give the formulas you need. You can also pay for a higher plan which gives you Notion and Coda formulas. You can also save favorite queries and look back on the history of past questions. 

This tool is ideal for novice users who only need a simple and quick answer to their Excel questions. As long as you have basic foundational knowledge, then this tool will work for you. 


The Many Uses of Excel

Excel is a powerful tool that is widely used for various purposes. It is widely used for data analysis because it provides a wide range of functions and tools that can be used to manipulate, organize, and analyze data. It is a popular tool for financial modeling because it allows users to create detailed financial models and perform complex financial calculations.

The tool is often used for budgeting and forecasting because it allows users to create detailed financial projections and track progress against budget.

Excel lets you create charts, graphs, and other data visualizations that can help to communicate complex data in an easy-to-understand way. It can even help predict and visualize trends. It can be used to create and manage small databases by creating tables, forms, and queries.

It’s also used to create Gantt charts, timelines, and other project management tools to help plan and track progress on projects. It is used to share data and collaborate on projects with others by using features such as shared worksheets, data linking, and cloud-based storage.

Excel has many built-in features, such as macros and VBA (Visual Basic for Applications), which can be used to automate repetitive tasks and streamline workflows.

For all the wonderful features and functions of Excel, many people fail to utilize its full potential because they find writing formulas intimidating and confusing. But with the advent of AI tools for Excel, everyone can harness the true potential of the software by letting AI quickly generate the right formulas. 

With AI, novice users are able to tap the expertise of advanced users and gain the required knowledge to use Excel for their requirements successfully. 


Benefits of AI Tools in Excel

Using AI tools have loads of benefits for any Excel user, both novice and expert. AI tools can automate repetitive tasks and processes, allowing you to focus on more important tasks. It reduces errors and improves the accuracy of data analysis. 

Benefits of AI Tools in Excel

It enhances data insights by uncovering hidden patterns and insights in your data that would be difficult to find manually. AI tools also give you greater flexibility by letting you connect and work with data from various sources, making it easier to integrate data from different systems.

AI tools create interactive data visualizations that make it easier to understand and communicate complex data. Best of all, you don’t need advanced technical skills to apply data analysis techniques efficiently and quickly.

By using AI tools in Excel, you can make better decisions using more accurate and actionable insights.


Final Thoughts

AI is a powerful innovation that makes lives easier. Even cumbersome Excel spreadsheets become easier to use and manipulate with the help of AI tools. 

AI tools for Excel can help users to increase productivity, improve accuracy, uncover hidden insights, and make better decisions. Using AI tools in Excel can save users time and effort by automating repetitive tasks and streamlining data-intensive workflows.

With the advancements in AI technology, it is expected that Excel will continue to integrate more AI features in the future, making it an even more powerful tool for data analysis and management. However, it is important to note that some of the AI features may require an Office 365 subscription or a separate purchase.

Make the most of Excel by taking advantage of the built-in and third-party AI tools described above. You can be a power Excel user in no time.

Frequently Asked Questions

Does Excel have artificial intelligence?

Excel does not have true artificial intelligence (AI) built-in, but it does have some built-in features that use machine learning algorithms to automate certain tasks. For example, its Flash Fill feature uses pattern recognition to fill in data based on examples you provide automatically, and its Smart Lookup feature uses natural language processing to search the web for information related to the data you have selected.

Additionally, the new dynamic arrays feature in Excel uses machine learning algorithms to automatically adjust the size of a range of cells to fit the data that is entered into them.

As the application continues to evolve and improve its system, it introduces more AI-powered features that let users harness the power of AI technology. Third-party add-ins such as formula generators and explainers also utilize AI power to further enhance Excel’s features.

Is there Machine Learning in Excel?

Excel does not have native machine-learning capabilities, but it can be used in conjunction with other tools with machine-learning capabilities. It  can be used to prepare and organize data for machine learning models and also to store and display the results of those models.

Some of these tools include Microsoft Azure Machine Learning Studio, R or Python in Excel, and Power BI. 

What are the tools used in Excel?

Excel has several built-in tools with most using AI technology to help users maximize the use of the software. These tools are: 

  • Flash Fill: automatically fills in data based on patterns and examples you provide.
  • Smart Lookup: uses Bing to search the web for more information about selected text or data.
  • Quick Analysis: provides a quick way to apply charts, tables, and other data analysis tools to your data.
  • Power Query: allows you to connect to and transform data from various sources, such as databases and web services.
  • Power Pivot: enables you to create pivot tables and pivot charts from multiple data sources.
  • Power View: allows you to create interactive data visualizations and explore your data in new ways.
  • Power Map: provides a 3D visualization tool for mapping data and discovering insights.
  • Power BI: connects to various data sources and allows you to create interactive dashboards and reports.

Well, you must be wondering what are the uses of excel and how Microsoft Excel can help you in your daily life. MS Excel is extensively used nowadays by almost everyone because it is very helpful and saves a lot of time. It is being utilized for the past several years, and it gets updated every year with advanced features.

The most compelling thing about MS Excel is that it can be utilized everywhere. For example, it is used for data management, billing, analysis, finance, inventory, complex calculations, business tasks, etc. This software is perfect for Android, Windows, Mac OS, and cloud computing users.

Below we have given some of the uses of MS excel that will help you learn how MS Excel can help you. Before we move on to the uses of Excel let us know what exactly MS excel is.

So, it is a software program in which there are spreadsheets to organize numbers. And data formulas or any type of function, which means you can organize any kind of data with the help of spreadsheets in Microsoft Excel. Of course, the data which are disorganized will be of no use that is why MS excel was created. However, now you must be thinking why we have called it Microsoft Excel. Well, the reason is that Microsoft created it.

Microsoft Excel organizes data in rows and columns, and these rows and columns intersect at a pace called a cell. And using these, you can organize any kind of data. Whether it is of personal use or it may be for any type of business use. Also, you can use this jpg to excel converter that uses OCR feature to convert image to excel spreadsheet for free while keeping the quality high. 

Features of Microsoft Excel

Features of excel are the reason that made Excel the most widely used application. Excel is a very common application because of its extensive range of features and great tools. Microsoft added several features in each release. Here are the principal features of Microsoft Excel:

  • Add Header and Footer
  • Find and Replace Command
  • Password Protection
  • Data Filtering
  • Data Sorting
  • Built-in formulae
  • Create different charts (Pivot Table Report)
  • Automatically edits the result
  • Formula Auditing

But before that lets know, why do people use Excel?

So, there are many reasons for people to use Microsoft excel. And as you already know the basic reason behind using excel is that you can manage and organize different types of data with the help of Excel.

For example, let’s suppose that someone is using excel for personal use and that can be anything like they can use it for managing their monthly expenses and other things like that. Or for business use, a company can use it for managing its data whether it may be of any type. So, there can be many things that can be done with the help of excel. 

So, you already know what it is used for and why people use excel. Now it’s time for you to know about,

How can excel be formatted?

As we have discussed in Excel we have rows, columns, and cells, and these rules are columns. And cells can be modified in many ways to make data look efficient or to organize in the best way possible. We can modify the background color number or date format size text font layout ETC of these rows columns and cells.

Or we can also do mathematical problems, we can solve them by applying mathematical formulas. And many things are there in excel to make our work easier and to make it efficient. So that we can use our data wherever we want.

So, this was all about Excel why do people use it, and how it can be formatted.

Now it’s time for you to learn about what excel is used for. So, as we have discussed above, there are so many things in which we can use excel. And as we know by now it’s basic and the main feature or use is to manage and organize data in the best way possible. Whether it may be of personal or business use. 

Top Uses of Microsoft Excel

So, as we have discussed above, there are so many places for what excel is used for. But below we have discussed some of the important areas where this software is implemented:

  1. Calculating 
  2. Accounting 
  3. Charting 
  4. Calendars and Schedules
  5. Seating Charts
  6. Goal Planning WorkSheets 
  7. Task List 
  8. Project management 

So, these are some of the areas for what excel is used for. You should know that there are many things which you can do with excel. But it is not possible for us to specify everything here in this blog. So these are some of the few things which you can get done with the uses of Excel. 

1)Calculating

So the best uses of Excel is that you can calculate anything. Or you can use any formulae you want to get your calculations done. You can apply those formulae or calculations you want on any row or columns or any cell on the spreadsheet. 

It is the best thing about excel. You can always build yourself a customized calculator in excel by programming your commonly used mathematical formulas. So that whenever you need, all you need to do is to put in those values on which you want to get your calculations. And you will get the answers. So overall you can get your calculations done within your spreadsheet and that is one of the best uses of MS Excel.

2)Accounting 

You can always do your accounting with the help of MS Excel. You can make your budget, plan your expense, track, or make your financial reports, but you need to put in the data. Microsoft has designed MS Excel to meet financial and accounting requirements. This includes loan calculators, budgeting, expenses tracking, and financial reports.

Accounting relates to the method of recording large financial transactions for a business. The availability of many Calculating tools for calculation makes it a valuable tool for accounting purposes in the office. It also has templates which makes the accounting methods much easier.

3)Charting 

What you can do is that you can always make charts with the use of MS Excel. You can manage your data like your expenses and financial reports and with the help of those you can make charts.

Is by making charts you can visually understand what is going on with your expenses. Or financial reports so these charts like pie charts, scatter charts, bar charts, area charts, etc. Will help you find a way to represent your data in the best way possible.

Or you can also be able to get a better idea of what is going on with your things which means you can get a greater visual approach in a very digestible way. So you can help you in making a different type of chart from your data this is a great thing and is the great use of MS Excel.

4)Calendars and Schedules

The best thing that we like about Excel is that we can make Calendars with the uses of MS Excel. Likewise, put those values or dates we can say in those rows and columns of excel and we can further use it as a calendar. 

Or you can make different calendars as per your need like when you need to make out of the content calendar for your blog. Or website then you can make that customized calendar as per your need. Whenever you need to plan lessons for your classroom you can do that as well with the help of their personalized.

However, customized calendar Excel can be surprisingly robust you can make any kind of customized things with the uses of MS Excel like this calendar. As we’re talking about so this calendar making or shift schedule making with the help of Excel is one of the best uses of Excel.

5)Seating charts 

By now you already know many of the best uses of MS Excel but here is one more greatest use of MS Excel.

That is the seating chart, so what you can do with the uses of Excel is that you can make seating charts with the help of it. Like when there is a large corporate luncheon or wedding or if there is a meeting with you you have to manage.

And you have to make a seating plan for your guest then you can do it with the uses of Excel. Excel can make it a total breeze. So whenever you need to make a seating chart for yourself or any meeting you must be conducting or any other thing then you should make it with the use of MS Excel

6)Goal planning worksheet

So you must have some goals in your mind that you want to accomplish in your life or there may be any short-term goals for you.

In order to make it possible that you can do it, you can make a goal planning worksheet with the uses of Excel. You can make a daily planner for yourself with the use of Microsoft Excel. In which what you can do is you can make a task list for an easy day in a week.

By making this you will surely achieve your goal and this can be made with the uses of Excel. you can also create various types of worksheets logs planning documents that might help you with tracking down your progress with something.

So yeah you can make a goal planning worksheet with the help of it. And you will surely achieve your goal.

7)Task list

Not as we have already talked about goal planning with the uses of Excel. Now it’s time for you to learn about making a task placed with the uses of Excel. So you can make a different task list for yourself with the use of Excel.

It’s time for you to say goodbye to your standard pen and paper to make a to-do list. You should always make a to-do list or a task list with the uses of Microsoft Excel. You can make a far good just left with the uses of Excel.

Like you can check out your progress and note down in your sheet in terms of percentage. Or in terms of bar or in terms of anything. You can make a greater task list with the uses of Excel rather than making it by standard pen or paper. So it is also one of the best uses of MS Excel. You should take good advantage of it.

8)Project management 

So as you have already read about different uses of Microsoft Excel now it’s time for you to learn about project management charts so you can get them with the uses of MS Excel.

Yeah, we have already read about breaking things down with the uses of Excel. But in project management you will need is that you will have to to make make use of all the things you have learned in this blog. And make a project management charge for yourself and you can also make use of different things in this project management.

Like you can track down your team’s progress are you can always keep the things organized so that you won’t forget anything. Whenever you are working on a project you can make use of checklists to get your things done and you can check.

But you have already done you can make use of pie charts to track down the percentage of work you have done. You can get your different stuff done with it you can make seating charts with the uses of Excel to help you in your project management. So overall you can do a lot of things with the help of excel. And make your project work go crazy with the uses of Microsoft excel.

Conclusion

So, these were some of the uses of Excel.

The more a person learns about Excel’s various features, the more they can develop better ways to use Microsoft Excel in their everyday lives. It is preferable to devote more resources to studying and practicing Excel rather than performing stuff in inefficient and ineffective ways. Aside from the importance mentioned above, a variety of other uses of Excel are created based on the user’s needs.

If you need Excel Assignment Help, you can ask our experts at any time.

Frequently Asked Questions

How is Excel useful in our life?

Uses of  Excel in daily life perform the analysis, calculation, and data and information visualization. In the excel spreadsheet, users can perform all types of analytical, financial, data manipulation, logical calculation,  data analysis, and visualization of information quickly using formula and function.

Why is Excel so popular?

The main reason why excel is so popular among researchers is that charts are more straightforward to maintain and control in Excel. Accounting and Finance are the business sectors where Excel spreadsheets are the most used tools to get budgetary reports or estimates.

Is Excel hard to learn?

Excel is a complex software with so many functionalities under its surface, and it can seem not easy to learn. However, Excel is not as complicated to learn as several people think. With the right practice and training, you can develop your Excel abilities and open yourself up to wider job opportunities.

MS-EXCEL is a part of Microsoft Office suite software. It is an electronic spreadsheet with numerous rows and columns, used for organizing data, graphically represent data(s), and performing different calculations.  It consists of 1048576 rows and 16384 columns, a row and column together make a cell. Each cell has an address defined by column name and row number example A1, D2, etc. this is also known as a cell reference.

Cell references: The address or name of a cell or a range of cells is known as Cell reference. It helps the software to identify the cell from where the data/value is to be used in the formula. We can reference the cell of other worksheets and also of other programs.

  • Referencing the cell of other worksheets is known as External referencing.
  • Referencing the cell of other programs is known as Remote referencing.

There are three types of cell references in Excel:  

  1. Relative reference.
  2. Absolute reference.
  3. Mixed reference.

The Ribbon in MS-Excel is the topmost row of tabs that provide the user with different facilities/functionalities. These tabs are:

  1. Home Tab: It provides the basic facilities like changing the font, size of text, editing the cells in the spreadsheet, autosum, etc.
  2. Insert Tab: It provides the facilities like inserting tables, pivot tables, images, clip art, charts, links, etc.
  3. Page layout: It provides all the facilities related to the spreadsheet-like margins, orientation, height, width, background etc. The worksheet appearance will be the same in the hard copy as well.
  4. Formulas: It is a package of different in-built formulas/functions which can be used by user just by selecting the cell or range of cells for values.
  5. Data: The Data Tab helps to perform different operations on a vast set of data like analysis through what-if analysis tools and many other data analysis tools, removing duplicate data, transpose the row and column, etc. It also helps to access data(s) from different sources as well, such as from Ms-Access, from web, etc.
  6. Review: This tab provides the facility of thesaurus, checking spellings, translating the text, and helps to protect and share the worksheet and workbook.
  7. View: It contains the commands to manage the view of the workbook, show/hide ruler, gridlines, etc, freezing panes, and adding macros.

Creating a new spreadsheet: 

In Excel 3 sheets are already opened by default, now to add a new sheet :

  • In the lowermost pane in Excel, you can find a button.
  • Click on that button to add a new sheet.

  • We can also achieve the same by Right-clicking on the sheet number before which you want to insert the sheet.
  • Click on Insert.

  • Select Worksheet.
  • Click OK.

Opening previous spreadsheet: 

On the lowermost pane in Excel, you can find the name of the current sheet you have opened.

On the left side of this sheet, the name of previous sheets are also available like Sheet 2, Sheet 3 will be available at the left of sheet4, click on the number/name of the sheet you want to open and the sheet will open in the same workbook.

For example, we are on Sheet 4, and we want to open Sheet 2 then simply just click on Sheet2 to open it.

Managing the spreadsheets: 

You can easily manage the spreadsheets in Excel simply by :

  • Simply navigating between the sheets.

  • Right-clicking on the sheet name or number on the pane.
  • Choose among the various options available like, move, copy, rename, add, delete etc.
  • You can move/copy your sheet to other workbooks as well just by selecting the workbook in the To workbook and the sheet before you want to insert the sheet in Before sheet.

To save the workbook:

  1. Click on the Office Button or the File tab.
  2. Click on Save As option.
  3. Write the desired name of your file.
  4. Click OK.

To share your workbook:

  1. Click on the Review tab on the Ribbon.
  2. Click on the share workbook (under Changes group).
  3. If you want to protect your workbook and then make it available for another user then click on Protect and Share Workbook option.
  4. Now check the option “Allow changes by more than one user at the same time. This also allows workbook merging” in the Share Workbook dialog box.
  5. Many other options are also available in the Advanced like track, update changes.
  6. Click OK.

Ms-Excel shortcuts:

  1. Ctrl+N: To open a new workbook.
  2. Ctrl+O: To open a saved workbook.
  3. Ctrl+S: To save a workbook.
  4. Ctrl+C: To copy the selected cells.
  5. Ctrl+V: To paste the copied cells.
  6. Ctrl+X: To cut the selected cells.
  7. Ctrl+W: To close the workbook.
  8. Delete: To remove all the contents from the cell.
  9. Ctrl+P: To print the workbook.
  10. Ctrl+Z: To undo.

Понравилась статья? Поделить с друзьями:
  • Excel for project schedule
  • Excel for pie chart
  • Excel for office 2007
  • Excel for not equal to
  • Excel for my imac