Welcome to FixHub, If you need design please contact us

MsExcel Formula Tutorial: Built-in Functions

 

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.

Built In Functions

Functions by Categories

Let us see some of the built in functions in MS Excel.

·         Text Functions

o    LOWER âˆ’ Converts all characters in a supplied text string to lower case

o    UPPER âˆ’ Converts all characters in a supplied text string to upper case

o    TRIM âˆ’ Removes duplicate spaces, and spaces at the start and end of a text string

o    CONCATENATE âˆ’ Joins together two or more text strings.

o    LEFT âˆ’ Returns a specified number of characters from the start of a supplied text string.

o    MID âˆ’ Returns a specified number of characters from the middle of a supplied text string

o    RIGHT âˆ’ Returns a specified number of characters from the end of a supplied text string.

o    LEN âˆ’ Returns the length of a supplied text string

o    FIND âˆ’ Returns the position of a supplied character or text string from within a supplied text string (case-sensitive).

·         Date & Time

o    DATE âˆ’ Returns a date, from a user-supplied year, month and day.

o    TIME âˆ’ Returns a time, from a user-supplied hour, minute and second.

o    DATEVALUE âˆ’ Converts a text string showing a date, to an integer that represents the date in Excel's date-time code.

o    TIMEVALUE âˆ’ Converts a text string showing a time, to a decimal that represents the time in Excel.

o    NOW âˆ’ Returns the current date & time.

o    TODAY âˆ’ Returns today's date.

·         Statistical

o    MAX âˆ’ Returns the largest value from a list of supplied numbers.

o    MIN âˆ’ Returns the smallest value from a list of supplied numbers.

o    AVERAGE âˆ’ Returns the Average of a list of supplied numbers.

o    COUNT âˆ’ Returns the number of numerical values in a supplied set of cells or values.

o    COUNTIF âˆ’ Returns the number of cells (of a supplied range), that satisfies a given criteria.

o    SUM âˆ’ Returns the sum of a supplied list of numbers

·         Logical

o    AND âˆ’ Tests a number of user-defined conditions and returns TRUE if ALL of the conditions evaluate to TRUE, or FALSE otherwise

o    OR âˆ’ Tests a number of user-defined conditions and returns TRUE if ANY of the conditions evaluate to TRUE, or FALSE otherwise.

o    NOT âˆ’ Returns a logical value that is the opposite of a user supplied logical value or expression i.e. returns FALSE if the supplied argument is TRUE and returns TRUE if the supplied argument is FAL

·         Math & Trig

o    ABS âˆ’ Returns the absolute value (i.e. the modulus) of a supplied number.

o    SIGN âˆ’ Returns the sign (+1, -1 or 0) of a supplied number.

o    SQRT âˆ’ Returns the positive square root of a given number.

o    MOD âˆ’ Returns the remainder from a division between two supplied numbers.

 

Post a Comment

0Comments
Post a Comment (0)