0% found this document useful (0 votes)
50 views

Excel Function

The document contains tables listing functions in Excel for working with dates and times, information, logical operations, lookups and references, and text. The date and time functions table describes functions for returning serial numbers for dates, converting between date formats, extracting parts from dates, and calculating time periods. The information functions table describes functions for returning cell formatting details, checking for errors and data types, and converting between types. The logical functions table describes functions for logical operations like AND, OR, and NOT. The lookup and reference functions table describes functions for looking up values and extracting data from lists, arrays, and pivot tables. The text functions table describes functions for manipulating and analyzing text, converting between cases, formatting values as text, and searching and

Uploaded by

Tony
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
50 views

Excel Function

The document contains tables listing functions in Excel for working with dates and times, information, logical operations, lookups and references, and text. The date and time functions table describes functions for returning serial numbers for dates, converting between date formats, extracting parts from dates, and calculating time periods. The information functions table describes functions for returning cell formatting details, checking for errors and data types, and converting between types. The logical functions table describes functions for logical operations like AND, OR, and NOT. The lookup and reference functions table describes functions for looking up values and extracting data from lists, arrays, and pivot tables. The text functions table describes functions for manipulating and analyzing text, converting between cases, formatting values as text, and searching and

Uploaded by

Tony
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

=if(isnumber(A1)=true;(A1);””)

Date and time functions


Function Description
DATE Returns the serial number of a particular date
DATEVALUE Converts a date in the form of text to a serial number
DAY Converts a serial number to a day of the month
DAYS360 Calculates the number of days between two dates based on a 360-day year
Returns the serial number of the date that is the indicated number of
EDATE
months before or after the start date
Returns the serial number of the last day of the month before or after a
EOMONTH
specified number of months
HOUR Converts a serial number to an hour
MINUTE Converts a serial number to a minute
MONTH Converts a serial number to a month
NETWORKDAYS Returns the number of whole workdays between two dates
NOW Returns the serial number of the current date and time
SECOND Converts a serial number to a second
TIME Returns the serial number of a particular time
TIMEVALUE Converts a time in the form of text to a serial number
TODAY Returns the serial number of today's date
WEEKDAY Converts a serial number to a day of the week
Converts a serial number to a number representing where the week falls
WEEKNUM
numerically with a year
Returns the serial number of the date before or after a specified number of
WORKDAY
workdays
YEAR Converts a serial number to a year
Returns the year fraction representing the number of whole days between
YEARFRAC
start_date and end_date

Information functions
Function Description
CELL Returns information about the formatting, location, or contents of a cell
ERROR.TYPE Returns a number corresponding to an error type
INFO Returns information about the current operating environment
ISBLANK Returns TRUE if the value is blank
ISERR Returns TRUE if the value is any error value except #N/A
ISERROR Returns TRUE if the value is any error value
ISEVEN Returns TRUE if the number is even
ISLOGICAL Returns TRUE if the value is a logical value
ISNA Returns TRUE if the value is the #N/A error value
ISNONTEXT Returns TRUE if the value is not text
ISNUMBER Returns TRUE if the value is a number
ISODD Returns TRUE if the number is odd
ISREF Returns TRUE if the value is a reference
ISTEXT Returns TRUE if the value is text
N Returns a value converted to a number
NA Returns the error value #N/A
TYPE Returns a number indicating the data type of a value

Logical functions
Function Description
AND Returns TRUE if all of its arguments are TRUE
FALSE Returns the logical value FALSE
IF Specifies a logical test to perform
NOT Reverses the logic of its argument
OR Returns TRUE if any argument is TRUE
TRUE Returns the logical value TRUE

Lookup and reference functions


Function Description
ADDRESS Returns a reference as text to a single cell in a worksheet
AREAS Returns the number of areas in a reference
CHOOSE Chooses a value from a list of values
COLUMN Returns the column number of a reference
COLUMNS Returns the number of columns in a reference
GETPIVOTDATA Returns data stored in a PivotTable
HLOOKUP Looks in the top row of an array and returns the value of the indicated cell
Creates a shortcut or jump that opens a document stored on a network
HYPERLINK
server, an intranet, or the Internet
INDEX Uses an index to choose a value from a reference or array
INDIRECT Returns a reference indicated by a text value
LOOKUP Looks up values in a vector or array
MATCH Looks up values in a reference or array
OFFSET Returns a reference offset from a given reference
ROW Returns the row number of a reference
ROWS Returns the number of rows in a reference
RTD Retrieves real-time data from a program that supports COM automation
TRANSPOSE Returns the transpose of an array
Looks in the first column of an array and moves across the row to return
VLOOKUP
the value of a cell
Text functions
Function Description
Changes full-width (double-byte) English letters or katakana within a
ASC
character string to half-width (single-byte) characters
BAHTTEXT Converts a number to text, using the ß (baht) currency format
CHAR Returns the character specified by the code number
CLEAN Removes all nonprintable characters from text
CODE Returns a numeric code for the first character in a text string
CONCATENATE Joins several text items into one text item
DOLLAR Converts a number to text, using the $ (dollar) currency format
EXACT Checks to see if two text values are identical
FIND, FINDB Finds one text value within another (case-sensitive)
FIXED Formats a number as text with a fixed number of decimals
Changes half-width (single-byte) English letters or katakana within a
JIS
character string to full-width (double-byte) characters
LEFT, LEFTB Returns the leftmost characters from a text value
LEN, LENB Returns the number of characters in a text string
LOWER Converts text to lowercase
Returns a specific number of characters from a text string starting at the
MID, MIDB
position you specify
PHONETIC Extracts the phonetic (furigana) characters from a text string
PROPER Capitalizes the first letter in each word of a text value
REPLACE,
Replaces characters within text
REPLACEB
REPT Repeats text a given number of times
RIGHT, RIGHTB Returns the rightmost characters from a text value
SEARCH,
Finds one text value within another (not case-sensitive)
SEARCHB
SUBSTITUTE Substitutes new text for old text in a text string
T Converts its arguments to text
TEXT Formats a number and converts it to text
TRIM Removes spaces from text
UPPER Converts text to uppercase
VALUE Converts a text argument to a number

You might also like