Lean Excel Top Functions Quick Reference Guide with 500 Examples! by Scott Ratliff

background image
background image

LeanExcel:TopFunctions

ByScottRatliff

www.LeanExcelBooks.com

background image

LegalStuff

Copyright©2015byScottRatliff

Allrightsreserved.Nopartofthisebookmaybereproducedortransmittedinanyform
orbyanymeanswithoutwrittenpermissionfromthepublisher.

Allbrandnamesandproductnamesusedinthisbookaretradenames,servicemarks,
trademarks,orregisteredtrademarksoftheirrespectiveowners.ScottRatliffisnot
associatedwithanyproductorvendormentionedinthisbook.

background image

background image
background image

Introduction

Knowinghowtousethebuilt-infunctionsinMicrosoftExcelwillturnyouintoa

poweruser!Therearehundredsoffunctionsandatfirst,thelistcanseemoverwhelming.
EvenasaMicrosoftOfficeExpertinExcel2013IdonotknowalloftheExcelfunctions
available.InwritingthiseBook,IdiscoveredseveralnewfunctionsthatIhavenow
incorporatedintomydailyuseandhavemademydataanalysismoreefficient.Ihopethat
thiseBookwillhelpyoulearnmoreoftheExcelfunctionsandthattheywouldhelpyou
gaincontroloveryourspreadsheets!

background image

WhyLeanExcel?

ThisLeanExcelseriesfocusesontime-savingtoolsthatwillhelpyoureducethe

wasteassociatedwithdataanalysis.Oneofthetenetsofleanmanufacturingtheoryis
usingspecializedtoolstoaccomplishatask.Youcoulduseawrenchtodriveanailbuta
hammerwillgetthejobdonemuchfaster.Remembertimeismoney.

Thinkofthebuilt-infunctionsasspecializedtools.Let’ssayyouneededtofindthe

averageofadatasetthatisinA1throughA5.Remembertheaverageisthesumofallthe
numbersinadatasetdividedbythecountofnumbersinthatdataset.Let’slookatthree
waystofindtheaverage.First,youcouldusetheformula=(A1+A2+A3+A4+A5)/5.
Second,youcouldusetheSUMandCOUNTfunctions=SUM(A1:A5)/COUNT(A1:A5).
Orlastly,youcouldusetheAVERAGEfunction=AVERAGE(A1:A5).Althoughallthree
optionsgiveyouthesameanswer,usingtheAVERAGEfunctionisclearlythemost
efficient.ButinordertousetheAVERGEfunction,youneedtoknowthatitexistsand
whatrequirementsyouneedtouseit.

background image

EnteringFormulasandFunctions

First,let’sidentifythesimilaritiesbetweenformulasandfunctions.Bothformulas

andfunctionscanbeenteredusingtheformulabarimmediatelybelowtheExcelRibbon.
TheExcelRibbonisthehorizontalbarnearthetopoftheExcelwindowthatcontainsall
ofthebuttonsfortoolsavailableinExcel.Bothformulasandfunctionsbeginwiththe
equalssign(=).Thisisrequiredonlyatthebeginningoftheformulabar;itisnotrequired
beforeeachindividualfunctionwithinthatcell.TheequalssigntellsExcelthatyouwant
Exceltodoacalculationforthiscell.Ifyoudidnothavetheequalssign,thenExcelwill
putexactlywhatyoutypeintothatcell.

Next,let’sidentifythedifferencebetweenafunctionandaformula.Inthefirst

sectionofthisbook,wediscussed3waystofindtheaverageoffivenumbers.Thefirst
optionisanexampleofaformula.Itbeginswithanequalssign(=)andincludes
mathematicoperators(addition:+,subtraction:-,multiplication:*,division:/).Asseenin
thefirstoption=(A1+A2+A3+A4+A5)/5,itcanincludebothreferencestocells(A1,A2,
A3,etc.)andactualnumbers(the5afterthedivisionsign).Aformulacanincludeother
mathematicoperatorssuchasparentheses()todeterminetheorderofoperationsand^for
exponents.Excelfollowsthesameorderofoperationsyoulearnedinalgebra:
Parenthesesthenexponentsthenmultiplicationanddivisionandlastlyadditionand
subtraction.Soifyouentered=(2+3)^2/5+1intoacellinExcel,itwouldfirstdowhat
wasintheparentheses(2+3)=5.Nextitwouldlookforexponentsso(5)^2=25.Thenit
wouldlookformultiplicationordivision25/5=5andlastlyadditionorsubtraction5+1=
6.So6wouldbetheresultoftheformulaandbedisplayedinthecell.

Afunctionisenteredverysimilarlybutusesabuilt-inkeywordthatExcelwill

recognize.ThethirdoptionfromtheprevioussectionusestheAVERAGEfunction.To
enterthefunction,firstputanequalssign(=)thentypethefunctionname.Excelwilltry
torecognizethekeywordyouaretypingandprovideyoualistofthefunctionsthatbegin
withwhatyoutyped.Youcaneithercontinuetypingordouble-clickonthefunctionyou
seeinthelist.Whenyoutypethekeyword,uppercaseisnotrequired;however,ifExcel
identifiesthekeywordasafunction,thenitwillconvertittouppercase.Alternatively,
youcouldclickontheFormulatabontheExcelribbonandchooseafunctionfromthe
categorieslistedthere.Forreferenceconsistency,thefunctionsincludedinthiseBookare
dividedtomatchthecategoriesontheFormulastaboftheExcelribbon.

Eachfunctionbeginswiththeequalssign(=)thenthekeyword(AVERAGE,

COUNT,SUM,etc.)andthenanopenparentheses(.Aftertheopenparentheses,Excel
expectsalistofarguments.Thisisthemostconfusingpartofusingafunction.Each
functionrequiresadifferentsetofargumentsandtheargumentsmustmatchcertain
criteriaorthefunctionwillreturnanerror(#ERR,#N/A,#DIV/0,etc.).Inthethirdoption
above,theAVERAGEfunctionrequiredsomenumber,listofnumbers,orrangeasan
argument.WeenteredtherangeA1:A5fortheargument.Weassumedthatrange
containedvalidnumberdata,ifanycellinthatrangeA1:A5containedsomethingbesides
anumber,thenourfunctionmayhaveresultedinanerror.

background image

Youcanalsouseformulasandfunctionstogether.Forexample,thesecondoptionof

theprevioussectionistwofunctions(SUMandCOUNT)inaformula(SUM/COUNT).
Wecoulduseanyofthemathematicoperatorsontheresultofanyfunctionaslongasthe
resultofthatfunctionisanumber.Somefunctionsreturnnon-numericdatasothatmay
resultinanerror.

background image

FunctionArguments

Afewmoredetailsweneedtodiscussbeforewegettothefunctions.Intheprevious

section,wediscussedhowafunctionbeginswithanequalssignthenakeyword,thenan
openparentheses,thenthearguments,andlastlytheclosingparentheses.Somefunctions
suchasTODAY()requiresnoarguments.OtherargumentssuchasSUM,COUNT,
AVERAGErequireoneargumentbutthenallowformanymorearguments.Whenyou
enterafunction,excelshowsyouwhichargumentyouarecurrentlyenteringwiththepop-
upboxthatappearsbelowtheformulabar.Forexample,fortheSUMfunction,thepop-
upboxdisplaysSUM(number1,[number2],…).Thenumber1meansitisrequiredbutthe
brackets[]aroundthe[number2]indicateitisoptional.Notethecommaseparatingthe
arguments;whenyouenterafunction,youwillneedtoseparatetheargumentsbya
commatoo.The(…)meansthattherecouldbemanymoreargumentsthatmatchthetype
ofthelastargument.Inthiscase,therecouldbemanymorenumbers([number3],
[number4],etc).

Somefunctionshaveanoptionalpairofarguments.Forexample,theSUMIFS,

COUNTIFS,andAVERAGEIFSfunctionsallhavethearguments[criteria_rangeX,
criteriaX]whereXisthenextnumberinseries.Sincethebracketisaroundthepairor
arguments,thepairisoptionalbutifyouwanttoincludetheargument,thenyoumust
includebothargumentsofthepair.

Mostargumentscouldbefulfilledbyeitheravalueoracellreference.Most

experiencedExcelusersputalloftheargumentsincellsandthenreferencethecells
withintheargumentsofthefunction.Theexampleworkbooksarebuiltthisway.With
thismethod,youcanchangethevalueinthereferencecellsandthefunctionwillthen
changeinsteadofhavingtogointotheformulabarandchangethefunctiondirectly.I
hopeusingthismethodwillhelpyouunderstandtherelationshipbetweentheinputsand
outputsofthefunctionasbothcomponentsarevisible.

background image

ExampleWorkbook

Toreallyunderstandatopic,mostpeopleneedtovisualizeit.Therefore,allofthe

functionsdiscussedinthiseBookareincludedinaworkbookwithover500examples.
YoucanfindtheexampleworkbookandVisualAidprintoutsatthelinkbelow.

Tohelpvisualizetheinputs,somefunctionsthatrequirearangehavetherange

addresssavedinacell.Theninthefunction,I’veaddedtheINDIRECTfunctionto
converttherangeaddresssavedinthecelltotheactualrangeofthefunction.For
example,let’ssayB5containstherangeaddress“A2:A4”andA2throughA4containsall
numbers.IfIwastoenterthefunction=SUM(B5),itwouldreturn0becauseB5contains
thetextstring“A2:A4”.Inordertoconvertthetext“A2:A4”intoanaddress,weneedto
addtheINDIRECTfunction.Sothefunctionshouldthenbe=SUM(INDIRECT(B5))
whichisequivalentto=SUM(A2:A4)sinceB5contains“A2:A4”.Theexamplesareset
upthiswaysoyoucanseetheaddressoftherangesthatgointothefunctions.Tochange
theaddress,changeitinthecellwiththeaddress(inthemostrecentexample,thatcell
wouldbeB5).

Findtheexampleworkbookhere:

https://www.dropbox.com/sh/uvk1a6pdwjlrtjl/AAB7CXA0QlDBMQ9-Ps6iQ4Aka?dl=0

background image

FunctionGuide

ThisFunctionGuideliststhekeywordthentheargumentsanddescriptionforeach

function.Wheneverthedescriptionreferencesthearguments,theargumentnamewillbe
inbold.Mostdescriptionswillbeginwiththeword“returns.”Theargumentsarethe
inputofthefunctionandthenthefunctionreturnstheoutput.Theoutputisvisibleinthe
cellwhilethefunctionisstillvisibleintheformulabarorbydoubleclickinginthecell.

Somefunctionsinthefunctionguidemustbeenteredasanarray.Toenterafunction

asanarray,holddownthecontrolandshiftbuttonswhilepressingenter(formacusers,
holddowncontrolandshiftwhilepressingreturn).Youwillknowthefunctionwas
enteredasanarraybythecurlybrackets{}aroundthefunctionintheformulabar.Donot
enterthecurlybracketsmanually.

background image

background image

DateFunctions

UsingDatesinExcel

Excelstoresdatesasnumberscalledserialnumbers.Zerocorrespondsto1/1/1904.

Thenumber100refersto100dayssince1/1/1904.Timesarestoredaspartialdays.So
12:00noonishalfthedaysoitisstoredas0.5addedtothedate.

background image

AddingandSubtractingDatesandTimes

Toaddorsubtractadate,justaddorsubtractwholenumbers.Toaddorsubtracta

time,addorsubtractthepartialday.Ifyouwantedtoseewhattimeitwasafter5hours,it
iseasierandmoreexacttoadd5/24toadatethanitistorememberthat5/24=
.208333333.

background image

DATE

Arguments:year,month,day

Description:Returnstheserialnumberofthedateofthespecifiedyear,month,andday.

background image

DAY

Arguments:serial_number

Description:Returnsthedayofthemonth(1-31)oftheserial_number.

background image

DAYS

Arguments:end_date,start_date

Description:Returnsthenumberofdaysbetweenend_dateandstart_date.Equivalentto
end_date-start_date.

background image

EDATE

Arguments:start_date,months

Description:Returnstheserialnumberofthedatethatisthespecifiednumberofmonths
beforeorafterthestart_date.Ifmonthsislessthan0thenitreturnsmonthsbefore;if
greaterthan0thenmonthsafter.

background image

EOMONTH

Arguments:start_date,months

Description:Returnstheserialnumberofthelastdayofthemonththatisthespecified
numberofmonthsbeforeorafterthestart_date.Ifmonthsislessthan0thenitreturns
monthsbefore;ifgreaterthan0thenmonthsafter.

background image

HOUR

Arguments:serial_number

Description:Returnsthehour(0-23)oftheserial_number.

background image

MINUTE

Arguments:serial_number

Description:Returnstheminute(0-59)oftheserial_number.

background image

MONTH

Arguments:serial_number

Description:Returnsthemonth(1-12)oftheserial_number.

background image

NETWORKDAYS

Arguments:start_date,end_date,[holidays]

Description:Returnsthenumberoffullworkdaysbetweenstart_dateandend_date.
Specifythedatesofanyholidaystoexclude.

background image

NOW

Arguments:none

Description:Returnsthecomputer’sdateandtime.

background image

SECOND

Arguments:serial_number

Description:Returnsthesecond(0-59)oftheserial_number.

background image

TIME

Arguments:hour,minute,second

Description:Returnstheserialnumberofthetimeofthespecifiedhour,minute,and
second.

background image

TODAY

Arguments:none

Description:Returnsthecomputer’sdate.

background image

WEEKDAY

Arguments:serial_number,[return_type]

Description:Returnsanumber(1-7)ofthedayintheweekfortheserial_number.Use
return_typetodeterminehowtocountthedays.

background image

WEEKNUM

Arguments:serial_number,[return_type]

Description:Returnstheweeknumberoftheyearfortheserial_number.Use
return_typetodeterminehowtocounttheweeks.

background image

WORKDAY

Arguments:start_date,days,[holidays]

Description:Returnstheserialnumberofthenumberofdaysafterthestart_date.
Specifythedatesofanyholidaystoexclude.

background image

YEAR

Arguments:serial_number

Description:Returnstheyearoftheserial_number.

background image

FinancialFunctions

NotesforFinancialFunctions

Thereareafewthingsinmindwhenusingthefunctionsandtheirargumentsdescribed
below.Besuretokeepunitsconsistentforrateandnper.Ifmonthlypaymentsthenrate
willbeAPR/12andnperisnumberofyearsofloan*12.Forannualpayments,thenrate
willbeAPRandnperisnumberofyears.Cashdepositedintosavingsisrepresentedby
negativenumbersandcashreceivedbypositivenumbers.Iftypeis0oromitted,then
paymentsaremadeattheendoftheperiod.Iftypeis1thenpaymentsaremadeatthe
beginningoftheperiod.

background image

FV

Arguments:rate,nper,pmt,[pv],[type]

Description:Returnsthefuturevalueofaninvestmentofpvatinterestrateratebasedon
thenumbernperofconstantpaymentspmt.

background image

PV

Arguments:rate,nper,pmt,[fv],[type]

Description:Returnsthepresentvalueofaninvestmentwithtargetfuturevaluefvat
interestrateratebasedonthenumbernperofconstantpaymentspmt.

background image

RATE

Arguments:nper,pmt,pv,[fv],[type],[guess]

Description:Returnstheinterestrateperperiodofaloan/investmentofsizepvwithnper
paymentsofconstantvaluepmt.Fvisthecashbalanceafterthelastpayment.Iffvis
omitted,0isassumed.Guessistheguessofwhattheinterestrateshouldbe.Ifguessis
omitted,itisassumedtobe10percent.

background image

PMT

Arguments:rate,nper,pv,[fv],[type]

Description:Returnsthepaymentperperiodofaloan/investmentofsizepvwithnper
paymentswithaninterestraterate.Fvisthecashbalanceafterthelastpayment.Iffvis
omitted,0isassumed.

background image

LogicalFunctions

AND

Arguments:logical1,logical2,…

Description:ReturnsTRUEifalllogicalargumentsareTRUE.

background image

FALSE

Arguments:none

Description:ReturnsthevalueFALSE.

background image

IF

Arguments:logical_test,value_if_true,value_if_false

Description:Iflogical_testreturnsTRUEthenreturnthevalue_if_true,otherwisereturn
thevalue_if_false.

background image

IFERROR

Arguments:value,value_if_error

Description:Ifvalueisanerror(#N/A,#DIV/0,etc.)thenreturnthevalue_if_error,
otherwisereturnsvalue.

background image

IFNA

Arguments:value,value_if_na

Description:Ifvalueis#N/Athenreturnsthevalue_if_na,otherwisereturnsvalue.

background image

ISBLANK

Arguments:value

Description:IfvalueisblankthenreturnsTRUE,ifnotthenreturnsFALSE.

background image

ISERR

Arguments:value

Description:Ifvalueisanerrorotherthan#N/AthenreturnsTRUE,ifnotthenreturns
FALSE.

background image

ISERROR

Arguments:value

Description:Ifvalueisanerror(#N/A,#DIV/0,etc.)thenreturnsTRUE,ifvalueisnot
anerrorthenreturnsFALSE.

background image

ISNUMBER

Arguments:value

Description:IfvalueisanumberthenreturnsTRUE,ifnotthenreturnsFALSE.

background image

NOT

Arguments:logical

Description:IflogicalwouldreturnTRUEthenreturnFALSEorifFALSEthenreturn
TRUE.

background image

OR

Arguments:logical1,logical2,…

Description:ReturnsTRUEifatleastonelogicalargumentisTRUE.

background image

TRUE

Arguments:none

Description:ReturnsthevalueTRUE.

background image

background image

LookupFunctions

ADDRESS

Arguments:row_num,column_num,[abs_num],[a1],[sheet_text]

Description:Returnsacellreferenceastextfromcolumn_numandrow_num.Use
abs_numtoidentifyabsoluteorrelativereferencesanda1forA1orR1C1styleand
sheet_texttospecifythesheetname.

background image

CHOOSE

Arguments:index_num,value1,[value2],…

Description:Returnsavalue(value1,value2,…)basedonachoiceforindex_num.Like
anifstatementwithmoreoptions.Index_numcannotbegreaterthanthenumberof
values.

background image

COLUMN

Arguments:[reference]

Description:Returnsanumberofthecolumnofthereference.Ifreferenceisleftblank
thenreturnsthecolumnofthecellcontainingtheformula.

background image

COLUMNS

Arguments:array

Description:Returnsthenumberofcolumnsintherangearray.

background image

FORMULATEXT

Arguments:reference

Description:Returnstheformulathatisstoredinreferenceasatextstring.

background image

GETPIVOTDATA

Arguments:data_field,pivot_table,[Field1,item1],[Field2,item2],…

Description:Returnsavaluefromthedata_fieldinthepivottablepivot_tablewhich
meetsallofthecriteriaofiteminField.

background image

HLOOKUP

Arguments:lookup_value,table_array,row_index_num,[range_lookup]

Description:Findslookup_valueinthetoprowoftherangetable_arrayandthenreturns
thevaluefromthesamecolumnintherow_index_numrowofthattable.Forexample,if
youwanttoreturnthethirdrowthenrow_index_num=3.Ifrange_lookupisFALSE,
thenthevalueinthetoprowmustmatchlookup_valueexactly.Ifrange_lookupis
TRUE,thenitwillmatchtheclosestvaluetolookup_valuewithoutgoingover.

background image

HYPERLINK

Arguments:link_location,[friendly_name]

Description:Returnsthetextoffriendly_nameasahyperlinktolink_location.If
friendly_nameisleftblank,thenthetextoflink_locationwillbereturnedasahyperlink.

background image

INDEX(array)

Arguments:array,row_num,[column_num]

Description:Returnsthecellreferenceattheintersectionofrow_numandcolumn_num
withinarray.Enterasanarrayfunctionwitheitherrow_numorcolumn_numas0
(zero)toreturntheentireroworcolumn.

background image

INDEX(reference)

Arguments:reference,row_num,[column_num],[area_num]

Description:Returnsthecellreferenceattheintersectionofrow_numandcolumn_num
withinreference.Ifreferencecontainsmultipleranges,thenarea_numcanbeusedto
identifywhichrange.Ifrow_numorcolumn_numis0(zero)thenreturnstheentirerow
orcolumn.

background image

INDIRECT

Arguments:ref_text,[a1]

Description:Returnsthereferencespecifiedbythetextstringref_text.Ifa1isTRUEor
omitted,thenref_textisinterpretedasanA1-stylereference.Ifnot,thenitisinterpreted
asanR1C1-stylereference.

background image

MATCH

Arguments:lookup_value,lookup_array,[match_type]

Description:Looksforlookup_valuewithinalookup_arrayofcellsandreturnsthe
positionofthatitemintherange.Ifmatch_typeis1oromitted,thenreturnsthelargest
valuethatislessthanorequaltolookup_valueandvaluesinlookup_arraymustbe
sortedinascendingorder.Ifmatch_typeis0,thenreturnsthefirstvaluethatisexactly
equaltolookup_valueandvaluescanbesortedinanyorder.Ifmatch_typeis-1,then
returnsthesmallestvaluethatisgreaterthanorequaltolookup_valueandvaluesin
lookup_arraymustbesortedindescendingorder.

background image

OFFSET

Arguments:reference,rows,cols,[height],[width]

Description:Returnsthereferencetotherangethatisrowsrowsandcolscolumnsaway
fromreference.Useheightandwidthtospecifythenumberofrowsandcolumns
returned.

background image

ROW

Arguments:[reference]

Description:Returnsanumberoftherowofthereference.Ifreferenceisleftblankthen
returnstherowoftheformula.

background image

ROWS

Arguments:array

Description:Returnsthenumberofrowsintherangearray.

background image

VLOOKUP

Arguments:lookup_value,table_array,col_index_num,[range_lookup]

Description:Findslookup_valueinthefirstcolumnoftherangetable_arrayandthen
returnsthevaluefromthesamerowinthecol_index_numcolumnofthattable.For
example,ifyouwanttoreturnthethirdcolumnthencol_index_num=3.If
range_lookupisFALSE,thenthevalueinthefirstcolumnmustmatchlookup_value
exactly.Ifrange_lookupisTRUE,thenitwillmatchtheclosestvaluetolookup_value
withoutgoingoverandtable_arraymustbesortedinascendingorder.

background image

MathFunctions

ABS

Arguments:number

Description:Returnstheabsolutevalueofnumber.

background image

CONVERT

Arguments:number,from_unit,to_unit

Description:Returnstheresultofconvertingnumberinfrom_unittotheequivalent
valueinto_unit.

background image

DELTA

Arguments:number1,[number2]

Description:ReturnsTRUE(1)orFALSE(0)ifnumber1isequaltonumber2.

background image

EXP

Arguments:number

Description:Returnsthevalueofe(Euler’snumber)raisedtothepowernumber.

background image

FACT

Arguments:number

Description:Returnsthevalueofnumber‘sfactorial.

background image

INT

Arguments:number

Description:Returnsnumberroundeddownthenearestinteger.

background image

LOG

Arguments:number,[base]

Description:Returnsthelogarithmwithbasebaseofnumber.

background image

LOG10

Arguments:number

Description:Returnsthecommonlogarithm(base10)ofnumber.

background image

LN

Arguments:number

Description:Returnsthenaturallogarithmofnumber.

background image

MOD

Arguments:number,divisor

Description:Returnstheremainderofnumberdividedbydivisor.

background image

MROUND

Arguments:number,multiple

Description:Returnsnumberroundedtothenearestmultiple.

background image

PI

Arguments:none

Description:ReturnsthevalueofPi.

background image

POWER

Arguments:number,power

Description:Returnsnumberraisedtotheexponentpower.

background image

PRODUCT

Arguments:number1,[number2],…

Description:Returnsthevalueofallnumberargumentsmultipliedtogether.

background image

RAND

Arguments:none

Description:Returnsarandomnumberbetween0and1.

background image

RANDBETWEEN

Arguments:bottom,top

Description:Returnsarandomnumberbetweenbottomandtop.

background image

ROUND

Arguments:number,num_digits

Description:Returnsnumberroundedtothedecimalplacespecifiedbynum_digits.If
num_digitsispositive,thenplacestotherightofthedecimal.Ifnegative,thenplacesto
theleftofthedecimal.

background image

ROUNDDOWN

Arguments:number,num_digits

Description:Returnsnumberroundeddowntothedecimalplacespecifiedby
num_digits.Ifnum_digitsispositive,thenplacestotherightofthedecimal.If
negative,thenplacestotheleftofthedecimal.

background image

ROUNDUP

Arguments:number,num_digits

Description:Returnsnumberroundeduptothedecimalplacespecifiedbynum_digits.
Ifnum_digitsispositive,thenplacestotherightofthedecimal.Ifnegative,thenplaces
totheleftofthedecimal.

background image

SIGN

Arguments:number

Description:Returns1ifnumberispositive,-1ifnegative,or0if0.

background image

SQRT

Arguments:number

Description:Returnsthesquarerootofnumber.

background image

SUBTOTAL

Arguments:function_num,ref1,[ref2],…

Description:Returnsthesubtotalofalistordatabasewithref1,ref2,etc.Thevalueofthe
subtotalcanchangebasedonthefunction_num.

background image

SUM

Arguments:number1,[number2],…

Description:Returnsthevalueofallnumberargumentsaddedtogether.

background image

SUMIF

Arguments:range,criteria,[sum_range]

Description:Returnsthevalueofsum_rangeaddedtogetherifthecorrespondingvaluein
rangemeetsthecriteria.

background image

SUMIFS

Arguments:sum_range,criteria_range1,criteria1,[criteria_range2,criteria2],…

Description:Returnsthevalueofsum_rangeaddedtogetherifallofthecorresponding
valuesinallcriteria_rangemeetsallcriteria.

background image

SUMPRODUCT

Arguments:array1,[array2],…

Description:Returnsthesumofcorrespondingvaluesinarraysmultipliedtogether.

background image

SUMSQ

Arguments:number1,[number2],…

Description:Returnsthesumofthenumberargumentssquared.Numberargumentsare
squaredfirstandthenaddedtogether.

background image

TRUNC

Arguments:number,[num_digits]

Description:Returnsnumbertruncatedorcutofftothenumberofdecimalplacesin
num_digits.Ifnum_digitsisleftblank,thennumberistruncatedtoaninteger.
Truncationdoesnotinvolverounding.

background image

StatisticalFunctions

AVERAGE

Arguments:number1,[number2],…

Description:Returnsthearithmeticmeanofthenumberarguments.

background image

AVERAGEIF

Arguments:range,criteria,[average_range]

Description:Returnsthearithmeticmeanoftheaverage_rangeifthecorrespondingvalue
inrangemeetsthecriteria.

background image

AVERAGEIFS

Arguments:average_range,criteria_range1,criteria1,[criteria_range2,criteria2],…

Description:Returnsthearithmeticmeanoftheaverage_rangeifallofthecorresponding
valuesincriteria_rangemeetthecriteria.

background image

CORREL

Arguments:array1,array2

Description:Returnsthecorrelationcoefficientbetweenthetwodatasetsarray1and
array2.

background image

COUNT

Arguments:value1,[value2],…

Description:Returnsthenumberofcellsinarange(value1,value2,…)withnumbers.

background image

COUNTA

Arguments:value1,[value2],…

Description:Returnsthenumberofcellsinarange(value1,value2,…)thatarenot
empty.

background image

COUNTBLANK

Arguments:range

Description:Returnsthenumberofcellsinrangethatareempty.

background image

COUNTIF

Arguments:range,criteria

Description:Returnsthenumberofcellsinarangethatmeetthespecifiedcriteria.

background image

COUNTIFS

Arguments:criteria_range1,criteria1,[criteria_range2,criteria2],…

Description:Returnsthenumberofcellsthatmeetallofthespecifiedcriteriaintheir
respectivecriteria_ranges.

background image

FORECAST

Arguments:x,known_y’s,known_x’s

Description:Returnsafuturevalueatpointxalongalineartrendusingexistingdata
(known_y’sandknown_x’s).

background image

F.TEST

Arguments:array1,array2

Description:ReturnstheresultoftheF-Testwhichmeasurestheprobabilitythatthe
variancesoftwoarraysarenotsignificantlydifferent.

background image

INTERCEPT

Arguments:known_y’s,known_x’s

Description:Returnsthepointatwhichalinewillintersectthey-axisusinglinear
regressionofknown_y’sandknown_x’s.

background image

LARGE

Arguments:array,k

Description:Returnsthek-thlargestvalueintherangearray.

background image

MAX

Arguments:number1,[number2],…

Description:Returnsthelargestvalueinarange(number1,number2,…).

background image

MEDIAN

Arguments:number1,[number2],…

Description:Returnsthemedianofthevaluesinarange(number1,number2,…).

background image

MIN

Arguments:number1,[number2],…

Description:Returnsthesmallestvalueinarange(number1,number2,…).

background image

MODE.MULT

Arguments:number1,[number2],…

Description:Returnsaverticalarrayofthemostcommonlyoccurringvaluesinthe
number1,number2,…Highlightthenumberofcellsinacolumntoreturn,thenpress
control-shift-entersimultaneouslytoenterasanarrayfunction.

background image

MODE.SNGL

Arguments:number1,[number2],…

Description:Returnsthemostcommonvalueinthenumber1,number2,…array.

background image

PEARSON

Arguments:known_y’s,known_x’s

Description:ReturnsthePearsonProductMomentCoefficientofknown_y’sand
known_x’s.ThePearsonProductMomentCoefficientisabbreviatedR.

background image

PERCENTILE.INC

Arguments:array,k

Description:Returnsthevaluelocatedatthekthpercentileofanarray.
PERCENTILE.EXCisslightlymoreaccuratethanPERCENTILE.INCbutitwillonly
workifkisbetween1/nand1-1/nwherenisthenumberofelementsinarray.

background image

PERCENTILE.EXC

Arguments:array,k

Description:Returnsthevaluelocatedatthekthpercentileofanarray.
PERCENTILE.INCisslightlylessaccuratethanPERCENTILE.EXCbutitwillworkfor
avalueofkbetween0and1.

background image

PERCENTRANK.INC

Arguments:array,x,[significance]

Description:Returnsthepercentagerankofavaluexinanarray.Inclusiveofthedata
set.

background image

PERCENTRANK.EXC

Arguments:array,x,[significance]

Description:Returnsthepercentagerankofavaluexinanarray.Exclusiveofthedata
set.

background image

QUARTILE.EXC

Arguments:array,quart

Description:Returnstheexclusivequart(0-4)quartileoftherangearray.

background image

QUARTILE.INC

Arguments:array,quart

Description:Returnstheinclusivequart(0-4)quartileoftherangearray.

background image

RANK.AVG

Arguments:number,ref,[order]

Description:Returnstherankofanumberinrangerefsortedascendingordescending
basedonorder.Ifmultipleranksarefound,theaveragerankisreturned.Iforderisleft
blank,theorderwillbeascending.

background image

RANK.EQ

Arguments:number,ref,[order]

Description:Returnstherankofanumberinrangerefsortedascendingordescending
basedonorder.Ifmultipleranksarefound,thetoprankisreturned.Iforderisleft
blank,theorderwillbeascending.

background image

RSQ

Arguments:known_y’s,known_x’s

Description:ReturnsthesquareofthePearsonProductMomentCoefficientofknown_y’s
andknown_x’s.KnownasR-squared.

background image

SLOPE

Arguments:known_y’s,known_x’s

Description:Returnstheslopeofalineusinglinearregressionofknown_y’sand
known_x’s.

background image

SMALL

Arguments:array,k

Description:Returnsthek-thsmallestvalueintherangearray.

background image

TRIMMEAN

Arguments:array,percent

Description:Returnsthearithmeticmeanoftheinteriorpercentofrangearray.

background image

T.TEST

Arguments:array1,array2,tails,type

Description:ReturnstheprobabilityofaStudent’sT-Testcomparingtheaverageof
array1andarray2withnumberoftailsandtype.

background image

Z.TEST

Arguments:array,x,[sigma]

Description:Returnstheone-tailedvalueofaZ-Testofarraywithvaluexandsigma
levelsigma.

background image

background image

TextFunctions

Whatisastring?

Incomputerlingo,aseriesoftextcharactersiscalledastring.Astringcanbecomposed
ofletters,numbers,orsymbols.

background image

CLEAN

Arguments:text

Description:Returnstextwithallnon-printablecharactersremoved.

background image

CONCATENATE

Arguments:text1,text2,etc.

Description:Returnsthecombinationofmultipletextstrings.

background image

EXACT

Arguments:text1,text2

Description:ReturnsTRUEiftwotextstringsareexactlythesame(including
upper/lowercase).

background image

FIND

Arguments:find_text,within_text,start_num

Description:Findsonestring(find_text)withinanotherstring(within_text).Canspecify
wheretostartlookingwithstart_num.

background image

LEFT

Arguments:text,num_chars

Description:Returnstheleftmostnum_charsofthetextstring.

background image

LOWER

Arguments:text

Description:Returnstextwithalllettersinlowercase.

background image

MID

Arguments:text,start_num,num_chars

Description:Returnsthenum_charsofthetextstringstartingatstart_num.

background image

PROPER

Arguments:text

Description:Returnstextwiththefirstletterineachwordinuppercaseandtherestto
lowercase.

background image

REPLACE

Arguments:old_text,start_num,num_chars,new_text

Description:Replacesnum_charscharactersstartingatstart_numofold_textwith
new_text.

background image

RIGHT

Arguments:text,num_chars

Description:Returnstherightmostnum_charsofthetextstring.

background image

SEARCH

Arguments:find_text,within_text,start_num

Description:Findsonestring(find_text)withinanotherstring(within_text).Canspecify
wheretostartlookingwithstart_num.SEARCHismoreversatilethanFIND.FINDis
casesensitivewhereSEARCHisnot.SEARCHalsoacceptsthewildcardcharacters?for
singleand*formultiplecharacters.

background image

TEXT

Arguments:value,format_text

Description:Returnsvaluereformattedaccordingtotheformat_textspecified.

background image

TRIM

Arguments:text

Description:Returnstextwithallspacesremovedexceptforasinglespacebetween
words.

background image

UPPER

Arguments:text

Description:Returnstextwithalllettersinuppercase.

background image

AbouttheAuthor

ScottRatliffholdsaBachelor’sofSciencedegreeinMaterialsScienceand

EngineeringfromtheUniversityofKentucky.HeisalsoacertifiedMicrosoftExcel2013
Expert.HeisworkingtowardshisSixSigmaBlackBeltaccreditationwithafocuson
LeanManufacturingImprovements.HelivesinKentuckywithhiswifeandtwo
daughters.FindhisentirelistofLeanExcelBooksonhiswebsite

www.LeanExcelBooks.com

.

background image

background image

OtherBooksbyScottRatliff

LeanExcel:DynamicCharts

Eliminateunnecessarystepsanddrawdata-basedconclusionsfasterbycreatingdynamic
chartsinMicrosoftExcel!Chartsthatupdateautomaticallywhenyouaddordeletedata.
ThiseBookcontainsadetailedprocedureonhowtocreatedynamicchartsaswellasafull
explanationofeachstepforyourlearning.Alsoincludedisadownloadabletemplatewith
threetypesofdynamicchartsinplacesoyoucanseethefinalresultaswellasaprintable
one-pagevisualinstructionguidetokeepatyourdesktohaveanytimeyouneedit!
Increaseyourproductivityimmediately!RequiresMicrosoftExcel97ornewer.
Availableonboth

AmazonKindle

and

iBooks

.

background image

Alleluia:FamilyWorshipNotebook

UsetheAlleluia:FamilyWorshipNotebooktohelpyouandyourfamilygrowcloserto
GodandmoreknowledgeableaboutHisWord!Theincludedtoolsprovideastructured
formatyouandyourfamilycanusetorecord,review,andretaintheworshipservicesof
yourlocalchurch.Differentlevelnotebookpagesareincludedforgrade1throughadults.
FamilyBiblestudyquestionsareincludedtohelpstartorrestartyourfamilyBiblestudies.
Availableonboth

AmazonKindle

and

iBooks

.


Document Outline


Wyszukiwarka

Podobne podstrony:
w cusb31 Microsoft Excel 2013 Quick Reference Guide
For Dummies Visual Studio NET C++ for Dummies Quick Reference Guide
BPMN Quick Reference Guide
2007 Nissan Maxima Quick Reference Guide
HONDA Music Link Quick Reference Guide
w cusbXX Microsoft Excel 2010 Free Quick Reference Card
Commodore 64 BASIC Quick Reference Guide
quick reference guide
Electric Starter Quick Reference Guide for engines built after 1976 BRIGGS & STRATTON
2008 Versa Quick Reference Guide
Life Skills Kenrick Cleveland Maximum Persuasion Quick Reference Guide
Quick Reference Guide
HARP Monsters A Field Guide Quick Reference
A Quick Start Guide to Monitor Profiling with Lprof
EXCEL 2016 QUICK START GUIDE
Audi TB 01 03 05 Readiness Quick Reference
0400 Function description B Operating principle with function diagram Auxiliary heater Models 124,

więcej podobnych podstron