excel built-in functions

1

Click here to load reader

Transcript of excel built-in functions

Page 1: excel built-in functions

8/7/2019 excel built-in functions

http://slidepdf.com/reader/full/excel-built-in-functions 1/1

Excel Text Functions

Functions to Remove Extra Characters Functions to Convert Excel Da

Information Functions

Replacing / Substituting Partsof a Text String

Removes all non-printablecharacters from a supplied textstring

REPLAC Replaces all or part of a text string withanother string (from auser supplied position)

Converts a number, plusuffix "Baht" into Thai t

Removes duplicate spaces, andspaces at the start and end of atext string

SUBSTI T Substitutes alloccurrences of asearch text string,within an original textstring, with thesupplied replacementtext

Converts a supplied nutext, using a currency f

FIXED Rounds a supplied numspecified number of deplaces, and then conve

Functions to Convert Between Upper &Lower Case

 TEXT Converts a supplied vatext, using a user-specformat

LOWER Converts all characters in asupplied text string to lower case

LEN Returns the length of asupplied text string

VALUE Converts a text string inumeric value

PROPER Converts all characters in asupplied text string to propercase (ie. the first character ineach word is upper case and all

FIND Returns the position of a supplied character ortext string from withina supplied text string

Cutting Up & Piecing TogetheStrings

UPPER Converts all characters in asupplied text string to uppercase

SEARCH Returns the position of a supplied character ortext string from withina supplied text string(non-case-sensitive)

CONCA T  Joins together two or mstrings

LEFT Returns a specified numcharacters from the stasupplied text string

Converting Between Characters &Numeric Codes

MID Returns a specified numcharacters from the mi

CHAR Returns the character thatcorresponds to a suppliednumeric value

RIGHT Returns a specified numcharacters from the ensupplied text string

CODE Returns the numeric code for thefirst character of a suppliedstring

REPT Returns a string consissupplied text string, respecified number of tim

EXACT  Tests if two supplied text stringsare exactly the same and if so,

returns TRUE; Otherwise, returnsFALSE. (case-sensitive)

 T  Tests whether a supplied valueis text and if so, returns thesupplied text; If not, returns an