- Excel - Context Help
- Excel - Open Workbook
- Excel - Close Workbook
- Excel - Delete Worksheet
- Excel - Hiding Worksheet
- Excel - Copy Worksheet
- Excel - Create Worksheet
- Excel - Save Workbook
- Excel - Move Around
- Excel - Entering Values
- Excel - Backstage
- Excel - Explore Window
- Excel - Getting Started
- Excel - Home
Editing Worksheet
- Excel - Undo Changes
- Excel - Add Text Box
- Excel - Insert Comments
- Excel - Special Symbols
- Excel - Zoom In-Out
- Excel - Spell Check
- Excel - Find & Replace
- Excel - Copy & Paste
- Excel - Rows & Columns
- Excel - Move Data
- Excel - Delete Data
- Excel - Select Data
- Excel - Insert Data
Formatting Cells
- Excel - Apply Formatting
- Excel - Borders and Shades
- Excel - Merge & Wrap
- Excel - Text Alignments
- Excel - Setting Colors
- Excel - Rotate Cells
- Excel - Text Decoration
- Excel - Setting Fonts
- Excel - Setting Cell Type
Formatting Worksheets
- Excel - Conditional Format
- Excel - Freeze Panes
- Excel - Set Background
- Excel - Insert Page Breaks
- Excel - Header and Footer
- Excel - Page Orientation
- Excel - Adjust Margins
- Excel - Sheet Options
Working with Formula
- Excel - Builtin Functions
- Excel - Using Functions
- Excel - Formula Reference
- Excel - Copying Formulas
- Excel - Creating Formulas
Advanced Operations
- Excel - Keyboard Shortcuts
- Excel - Pivot Charts
- Excel - Simple Charts
- Excel - Pivot Tables
- Excel - Data Tables
- Excel - Workbook Security
- Excel- Translate Worksheet
- Excel - Email Workbooks
- Excel - Printing Worksheets
- Excel - Cross Referencing
- Excel - Adding Graphics
- Excel - Using Macros
- Excel - Using Templates
- Excel - Using Themes
- Excel - Using Styles
- Excel - Data Validation
- Excel - Using Ranges
- Excel - Data Sorting
- Excel - Data Filtering
MS Excel Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Built-in Functions in Excel 2010
Built In Functions
MS Excel has many built in functions, which we can use in our formula. To see all the functions by category, choose Formulas Tab » Insert Function. Then Insert function Dialog appears from which we can choose the function.
Functions by Categories
Let us see some of the built in functions in MS Excel.
Text Functions
LOWER − Converts all characters in a suppped text string to lower case
UPPER − Converts all characters in a suppped text string to upper case
TRIM − Removes duppcate spaces, and spaces at the start and end of a text string
CONCATENATE − Joins together two or more text strings.
LEFT − Returns a specified number of characters from the start of a suppped text string.
MID − Returns a specified number of characters from the middle of a suppped text string
RIGHT − Returns a specified number of characters from the end of a suppped text string.
LEN − Returns the length of a suppped text string
FIND − Returns the position of a suppped character or text string from within a suppped text string (case-sensitive).
Date & Time
DATE − Returns a date, from a user-suppped year, month and day.
TIME − Returns a time, from a user-suppped hour, minute and second.
DATEVALUE − Converts a text string showing a date, to an integer that represents the date in Excel s date-time code.
TIMEVALUE − Converts a text string showing a time, to a decimal that represents the time in Excel.
NOW − Returns the current date & time.
TODAY − Returns today s date.
Statistical
MAX − Returns the largest value from a pst of suppped numbers.
MIN − Returns the smallest value from a pst of suppped numbers.
AVERAGE − Returns the Average of a pst of suppped numbers.
COUNT − Returns the number of numerical values in a suppped set of cells or values.
COUNTIF − Returns the number of cells (of a suppped range), that satisfies a given criteria.
SUM − Returns the sum of a suppped pst of numbers
Logical
AND − Tests a number of user-defined conditions and returns TRUE if ALL of the conditions evaluate to TRUE, or FALSE otherwise
OR − Tests a number of user-defined conditions and returns TRUE if ANY of the conditions evaluate to TRUE, or FALSE otherwise.
NOT − Returns a logical value that is the opposite of a user suppped logical value or expression i.e. returns FALSE if the suppped argument is TRUE and returns TRUE if the suppped argument is FAL
Math & Trig
ABS − Returns the absolute value (i.e. the modulus) of a suppped number.
SIGN − Returns the sign (+1, -1 or 0) of a suppped number.
SQRT − Returns the positive square root of a given number.
MOD − Returns the remainder from a spanision between two suppped numbers.