Thứ Năm, 9 tháng 6, 2016

Excel functions (alphabetical)

 excel functions Applies To:  Excel 2016 , Excel 2013 , Excel 2010 , Excel 2007 , Excel 2016 for Mac , Excel for Mac 2011 , More...
Click a letter to go to functions that start with it. Or press Ctrl+F to find a function by typing the first few letters or a descriptive word. To get detailed information about a function, click its name in the first column.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
NOTE: Version markers indicate the version of Excel a function was introduced. These functions aren't available in earlier versions. 
IMPORTANT: The calculated results of formulas and some Excel worksheet functions may differ slightly between a Windows PC using x86 or x86-64 architecture and a Windows RT PC using ARM architecture. Learn more about the differences.
Web : excel
FunctionPurposeParam,Optional
DATECreate a valid date from year, month, and dayyearmonthday
DATEDIFGet days, months, or years between two datesstart_dateend_dateunit
DATEVALUEConvert a date in text format to a valid datedate_text
DAYGet the day as a number (1-31) from a datedate
DAYSGet days between datesend_datestart_date
DAYS360Get days between 2 dates in a 360-day yearstart_dateend_datemethod
EDATEGet the same date in future or past monthsstart_datemonths
EOMONTHGet the last day of the month in future or past monthsstart_datemonths
HOURGet the hour as a number (0-23) from a Timeserial_number
ISOWEEKNUMGet ISO week number for a given datedate
MINUTEGet the minute as a number (0-59) from a timeserial_number
MONTHGet the month as a number (1-12) from a datedate
NETWORKDAYSGet the number of working days between two datesstart_dateend_dateholidays
NETWORKDAYS.INTLGet work days between two datesstart_dateend_dateweekendholidays
NOWGet the current date and time
SECONDGet the Second as a number (0-59) from a Timeserial_number
TIMECreate a time with hours, minutes, and secondshourminutesecond
TIMEVALUEGet a valid time from a text stringtime_text
TODAYGet the current date
WEEKDAYGet the day of the week as a numberserial_numberreturn_type
WEEKNUMGet the week number for a given dateserial_numreturn_type
WORKDAYGet a date n working days in the future or paststart_datedaysholidays
WORKDAY.INTLGet date and working days in future or paststart_datedaysweekendholidays
YEARGet the year from a datedate
YEARFRACGet the fraction of a year between two datesstart_dateend_datebasis

Engineering

FunctionPurposeParam,Optional
CONVERTConvert measurement unitsnumberfrom_unitto_unit

Financial

FunctionPurposeParam,Optional
FVGet the future value of an investmentratenperpmtpvtype
NPERGet the number of periods for an investmentratepmtpvfvtype
PMTGet the periodic payment for a loanratepmtpvfvtype
PVGet the present value of an investmentratenperpmtfvtype
RATEGet the interest rate per period of an annuitynperpmtpvfvtypeguess

Information

Filter: 
FunctionPurposeParam,Optional
CELLGet information about a cellinfo_typereference
ERROR.TYPETest for a specific error valueerror_val
INFOGet information about current environmenttype_text
ISBLANKTest if a cell is emptyvalue
ISERRTest for any error but #N/Avalue
ISERRORTest for any errorvalue
ISEVENTest if a value is evenvalue
ISFORMULATest if cell contains a formulareference
ISLOGICALTest if a value is logicalvalue
ISNATest for the #N/A errorvalue
ISNUMBERTest for numeric valuevalue
ISODDTest if a value is oddvalue
ISREFTest for a referencevalue
ISTEXTTest for a text valuevalue
NConvert a value to a numbervalue
NACreate an #N/A error
TYPEGet the type of value in a cellvalue

Logical

Filter: 
FunctionPurposeParam,Optional
ANDTest multiple conditions with ANDlogical1logical2...
FALSEGenerate the logical value FALSE
IFTest for a specific conditionlogical_testvalue_if_truevalue_if_false
IFERRORTrap and handle errorsvaluevalue_if_error
NOTReverse arguments or resultslogical
ORTest multiple conditions with ORlogical1logical2...
TRUEGenerate the logical value TRUE
LOGGet the logarithm of a numbernumberbase

Lookup and reference

Filter: 
FunctionPurposeParam,Optional
ADDRESSCreate a cell address from a given row and columnrow_numcol_numabs_numa1sheet
AREASGet the number of areas in a reference.reference
CHOOSEGet a value from a list based on positionindex_numvalue1value2...
COLUMNGet the column number of a reference.reference
COLUMNSGet the number of columns in an array or reference.array
FORMULATEXTGet the formula in a cellreference
HLOOKUPLook up a value in a table by matching on the first rowvaluetablerow_indexrange_lookup
HYPERLINKCreate a clickable link.link_locationfriendly_name
INDEXGet a value in a list or table based on locationarrayrow_numcol_numarea_num
INDIRECTCreate a reference from textref_texta1
LOOKUPLook up a value in a one-column rangelookup_valuelookup_vectorresult_vector
MATCHGet the position of an item in an arraylookup_valuelookup_arraymatch_type
OFFSETCreate a reference offset from given starting pointreferencerowscolsheightwidth
ROWGet the row number of a referencereference
ROWSHow to use the Excel ROWS function to Get the number of rows in an array or reference.array
TRANSPOSEFlip the orientation of a range of cellsarray
VLOOKUPLookup a value in a table by matching on the first columnvaluetablecol_indexrange_lookup

Math

Filter: 
FunctionPurposeParam,Optional
ABSFind the absolute value of a numbernumber
CEILINGRound a number up to the nearest specified multiplenumbermultiple
COSGet the cosine of an anglenumber
DEGREESConverts an angle into degreesangle
EVENRound a number up to the next even integernumber
EXPFind the value of e raised to the power of a numbernumber
FACTFind the factorial of a numbernumber
FLOORRound a number down to the nearest specified multiplenumbermultiple
GCDGet the greatest common divisor of two or more numbersnumber1number2...
INTGet the integer part of a decimal by rounding downnumber
LCMGet the least common multiple or two or more numbersnumber1number2...
LOG10Get the base-10 logarithm of a numbernumber
MODGet the remainder from divisionnumberdivisor
MROUNDRound a number to the nearest specified multiplenumbermultiple
ODDRound a number up to the next odd integernumber
PIGet the value of π
RADIANSConverts an angle into radiansangle
RANDGet a random number between 0 and 1
RANDBETWEENGet a random integer between two valuesbottomtop
ROUNDRound a number to a given number of digitsnumbernum_digits
ROUNDDOWNRound a number down to a given number of digitsnumbernum_digits
ROUNDUPRound a number up to a given number of digitsnumbernumber_digits
SIGNGet the sign of a number.number
SINGet the sine of an anglenumber
SQRTFind the positive square root of a numbernumber
SUBTOTALGet a subtotal in a list or databasefunction_numref1ref2...
SUMAdd numbers togethernumber1number2number3...
SUMIFSum numbers in a range that meet supplied criteriarangecriteriasum_range
SUMPRODUCTMultiply, then sum arraysarray1array2...
TANGet the tangent of an angle.number

Statistical

Filter: 
FunctionPurposeParam,Optional
AVERAGEGet the average of a group of numbersnumber1number2...
AVERAGEAGet the average of a group of numbers and textvalue1value2...
AVERAGEIFGet the average of numbers that meet criteriarangecriteriaaverage_range
COUNTCount numbersvalue1value2...
COUNTACount the number of non-blank cellsvalue1value2...
COUNTBLANKexcel-countblank-functionrange
COUNTIFCount cells that match criteriarangecriteria
COUNTIFSCount cells that match multiple criteriarange1criteria1range2criteria2...
FREQUENCYGet the frequency of values in a data setdata_arraybins_array
LARGEGet the nth largest valuearrayn
MEDIANGet the median of a group of numbersnumber1numer2...
MINGet the smallest value.array
MODEGet the mode of a group of numbersnumber1number2...
RANKRank a number against a range of numbersnumberarrayorder
SMALLGet the nth smallest valuearrayn
STDEVGet the standard deviation in a samplenumber1number2...
STDEV.PGet standard deviation of populationnumber1number2...
STDEV.SGet the standard deviation in a samplenumber1number2...
STDEVPGet standard deviation of populationnumber1number2...

Text

Filter: 
FunctionPurposeParam,Optional
CHARGet a character from a numbernumber
CLEANStrip non-printable characters from texttext
CODEGet the code for a charactertext
CONCATENATEJoin text togethertext1text2text3...
DOLLARConvert a number to text in currency formatnumberdecimals
EXACTCompare two text stringstext1text2
FINDGet the location of text in a string
LEFTExtract text from the left of a string
LENGet the length of text.
LOWERConvert text to lower case
MIDExtract text from inside a string
PROPERCapitalize the first letter in each word
REPLACEReplace text based on location
REPTRepeat text as specified
RIGHTExtract text from the right of a string
SEARCHGet the location of text in a string
SUBSTITUTEReplace text based on content
TEXTConvert a number to text in a number format
TRIMRemove extra spaces from text
UPPERConvert text to upper casetextnum_chars
VALUEConvert text to a numbertext

Không có nhận xét nào:

Đăng nhận xét