Showing posts with label MS Tutorials. Show all posts
Showing posts with label MS Tutorials. Show all posts

Monday, March 26, 2018

Commonly Used Excel Functions and Formulas With Examples (Screenshots)

7:43 AM 0
Are you looking for excel functions to fasten your office or home work? Here we have some easy to understand excel functions and formulas with lots of examples that will make you work with MS Excel like a pro. Excel is a widespread tool used in public finance offices. Using Excel functions, tools, and various shortcuts not only expedites the time it takes to perform analyses, but can also create outputs that are more dynamic and engaging to stakeholders.

GFOA’s Excel webinar, “Excel for Budget Analysis,” provides a more detailed demonstration and application of pivot tables, graphs, debt calculations, and scenario analysis and this guide serves as a supplement to additional Excel features that can help users within the finance office.

GFOA compiled this list of excel functions and shortcuts with the assistance of member and instructors’ feedback and staff research.

While this guide does not offer a comprehensive list of all the features within Excel, it does include some of the ones commonly used by Excel users within the public finance office. For comprehensive explanation on all excel functions follow this link.

Most Useful Excel Functions and Formulas

It is important that we make a distinction regarding formulas and functions for the purposes of Excel.

Formulas are mathematical equations used to perform calculations in an Excel worksheet or workbook.

Excel Functions are predefined formulas that perform calculations in an Excel worksheet or workbook.

Both need to be written in a specific way, which is called the syntax, in order to calculate properly. Both also need at least one argument, which on the most basic level identifies the values for which to perform the action.

For formulas, the basic syntax is equal (=), function name (AVERAGE, in the example below), and argument.

=AVERAGE (A1:A28)

For excel functions, the basic syntax is equal (=), function name (ROUND, in the example below), argument, and argument tooltip, which is an additional action to perform (2, in the example below represents 2 digits).

=ROUND (A1, 2)

Excel offers hundreds of functions and categorize them based on their functionality. This guide will cover only a small portion of the functions, including math and trigonometry, statistical, date and time, lookup and reference, text, and logical functions. To learn more about the various categories, please reference the Microsoft Office Support page on Excel functions (by category).

Commonly Used Excel Functions


These include Math and Trigonometry Functions

Several math functions can help expedite analysis. This section highlights on a few.

ABS
When there is a need to get the absolute value of a number, the ABS function is helpful.

ROUND, ROUNDUP, and ROUNDDOWN

There are various options with rounding, depending on the need. The functions’ argument tooltip specifies how many decimal places or to which nearest integer it should round.

ROUND – This function helps users to round to the nearest value.

ROUNDDOWN – This function helps users to round values down to the nearest value based on the desired decimal place or integer.

ROUNDUP - This function helps users to round values up to the nearest value based on the desired decimal place or integer.

Excel Statistical Functions

When presented with large datasets, it is helpful to sort and summarize the information at hand.

COUNT, COUNTA, and COUNTBLANK FUNCTIONS

The counting functions are especially helpful with large datasets to identify anomalies and to get general summary statistics.
  • COUNT – This function counts the number of cells that contain numbers.
  • COUNTA – This function counts cells containing any type of information, including error values and empty text (as shown in the example below, it counts the cell marked “VOID”).
  • COUNTBLANK – This function counts only the empty cells within the dataset, with no information contained in the cells.
 These are some of most important functions for a startup business person to know in Excel.

AVERAGE, MEDIAN, MIN, and MAX FUNCTIONS

With large datasets, it is often helpful to run basic summary statistics before doing further analysis.
  • AVERAGE – This function calculates the average value in a dataset.
  • MEDIAN – This function calculates the median, middle value, in a dataset.
  • MIN – This function returns the lowest value in a dataset.
  • MAX – This function returns the largest value in a dataset.
QUARTILE

The quartile function helps users to understand the distribution of values. The first argument identifies the values or cells that users want to calculate and the argument tooltip identifies which quartile (0 – minimum value; 1 – first quartile or 25th percentile; 2 – median value or 50th percentile; 3 – third quartile or 75th percentile; and 4 – maximum value). Quartile is also one of the most Used Excel Functions you may not know about.

AND RANDBETWEEN

This function is helpful when needing to create random values. Note that the random values Excel generates will recalculate as the fields are altered.
  • RAND – This function generates a random value between 0 and 1.
  • RANDBETWEEN – This function generates a random value between a specified ranges of values.

Excel Date and Time Functions

Sometimes when we export data from a database system, the date does not extract as neatly. Other times, we are looking to calculate the duration from one date to another.

DATE

This function is useful when information related to year, month, and date are in separate cells and the preference is to have the date in one cell.

Excel date formulas examples

YEAR, MONTH, and DAY Functions 

These functions are helpful to capture the appropriate piece of information in a date cell.

WEEKDAY

This function returns the day of the week for a given date. The argument tooltip defines when the week starts, with 1 being the first day of a given weekday.

DATEDIF

This function calculates the interval between two dates. The second argument specifies the type of interval, e.g., day, month, year, etc.

Lookup and Reference Functions

Sometimes we need to identify and search for a particular value in our dataset. This is when lookup and reference functions are helpful.

VLOOKUP Formulas With Examples

The excel vlookup function returns a value based on reference information presented in a vertical layout. In the example below, Columns A and B represent reference information. Columns D through F represent data we want to review.

excel vlookup formulas with examples

In Column H, we are telling Excel to use the value in E2 to find the value for H2 by looking at the information in Columns A and B. This function is one of my favorite and most useful excel functions for data analysis.

The first argument tooltip in our example is a “2.” This represents the Column B.

We have information on the revenue code (Column E) and want to return information on the revenue name (Column B).

The second argument tooltip is for Excel to identify the appropriateness of the match. “False” denotes an exact match, while “True” denotes an appropriate match. We want an exact match for this scenario.

INDEX MATCH FUNCTION IN EXCEL

The excel index function can take two forms. The first form is a reference where users instruct Excel to return values in a table based on headings. The argument first identifies the values in the table (B3:F8 in the example below).

The first argument tooltip identifies the row number within the table of inquiry (4 for April and 5 for May, respectively) and the third tooltip identifies the column within the table of inquiry (1 for Dept_01 and 2 for Dept_02, see the below screenshot on how to calculate index in excel.

how to calculate index in excel

The array form returns the entire row or column of table. Note, it is important to first select the cells you want to contain the returned values (in the example below, B11:F11 were selected as the formula was entered).

The argument first identifies the values in the table (B3:F8). The first tooltip identifies the row of inquiry (3 for March).

The following argument tooltip references the column from the reference to which Excel should return (0 for no columns). Note to run the function in array form for a selected group of cells, click Ctrl + Shift + Enter to return values and not Enter.

excel index match multiple criteria

GETPIVOTDATA

To avoid copying and pasting information from a pivot table, this function helps to return values using appropriate commands. The example below shows the level of details that can be captured using this function. In the first example, we are identifying the grand total of revenues from the pivot table.

To do so, the first argument is the data field of inquiry where the data we want is contained, e.g. “Sum of Revenues ($000).

The first tooltip is the reference cell in the PivotTable to help determine which report to Excel should pull from (this is especially useful when you are entering this function in one worksheet and have multiple PivotTable reports in the workbook.)

The second example builds off of the first, but wants to identify the total for February. This requires additional tooltips on the field name (Month), which is field heading in original dataset, and the actual item name (February).

The third example is more specific than the second and contains additional tooltips to identify sales tax revenues in March. Other tooltips for field name (Source) and item (Sales Tax) is included.

index vs vlookup

Text Functions

Text functions are helpful when we seek to only get a portion of the information contained within a cell or we are trying to combine information contained in multiple cells.

LOWER, UPPER, and PROPER

Formatting can be an issue when exporting data. Information may be in upper cases, lower cases, or a combination of both. To make clean tables and charts can require formatting or use of the following functions:

✓ LOWER – This function returns text values in a cell in all lower case.
✓ UPPER – This function returns text values in a cell in all upper case.
✓ PROPER – This function returns text values in a cell with the each of the first word capitalized.

CONCATENATE

CONCATENATE is helpful to combine information contained in separate cells into one cell. The function contains arguments referencing the cells containing the information.

The example below shows how the function returns values. In the first example, first name and last name is combined, but look closely because there isn’t a space. By adding to the argument by including spaces (“ “), commas (“, “), and other desired punctuation or words (“ of “) the appropriate desired value can be returned.

LEFT, RIGHT, and MID

These functions are helpful to extract a portion of a larger string. The example below shows is an account structure. The first four digits represent the department/division. In order to retrieve the first four digits, we use the left function.

The first argument identifies the cell containing the account information (A2) and the tooltip identifies how many digits from the left do we want to extract (4).

The RIGHT function follows a similar structure. In the example below, the last 5 digits represent the object. Thus, the argument identifies the cell containing the account information (A2) and the number of digits from the right we want to extract (5).

The MID function requires more details. Similar to LEFT and RIGHT, the argument identifies the cell containing the account information (A2). The first tooltip identifies which digit to start the extraction (5 to represent the fifth digit in the account string) and second tooltip identifies the number of digits to extract (5). Commonly Used Excel Functions.

LEN and TRIM

LEN is helpful to return the length of a string in a cell. The function contains one argument and that is the cell of inquiry. Note from the example below that Excel calculates extra spaces in the string in the length number. For example, the name Eli is shown as having a length of 5 and Tina has a length of 6.

One common use of the TRIM function is to remove extra spacing. Following the example above, the TRIM function is used below to remove the extra spacing, which shortens the length of the cell. The function contains one argument and that is the cell of inquiry.

TEXT and VALUE

When exporting data, numbers can sometimes appear with formatting issues or come in as text rather than number.

TEXT converts a numeric value to text. There are also different ways users can specify the display formatting by using special format strings. 

The first example below shows a figure with many decimals, but we want only the whole number.

Thus, the TEXT function is used to identify the cell that contains the information (A2) and specifies it should be the nearest whole number (“0”). 

In the second example, the figure is 21.3, but we want it to display as a dollar value. Using the TEXT function, A3 is identified as the cell that contains the information and “$0.00” is specified as the display.

Above in A4 contains a number, but Excel recognizes it as text (a simple way to determine that Excel has identified this as text is the green triangle on the upper left corner). If the figures are recognized as text instead of numbers, then calculation and analysis cannot be performed accurately. The VALUE function contains one argument, which identifies the cell that contains the information (A4).

Excel Logical Functions

Logical functions are useful when we are seeking to perform conditional actions or calculations.

COUNTIF FUNCTION IN EXCEL

This function counts the number of cells that meet a criterion. The two examples below show how COUNTIF operates. The argument is the range of cells that we want Excel to review. The tooltip specifies the criterion, e.g. code 100 and vendor ABC, respectively.

SUMIF
This function sums the values in a range that meet criteria specified. The two examples below show how SUMIF operates. The first part of the argument is the range of cells we want evaluated based on our criteria. The first tooltip is the criteria itself, e.g. code 100 and vendor ABC, respectively. The following tooltip is the range of cells for Excel to perform the summarization function, e.g., amount in both instances.

IF
If statements are helpful to return one value if the statement is true and another if the statement is false. In the example below, we are comparing the payment amount (C2:C7) to the invoice amount (B2:B7). If the payment amount is greater than the invoice amount, then Excel returns a value of “Overpayment.” If the payment amount is not less than the invoice amount, then Excel Commonly Used Excel Functions return a value of “Not Overpayment.”

Please note the attention to the value we selected to return if the statement is false because the logic statement is also capturing instances where the payment amount equals the invoice amount (Rows 3 and 6).

AND
Similar to if statements, the AND function returns a value of “TRUE” if the statement is true and “FALSE” if the statement is false. The function tests multiple criteria. In the example below, the statement is testing two criteria. The first is whether there has been an underpayment (Column E is less than Column C) and whether the payment took more than 30 days from time of invoice (Column D minus Column B is greater than 30). Both conditions must be true in order for Excel to return the value “TRUE.” If only one of the conditions is true, either there is an underpayment or payment took over 30 days from time of invoice, then Excel returns the value “FALSE.”

OR

This function tests multiple logic criteria and returns a value of “TRUE” if one criterion is true. The example below is similar to the one for the AND function. However, if one of the conditions, e.g., underpayment (Column E is less than Column C) or payment taking more than 30 days from time of invoice (Column D minus Column B is greater than 30), is met, then Excel returns the value “TRUE.” If both conditions are not met, then Excel returns the value “FALSE.”

Shortcuts
Formatting Shortcut Name
Keystrokes
Purpose
Border
Ctrl+Shift+7
Places border around selected cell(s)
Remove Border
Ctrl+Shift+–
Removes border around selected cell(s)
Clear
Alt+H+E
Opens clear editing features. Keying additional letters will perform the functions listed below:
Paste Special
Ctrl+C, Alt+H+V
Opens paste special features Keying additional letters as indicated in the underlined word performs the functions listed below:
Change Font Size
Alt+H+F+S
Goes to font size dropdown
Format Cell
Ctrl+1
Opens format cell window
Group rows or columns
Alt+A+G+G or Shift+Alt+→
Opens group window



Ungroup rows or columns
Alt+A+U+U or Shift+Alt+←
Ungroups grouped rows or columns
Highlight Row
Shift+Spacebar
Selects entire row 

According to Microsoft Official blog, the INDEX function applies to the following  versions of Ms Excel:

Excel 2016, Excel 2013, Excel 2010, Excel 2007, Excel 2016 for Mac, Excel for Mac 2011, Excel Online Excel for iPad, Excel for iPhone, Excel for Android tablets, Excel for Android phones, Excel Mobile, Excel Starter 2010 Less.

This really are most commonly used excel functions and formula with examples.

Hope you enjoyed the article? Do share with friends and leave your comments if any questions.

Sunday, February 25, 2018

A Complete Guide to Understanding the Basics of a Cell in Ms Excel

4:13 PM 0
When working with Excel, you'll need to enter information, or content, into cells. Cells are the basic building blocks of a worksheet. You'll need to learn the basics of cells and cell content to calculate, analyze, and organize data in Excel. Here you will  learn everything you need to know about cell in excel and cells basic contents  with screenshots.

Knowing what a Cell is in Microsoft Excel

A cell is the intersection of a row and a column. Columns are identified by letters (A, B, C), while rows are identified by numbers (1, 2, 3). Every worksheet is made up of thousands of rectangles, which are called cells. A group of cells is known as a cell range. Rather than a single cell address, you will refer to a cell range using the cell addresses of the first and last cells in the cell range, separated by a colon.


For example, a cell range that include cells A1, A2, A3, A4, and A5 would be written as A1:A5.

Consider the image below: cell range A1:A14



Cell range A1:C10



How to select a cell range in excel

Tip: The cells can be adjacent or non-adjacent

Sometimes you may want to select a larger group of cells, or a cell range.

Steps for selecting adjacent ranges

Selecting cells and ranges in excel can be done by using the following methods:

1. Click, hold, and drag the mouse until all of the adjoining cells you wish to select are highlighted.

2. Release the mouse to select the desired cell range. The cells will remain selected until you click another cell in the worksheet.

Steps for selecting non-adjacent ranges:

If you are that of a person that find it difficult on how to select non-adjacent cells in excel (all versions), do these:

1. Select the first range

2. Hold down the Ctrl key and select the other cell or range.

Cell Content

Any information you enter into a spreadsheet will be stored in a cell. Each cell can contain several kinds of content, including text, formatting, formulas, and functions.

Cells can contain text, such as letters, numbers, and dates.


Formatting Attributes of a cell

Cells can contain formatting attributes that change the way letters, numbers, and dates are displayed. For example, percentages can appear as 5.10 or 20%. You can even change a cell's background color.


Formulas and Functions

Cells also contain formulas and functions that calculate cell values. For example, =SUM (B2:B5) adds the value of each cell in cell range B2:B5 and displays the total which is the result in cell B6.


To insert content

1. Click a cell to select it.

2. Type content into the selected cell, then press Enter on your keyboard. The content will appear in the cell and the formula bar. You can also input and edit cell content in the formula bar.

To copy and paste cell content

Excel allows you to copy content that is already entered into your spreadsheet and paste that content to other cells, which can save you time and effort.

1. Select the cell(s) you wish to copy. 

 2. Click the Copy command on the Home tab, or press Ctrl + C on your keyboard. 

3. Select the cell(s) where you wish to paste the content. The copied cells will now have a dashed box around them. 

 4. Click the Paste command on the Home tab, or press Ctrl + V on your keyboard. 

5. The content will be pasted into the selected cells.

To access more paste options

You can also access additional paste options, which are especially convenient when working with cells that contain formulas or formatting. 

To access more paste options, click the drop-down arrow on the Paste command.

TIP: Rather than choosing commands from the Ribbon, you can access commands quickly by right-clicking. Simply select the cell(s) you wish to format, then right-click the mouse. A drop-down menu will appear, where you'll find several commands that are also located on the Ribbon.

To drag and drop cells

Rather than cutting, copying, and pasting, you can drag and drop cells to move their contents.
  • Select the cell(s) you wish to move.        
  • Hover the mouse over the border of the selected cell(s) until the cursor changes from a white cross to a black cross with four arrows.
  • Click, hold, and drag the cells to the desired location.
  • Release the mouse, and the cells will be dropped in the selected location.

To use the auto fill handle

There may be times when you need to copy the content of one cell to several other cells in your worksheet. You could copy and paste the content into each cell, but this method would be very time consuming. Instead, you can use the fill handle to quickly copy and paste content to adjacent cells in the same row or column.
  • Select the cell(s) containing the content you wish to use. The fill handle will appear as a small square in the bottom-right corner of the selected cell(s).
  • Click, hold, and drag the fill handle until all of the cells you wish to fill are selected.
  • Release the mouse to fill the selected cells.

The fill handle

To continue a series with the fill handle;

The fill handle can also be used to continue a series. Whenever the content of a row or column follows a sequential order, like numbers (1, 2, 3) or days (Monday, Tuesday, Wednesday), the fill handle can guess what should come next in the series. In many cases, you may need to select multiple cells before using the fill handle to help Excel determine the series order. In our example below, the fill handle is used to extend a series of dates in a column.

Find and Replace

When working with a lot of data in Excel, it can be difficult and time consuming to locate specific information. You can easily search your workbook using the Find feature, which also allows you to modify content using the Replace feature.

To find content in excel

1. From the Home tab, click the Find and Select command, then select Find... from the drop-down menu.

2. The Find and Replace dialog box will appear. Enter the content you wish to find. 3. Click Find Next. If the content is found, the cell containing that content will be selected.                                                                                   
4. Click Find Next to find further instances or Find All to see every instance of the search term.

5. When you are finished, click Close to exit the Find and Replace dialog box.

I believe, with the above explanations, examples, and screenshots you now understand what is cell basics in excel.

Tuesday, February 13, 2018

How To Use The Excel IF Function To Build Logical Expressions

9:48 PM 0
The IF function is one of the common excel formulas, and it allows you to make logical comparisons between a value and what you expect. In its simplest form, the IF function says: IF (something is true, then do something, otherwise do something else).

So, an IF statement can have two results. The first result is IF your comparison is true, then secondly IF your comparison false.

The IF function in excel can be used to evaluate both text and values. It can also be used to evaluate errors.

How do I use IF in excel

If you are going to use the text in excel formulas, you need to wrap the text in quotes e.g. “sample text”. The only exception to that is using true or false, which is excel automatically understands.

The Count IF Function In Excel

The count if function in MS Excel counts the number of cells in a range - that match the supplied criteria

Non-numeric criteria needs to be enclosed in double quotes, but numeric criteria does not (multiple if statements in excel).

Check out some of the basic excel functions with examples.

For example:
= Count IF (A1:A10, 100) // count cells equal to 100.
= Count IF (A1:A10, “>32”) // count cells greater than 32.

These is known as greater than or equal operation to in excel.

Referencing A Cell From Another Worksheet 
An external cell reference in MS Excel is nothing more than a reference from one cell to another or a range of cells outside the current worksheet.

How To Reference Another Sheet In MS Excel
  • Start typing a formula either in a destination cell or in the formula bar
  • When it comes to adding a reference to another worksheet, switch to that sheet and select a cell or a range of cells you want to refer to.
  • Finish typing the formula and press the “enter” key to complete it. 
For example: 
Start by typing the formula = 20%* in the cell B2 on sheet VAT. 

Switch to sheet sales, and click on the cell B2 there. MS Excel will immediately insert an external reference to that cell. If you want to learn MS Excel shortcut keys and all the formulas, stay tuned for my next article which is going to cover the most important formulas in MS Excel you would love to learn.

How To Easily Move Around The Worksheet In MS Excel

12:04 AM 0
Navigating the worksheet can either be done by using the mouse or the keyboard. Navigating around an MS Excel document can be fun if really you mastered the pros and cons of the formulas.

MS Excel navigating tutorials

In order to move around the worksheet area by using the mouse, you should follow the instruction below:

A cell can be made active by clicking the cell. Any cell that is clicked upon on the worksheet is known as an active cell.

You can also move around the worksheet window by clicking on the horizontal and vertical scrollbar.

Note: that a worksheet is that part of the screen consisting of grid lines, rows and and columns. Columns are labeled while rows are numbered.

You move between worksheet by clicking the sheet tabs at the bottom of any worksheet window either in the math worksheets or budget worksheet.

On the other hand which is: Navigating the worksheets using the keyboard.

√ Arrow Keys: Moves the cell pointer in the different of the arrow one cell at a time.

√ CTRL + Up/Down Arrow Keys: Moves the cell pointer up/down to the very beginning/end of the current columns.

√ CTRL + Left/Right Arrow Keys: Moves the cell pointer left /right to the edge of the current data entry.

Tab: Moves the active cell to the cell on the right.

Home: Move the cell pointer to the first cell of the row.

√ Ctrl +Home Key: Move the active cell to the first cell in the worksheet, i.e. A1.

√ Page Up/Page Down: Moves the cell pointer up/down one screen.

Alt + Page up/ Page down key: Moves the active cell left/right on screen.

√ Ctrl + page up/down: Moves the active cell to the previous/next worksheet area in the workbook.

Data Entry In Excel
MS Excel accepts numbers, labels, and formula as data entry into the worksheet for manipulation.
  • Labels: In MS-Excel, the labels consist of text and combination of text and numbers. Labels are always left aligned by default.
  • Numbers: Consist of numeric digits from 0 through 9. Numbers are Usually aligned right by default.
  • Formula: The purpose of the formula is to instruct the work to perform calculations automatically. This function could be considered a supper teacher in worksheets.
Note that: A formula must begin with an equal (=) sign. And it is an expression that performs calculations on worksheet data.

The above shortcut is the most easier way to quickly jump to a different Microsoft Excel worksheet in the current workbook.

Thursday, January 25, 2018

Practical Uses Of Electronic Spreadsheet Application (Microsoft Excel)

3:49 PM 0
Case Study:
A spreadsheet is a table consisting of rows and and columns.

Microsoft Office Excel is a powerful electronic spreadsheet used in creating business plans, estimate business cost and manipulating student scores/grading.

Uses of spreadsheets

Uses Of MS Excel
  • Statistical analysis 
  • Estimating student scores, grading 
  • Creating business plans
  • Calculate results
  • And other uses of electronic spreadsheet in excel
    How To Master MS Excel Documents

    To open any excel document from the desktop, here are some basic steps to follow:
    1. Click on the start buttons 
    2. Navigate to programs
    3. Click on the Microsoft Excel 
    Features Or Element Of MS Excel Screen 
    1. The Title Bar: It carries the name of application and the name of the file. 
    2. The Menu Bar: This consist of menu used to issue commands. 
    3. The Standard Toolbar: This consist icons and buttons that carry out predefined functions when clicked upon in spreadsheet program.
    4. The Formating Bar: This also contains icons used for the enhancement of worksheet data and formating of spreadsheet file.
    5. Formula Bar: In spreadsheet software, this Bar carries the name box which displays the address of an active cell, a cell reference bar. 
    6. Worksheet: This is the largest part of the screen consisting of grid lines, Rows and Columns.
    Electronic spreadsheets Application can be used for various services such as collecting and organizing information in schools and offices, store data and calculations. 

    With my brief explanation so far, I believe you have understood what is spreadsheet and its applications. So, if you are looking for a PC software for instant calculations, MS office Excel is the final solution.

    If you have any question regarding electric spreadsheet, feel free to drop your comment. That's if you need some common examples of electronic spreadsheet and their functions.

    Saturday, January 20, 2018

    Understanding Microsoft Excel Formulas & Functions

    3:53 PM 0
    Hi buddy, welcome to our first discussion on Microsoft Excel Formulas Tutorial, in this article you will learn some basic Excel Formulas and their functions.

    Introduction To Microsoft Excel

    The distinguishing feature of a spreadsheet program such as Excel is that it allows you to create mathematical formulas and execute functions.

    excel formulas with examples

    Otherwise, it is not much more than a large table displaying text. Microsoft Excel is a powerful spreadsheet package that incorporates new innovations in data analysis Charting and application development to mention just a few. 

    Excel Formulas and Functions 

    As mentioned, the ability to perform calculations or changing a cell value using formulas in Microsoft Excel is one of the purposes of using a spreadsheet application. Below are some variables used in Microsoft Excel formulas for better understanding.

    There are lots of excel tutorial youtube videos, free and advanced excel formulas on the internet but here we've some easy to comprehend excel formulas with examples for you.

    Some examples of the types of calculations that can be done with Ms Excel are as follows:
    • Totals
    • Subtotal
    • Average
    • Standard deviation
    • Percentages
    • Min
    • Remark etc.
    In Excel, the calculation can be specified using either a formula or a function.
    • Formulas are self-defined instructions for performing calculations.
    • In contrast, functions are pre-defined formulas that come with Excel.
    In either case, all formulas and functions are entered in a cell and must begin with an equal sign ’=’.

    Entering Formulas

    Now let's start with the Microsoft Excel tutorial. After the equal sign, a formula includes the addresses of the cells whose values will be manipulated with the appropriate operands placed in between. The operands are the standard arithmetic operators:

    Operator
    Meaning
    Example

    +
    Addition
    =A7+A9

    -
    Subtraction
    =A7-A9

    *
    Multiplication
    =A7*A9

    /

    Division
    =A7/A9
    ˆ
    Exponents
    =A7ˆA9


    ! Practice Exercise: Enter the following information into a blank worksheet (ignore any formatting) in columns A, B, and C, and in rows 1 through 5.

    Then calculate the Total Cost for the fall semester using a formula to add up the individual Costs (Tuition, Books, etc.).

    Costs
    Fall
    Spring
    Tuition
    1000
    1000
    Books
    300
    500
    Expenses
    20000
    15000
    Total Cost
    21300
    16500

    Auto sum:
    You can use the Auto sum icon on the standard toolbar, which automatically adds the contents of a cluster of adjacent cells.
    • Select the cell that the sum will appear in that is outside the cluster of cells whose values will be added.
    • Click the Auto sum button (Greek letter sigma,).
    • Highlight the group of cells that will be summed.
    • Press the Enter key on the keyboard or click the green check mark on the formula bar.
    ! Practice Exercise: In the Costs for the fall and spring semester spreadsheet, calculate the Total Cost

    For the spring semester using the Auto sum icon.
    • Click on cell C6 to activate it.
    • Click the Auto sum button.
    • Press Enter.
    We will be updating this page with more Ms Excel formula list with examples, so we urge you to keep coming back for more - but while doing that, feel free to ask about anything you don't understand the above microsoft excel tutorial.