Prajith

EXCEL Formula's
Home | About Me | Investment's | Jobs | E-Cards | Earn Online | Techincal | Kerala | Sports | Jokes | Songs | Technology | World New's | My Favorites | Contact Me

Excel Frequently Asked Questions and Answers. An ever growing list of popular questions and answers.

Excel Newsletter Archive Have a browse through our free Excel newsletter archives. Here you will find a bit of everything from basic shortcuts to VBA for Excel. If you like what you see then sign up, it's completely free!

Excel Date and Times This page is a must if you are wanting to work with dates and times in an Excel spreadsheet. It explains how Excel stores dates and times, Excel formulas for time & dates, give the magic numbers needed for dates and times and date and time conversions and functions.

Excel Calendar for Valid Dates Easy to follow steps on how to create a user friendly Excel Calendar.

Convert Dates How to convert those imported dates.

Excel SUM Formula Probably, the most widely used Excel formula, the SUM function in Excel is specifically designed to add values from different ranges, or one range. The SUM formula can be typed into a cell in Excel, or inserted via the Insert Function tool to the left of your Formula bar.

Excel Autosum Function Because adding numbers is probably the most common function that Excel is used for, Excel has a built-in Feature called AutoSum located on the Standard toolbar.

Round Excel Numbers Methods and Excel Formulas for rounding numbers in Excel

Mask Time Entries in Excel Unlike Access, Excel does not allow for us to mask time and/or date entries. However, we can use the Worksheet_Change Event to achieve masked time entries

Mask Date Entries in Excel

VLOOKUP Perhaps one of Excels most commonly used Excel Formulas is the VLOOKUP. It is also possibly the Excel formula that most people have problems understanding.

Excel HLOOKUP Another one of Excels most commonly needed Excel Formulas is the HLOOKUP.

Left Lookup in Excel Excel is very rich in Lookup formulas, with perhaps the VLOOKUP being the most popular. However, the draw-back with all Excel's Lookup formulas is that they will only look in the left most column and return the result from the corresponding cell to the right. There are times when users need to lookup data in any column of table and return the corresponding cell to the left.

Find Nth Occurrence in Excel As you may already know, we can use VLOOKUP, or INDEX/MATCH to locate the first occurrence of a specified value in a list, or table of data. However, Excel has no ready made formula that allows us to locate say the second, or third occurrence etc of a specified value.

Excel Lookup Table VLookup is the perfect Excel formula for numerical values contained in a range.  However if you tried to use VLookup with text in a table, it's use would be limited, For example surnames such as Smith, Smithson, Smithy, Smithson-Jacobs would create problems

Nested IF Formula Limitation One limitation of Excel is that we can only nest Excel formulas up to 7 levels. This is particularly limiting when trying to add nested IF Functions/Formulas that require greater than 7 conditions.

Increase/Decrease Values If you have values on an Excel Worksheet that you need to permanently increase, or decrease you can use Paste Special. No Excel formulas needed!

Calculate a Persons Age in Excel We can use the Excel formulas shown here to return the age of any person in years, months and days. It makes use of the little known DATEDIF Excel formula/Function

Average Excluding Zeros Excel has a built in formula/function that makes averaging a range of cells easy. However, the Excel formula AVERAGE does not exclude zeros.

Minimum Excluding Zeros Excel has a built in formula/function that makes finding the minimum value in a range of cells easy. However, the Excel formula MIN does not exclude zeros.

Return Weekday Day of Week To return the weekday of any date in Excel we can use any of the Excel formulas, or methods shown on this page.

Dynamic Named Ranges Dynamic ranges are ideal for charts and Pivot Tables. If you have never used dynamic ranges in Excel then you WILL after reading about them here. If you have used them, then look here for some news ways and means. There are easy to follow step-by-step instructions.

View Multiple Sheets of an Excel Workbook A very handy feature of Excel is its ability to allow you to create a copy of a workbook and compare and work with the copy whilst simultaneously working with and viewing the original workbook.  There are two ways in Excel that you can do this.

View Multiple Different Workbooks To allow you more flexibility when working with workbooks, Excel allows you to view workbooks in different windows by offering four different custom views to work with.

Save as Workspace If you wish to compare either multiple workbooks, or the same workbook over and over again,  and you have set up a custom view to do this, Excel has the facility to save a custom view as what is known as a workspace

Excel Freeze Panes When you have a large worksheet, it is often required that column or row labels remain in view.  By using Excel's Freeze Panes feature you can freeze either columns or rows in your worksheet so that they remain visible whilst you scroll.

Excel Split Panes A very handy feature of Excel is its ability to allow you view more than one copy of your worksheet, and for you to be able to scroll through each pane of your worksheet independently.

Excel Pivot Tables Take the FREE online tutorial on Excel Pivot Tables. Download the Excel Workbook examples are more.

Grouping Pivot Table Data Grouping Pivot Table Data. How to Group so you don't get: Cannot Group that Selection

Array Formulas in Excel I strongly suggest you read this very important information on using array formulas in your spreadsheets. Array formulas can let you specify more then one criteria to Sum, Average, Count etc by. Many examples of how to use them.

Sum With Multiple Criteria Examples of Excel formulas to sum a range of cells that meet multiple criteria. ,DSUM, SUMPRODUCT and SUM with an IF function/formula.

Count With Multiple Criteria Examples of Excel formulas to count a range of cells that meet multiple criteria. ,DCOUNT, DCOUNTA, and SUM with an IF function/formula.

Calculate Sliding Scale Tax Calculating tax, or commission that is based on a sliding scale, or by bracket, can be complicated. The Excel formula here is one that can be used using Excel's built in function/formulas. That is, the IF function/formula and the SUM function/formula

Calculate Fixed Rate Tax The Excel formula VLookup can be used to look for numeric values in lists and tables and to use those values in a calculation.  A perfect example of how VLookup can be used to glean information is to work out how much tax you are required to pay.

 
Count Words in a Cell Unlike Microsoft Word, Excel does not give us a ready made way to find out the number of words in a cell, or a range of cells containing text, or words. These Excel formulas show you how.

Extracting Words From Text in Excel Excel has very powerful and useful Text formula/functions that we can use to extract words from a string of words. Or, put another way, parse out specific words from text. The examples here show how we can use the Excel formulas to do this.

Convert Text to Upper/Proper Case Excel has 2 built in Excel Formulas for converting text to either UPPER CASE or Proper Case. However, there are many instances when using the Worksheet Function approach is not practical.

Workbook Downloads Here you will find some free workbook downloads that demonstrate, Excel formulas, features, functions and code.

All Excels Keyboard Shortcuts A complete list of Excel keyboard shortcuts.

Efficient Excel Spreadsheet Design This page is a must read for anyone with the task of designing and setting up an Excel spreadsheet. It talks about formatting, layout and calculation speed.

Efficient Excel Printing The content of a Worksheet is far more important than using a great deal of formatting to pretty it up (although there are some basic fundamentals for efficient Excel Spreadsheet Design).

Headers & Footers in Excel As the names suggest, a Header is something that appears at the top of every page, and a Footer is something that appears at the bottom of the page..

Workbook Size Blow-out and Phantom Links. Here are some step-by-step instructions that you can use to get your file size back to where it should be. There is also step-by-step instructions on how to get rid of those phantom links.

Limit/Restrict Scroll Area on an Excel Worksheet With Excel having 256 Columns and 65536 rows you may wish to limit, or restrict, the area that users can scroll to on your Worksheet.

Excel AutoFilters One of the most useful functions in Excel is the AutoFilter.  The AutoFilter allows a user to filter items in a list according to a set criteria. You can filter text, numbers or dates with AutoFilter.

Display AutoFilter Criteria Excel's AutoFilter is one of Excel's most useful features. However, the one small draw-back is it's hard top tell the criteria being used at a glance.

Excel Advanced Filter Other than Excel's very popular Auto Filter, we have at our disposal Excel's Advanced Filter. In a nutshell, Excel's Advanced Filter can be used to filter by more than 2 criterion, where Auto Filter has a max of 2! It also has a very nifty feature that allows us to create a list of unique items from a list with repeated data. In addition, we can even use Excel formulas for Excel's Advanced Filter criteria.

Goal Seek Goal Seek can be used when you know the result of a formula, but not the input value required by the formula to decide the result, reverse calculation.

Conditional Formatting In Excel 97, Microsoft introduced a nifty new feature called Conditional Formatting. It allows us to format a cell, or range of cells, based on a specified criteria for the cell(s), or other cell(s).

Conditional Formatting 3 Criteria Limit If you are familiar with Conditional Formatting in Excel you will know it has a 3 criteria limit. However, with the aid of Excel Custom Formats we can have up to 6 Conditional Formats for Font color. If you need background color and/or you need text values, see Conditional Formatting 3 criteria Limit for a Excel VBA method.

Excel Consolidate Consolidation is the process of combining values from several ranges of data either from within the same or different workbooks. It can be used to summarize data from different worksheets into master worksheet and create a report using a variety of calculations.

Excel Auto Outline Outlining is a means of viewing levels of detail as required by collapsing or expanding to hide or show information. You can identify subtotals and hide or collapse detail so that only subtotals appear on the screen.

Enable Outline/Outlining on a Protected Worksheet In Excel 2000 Microsoft added many new levels of Worksheet protection to Excel. Unfortunately they have neglected to add one that would allow Excel users to use Grouping/Outlining on a protected Worksheet.

Excel Data Tables Data Tables are a range of cells that are used for testing and analysing outcomes on a large scale.
 
Excel Scenarios Excel's Scenario Manager is a tool that can be used to determine different projected outcomes of data by changing different cells within a Worksheet model.

Excel Track Changes The Track Changes feature in Excel is used to record a history of any changes made to the workbook.  You can log user names, the type of change, the date the change was made and where about in the workbook the change occurred.

Percentages in Excel A percent is a ratio of a number to 100 and is usually expressed using the percent (%) symbol. In Excel, a number can be expressed in a few different ways and used to calculate a percentage in Excel.

Highlight Duplicates in Excel Example of how we can use Conditional Formatting to highlight duplicates in Excel.

Printing in Excel Basics of printing in Excel along with some tips and tricks.

Data Validation In Excel 97 Microsoft introduced a cool new feature called Data Validation. It can be found under Data on the Worksheet Menu Bar. Its purpose is to help stop entries into cells that are not within the criteria we set.

Stop/Prevent Duplicates in Excel If you are familiar with the Excel Data Validation feature, we can move into a great use for it! That is, prevent duplicates in an Excel Spreadsheet.

Stop/Prevent Blanks in Excel With the aid of Data Validation and some Excel formulas we can ensure a table, or list cannot have blank/missing entries.

Dependent Validation Lists A common question from Excel users is along the lines of; I have a list in a cell that has used Data>Validation with the "List" option. I would like to have another cell display a list that is depended on the item chosen in my first list. Uses Excel formulas!

Decreasing Validation Lists If you need to have a list of options that decreases as users select from it, you can use Data Validation and some Excel VBA Code.

Alternate Row Coloring Now that Excel has Conditional Formatting (since Excel 97) we can use it to create an alternate row color for a table of data. This is often referred to as color banding and means that every second row should be filled with a specified color.

Stop Do You Want To Save Changes Some users will get the "Do You Want To Save Changes Made to..." when closing an Excel Workbook that has had no changes, or even a new Workbook without changes.

Excel Subtotals In Excel we can use the Subtotals feature found under Data on the Worksheet Menu Bar to Subtotal a table of data.

Bold Excel Subtotals Here is how we can use Conditional Formatting in Excel to automatically bold the results of Subtotals.

Making the SUBTOTAL Function Dynamic How to use the one function (not feature as above) to perform a chosen operation on only visible cells after using Auto Filter.

Count of Each Item in a List With the aid of Advanced Filter and the COUNTIF we can get a count of each item that appears in a list.

Excel Tips and Tricks This page consists of many tips and tricks you can use in Excel, from shortcut keys to working with formulas and functions. If you know of a good one, please let us know!

Return Excel Worksheet Name to a Cell In Excel it is possible to use the CELL function/formula and the MID, LEN and FIND to return the name of an Excel Worksheet in a Workbook. We can also use a handy Custom Excel VBA Function.

Convert Excel Formulas and Function to Values Only Here are a few ways that we can convert Excel formulas to their values.

Increment by Row When Copying Across Columns This easy to use method can save lots of time.

Controls from Forms Toolbar vs Controls from the Control Toolbox Toolbar Some useful information on these 2 types of Controls.

Handy Hints For Spreadsheets Here you will find out how to use Excels Conditional Formatting and Data Validation. It explains in detail how you can use these great Excel features to work with duplications in your spreadsheets. Best of all it shows how they can be used to prevent them!

Excel Chart Tips and Tricks There are many little known tricks that can be used with Excel charts and these are just some of them. If you want your chart to update automatically, not plot zeros, or have scrolling charts etc, then you will find it here!

Excel Formulas This page will take you to lots of examples of Excels Formulas. It includes formulas for dates, times, text and numbers. Each page also includes some formula tips and tricks

Converting Text Numbers to Real Numbers Sometimes Excel sees numbers as text and this causes problems. Here are two simple ways that should help both constants and formulas.

Custom Formats in Excel Excel has custom number formats that can be used on dates, times, text and currencies. There are some practical examples and a link to Microsoft’s information on custom number formats that I highly recommend.

Number of Visits