You are here

165 calls to PHPExcel_Calculation_Functions::VALUE() in Loft Data Grids 6.2

FunctionsTest::testVALUE in vendor/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Calculation/FunctionsTest.php
PHPExcel_Calculation::calculateCellValue in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation.php
* Calculate the value of a cell formula * * @access public *
PHPExcel_Calculation::_executeNumericBinaryOperation in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation.php
PHPExcel_Calculation_DateTime::DATE in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/DateTime.php
* DATE * * The DATE function returns a value that represents a particular date. * * NOTE: When used in a Cell Formula, MS Excel changes the cell format so that it matches the date * format of your regional settings. PHPExcel does not change…
PHPExcel_Calculation_DateTime::DATEDIF in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/DateTime.php
* DATEDIF * *
PHPExcel_Calculation_DateTime::DATEVALUE in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/DateTime.php
* DATEVALUE * * Returns a value that represents a particular date. * Use DATEVALUE to convert a date represented by a text string to an Excel or PHP date/time stamp * value. * * NOTE: When used in a Cell Formula, MS Excel changes the cell…
PHPExcel_Calculation_DateTime::DAYOFMONTH in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/DateTime.php
* DAYOFMONTH * * Returns the day of the month, for a specified date. The day is given as an integer * ranging from 1 to 31. * * Excel Function: * DAY(dateValue) * *
PHPExcel_Calculation_DateTime::DAYOFWEEK in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/DateTime.php
* DAYOFWEEK * * Returns the day of the week for a specified date. The day is given as an integer * ranging from 0 to 7 (dependent on the requested style). * * Excel Function: * WEEKDAY(dateValue[,style]) * *
PHPExcel_Calculation_DateTime::DAYS360 in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/DateTime.php
* DAYS360 * * Returns the number of days between two dates based on a 360-day year (twelve 30-day months), * which is used in some accounting calculations. Use this function to help compute payments if * your accounting system is based on…
PHPExcel_Calculation_DateTime::EDATE in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/DateTime.php
* EDATE * * Returns the serial number that represents the date that is the indicated number of months * before or after a specified date (the start_date). * Use EDATE to calculate maturity dates or due dates that fall on the same day of the…
PHPExcel_Calculation_DateTime::EOMONTH in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/DateTime.php
* EOMONTH * * Returns the date value for the last day of the month that is the indicated number of months * before or after start_date. * Use EOMONTH to calculate maturity dates or due dates that fall on the last day of the month. * *…
PHPExcel_Calculation_DateTime::HOUROFDAY in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/DateTime.php
* HOUROFDAY * * Returns the hour of a time value. * The hour is given as an integer, ranging from 0 (12:00 A.M.) to 23 (11:00 P.M.). * * Excel Function: * HOUR(timeValue) * *
PHPExcel_Calculation_DateTime::MINUTEOFHOUR in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/DateTime.php
* MINUTEOFHOUR * * Returns the minutes of a time value. * The minute is given as an integer, ranging from 0 to 59. * * Excel Function: * MINUTE(timeValue) * *
PHPExcel_Calculation_DateTime::MONTHOFYEAR in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/DateTime.php
* MONTHOFYEAR * * Returns the month of a date represented by a serial number. * The month is given as an integer, ranging from 1 (January) to 12 (December). * * Excel Function: * MONTH(dateValue) * *
PHPExcel_Calculation_DateTime::NETWORKDAYS in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/DateTime.php
* NETWORKDAYS * * Returns the number of whole working days between start_date and end_date. Working days * exclude weekends and any dates identified in holidays. * Use NETWORKDAYS to calculate employee benefits that accrue based on the number…
PHPExcel_Calculation_DateTime::SECONDOFMINUTE in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/DateTime.php
* SECONDOFMINUTE * * Returns the seconds of a time value. * The second is given as an integer in the range 0 (zero) to 59. * * Excel Function: * SECOND(timeValue) * *
PHPExcel_Calculation_DateTime::TIME in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/DateTime.php
* TIME * * The TIME function returns a value that represents a particular time. * * NOTE: When used in a Cell Formula, MS Excel changes the cell format so that it matches the time * format of your regional settings. PHPExcel does not change…
PHPExcel_Calculation_DateTime::TIMEVALUE in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/DateTime.php
* TIMEVALUE * * Returns a value that represents a particular time. * Use TIMEVALUE to convert a time represented by a text string to an Excel or PHP date/time stamp * value. * * NOTE: When used in a Cell Formula, MS Excel changes the cell…
PHPExcel_Calculation_DateTime::WEEKOFYEAR in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/DateTime.php
* WEEKOFYEAR * * Returns the week of the year for a specified date. * The WEEKNUM function considers the week containing January 1 to be the first week of the year. * However, there is a European standard that defines the first week as the one…
PHPExcel_Calculation_DateTime::WORKDAY in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/DateTime.php
* WORKDAY * * Returns the date that is the indicated number of working days before or after a date (the * starting date). Working days exclude weekends and any dates identified as holidays. * Use WORKDAY to exclude weekends or holidays when…
PHPExcel_Calculation_DateTime::YEAR in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/DateTime.php
* YEAR * * Returns the year corresponding to a date. * The year is returned as an integer in the range 1900-9999. * * Excel Function: * YEAR(dateValue) * *
PHPExcel_Calculation_DateTime::YEARFRAC in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/DateTime.php
* YEARFRAC * * Calculates the fraction of the year represented by the number of whole days between two dates * (the start_date and the end_date). * Use the YEARFRAC worksheet function to identify the proportion of a whole year's benefits…
PHPExcel_Calculation_DateTime::_getDateValue in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/DateTime.php
* _getDateValue * *
PHPExcel_Calculation_Engineering::BESSELI in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
* BESSELI * * Returns the modified Bessel function In(x), which is equivalent to the Bessel function evaluated * for purely imaginary arguments * * Excel Function: * BESSELI(x,ord) * * @access public * @category Engineering…
PHPExcel_Calculation_Engineering::BESSELJ in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
* BESSELJ * * Returns the Bessel function * * Excel Function: * BESSELJ(x,ord) * * @access public * @category Engineering Functions *
PHPExcel_Calculation_Engineering::BESSELK in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
* BESSELK * * Returns the modified Bessel function Kn(x), which is equivalent to the Bessel functions evaluated * for purely imaginary arguments. * * Excel Function: * BESSELK(x,ord) * * @access public * @category Engineering…
PHPExcel_Calculation_Engineering::BESSELY in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
* BESSELY * * Returns the Bessel function, which is also called the Weber function or the Neumann function. * * Excel Function: * BESSELY(x,ord) * * @access public * @category Engineering Functions *
PHPExcel_Calculation_Engineering::BINTODEC in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
* BINTODEC * * Return a binary value as decimal. * * Excel Function: * BIN2DEC(x) * * @access public * @category Engineering Functions *
PHPExcel_Calculation_Engineering::BINTOHEX in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
* BINTOHEX * * Return a binary value as hex. * * Excel Function: * BIN2HEX(x[,places]) * * @access public * @category Engineering Functions *
PHPExcel_Calculation_Engineering::BINTOOCT in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
* BINTOOCT * * Return a binary value as octal. * * Excel Function: * BIN2OCT(x[,places]) * * @access public * @category Engineering Functions *
PHPExcel_Calculation_Engineering::COMPLEX in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
* COMPLEX * * Converts real and imaginary coefficients into a complex number of the form x + yi or x + yj. * * Excel Function: * COMPLEX(realNumber,imaginary[,places]) * * @access public * @category Engineering Functions *
PHPExcel_Calculation_Engineering::CONVERTUOM in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
* CONVERTUOM * * Converts a number from one measurement system to another. * For example, CONVERT can translate a table of distances in miles to a table of distances * in kilometers. * * Excel Function: * CONVERT(value,fromUOM,toUOM) …
PHPExcel_Calculation_Engineering::DECTOBIN in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
* DECTOBIN * * Return a decimal value as binary. * * Excel Function: * DEC2BIN(x[,places]) * * @access public * @category Engineering Functions *
PHPExcel_Calculation_Engineering::DECTOHEX in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
* DECTOHEX * * Return a decimal value as hex. * * Excel Function: * DEC2HEX(x[,places]) * * @access public * @category Engineering Functions *
PHPExcel_Calculation_Engineering::DECTOOCT in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
* DECTOOCT * * Return an decimal value as octal. * * Excel Function: * DEC2OCT(x[,places]) * * @access public * @category Engineering Functions *
PHPExcel_Calculation_Engineering::ERF in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
* ERF * * Returns the error function integrated between the lower and upper bound arguments. * * Note: In Excel 2007 or earlier, if you input a negative value for the upper or lower bound arguments, * the function would return a #NUM!…
PHPExcel_Calculation_Engineering::ERFC in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
* ERFC * * Returns the complementary ERF function integrated between x and infinity * * Note: In Excel 2007 or earlier, if you input a negative value for the lower bound argument, * the function would return a #NUM! error. However, in Excel…
PHPExcel_Calculation_Engineering::HEXTOBIN in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
* HEXTOBIN * * Return a hex value as binary. * * Excel Function: * HEX2BIN(x[,places]) * * @access public * @category Engineering Functions *
PHPExcel_Calculation_Engineering::HEXTODEC in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
* HEXTODEC * * Return a hex value as decimal. * * Excel Function: * HEX2DEC(x) * * @access public * @category Engineering Functions *
PHPExcel_Calculation_Engineering::HEXTOOCT in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
* HEXTOOCT * * Return a hex value as octal. * * Excel Function: * HEX2OCT(x[,places]) * * @access public * @category Engineering Functions *
PHPExcel_Calculation_Engineering::IMPOWER in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
* IMPOWER * * Returns a complex number in x + yi or x + yj text format raised to a power. * * Excel Function: * IMPOWER(complexNumber,realNumber) * *
PHPExcel_Calculation_Engineering::IMSUM in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
* IMSUM * * Returns the sum of two or more complex numbers in x + yi or x + yj text format. * * Excel Function: * IMSUM(complexNumber[,complexNumber[,...]]) * *
PHPExcel_Calculation_Engineering::OCTTOBIN in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
* OCTTOBIN * * Return an octal value as binary. * * Excel Function: * OCT2BIN(x[,places]) * * @access public * @category Engineering Functions *
PHPExcel_Calculation_Engineering::OCTTODEC in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
* OCTTODEC * * Return an octal value as decimal. * * Excel Function: * OCT2DEC(x) * * @access public * @category Engineering Functions *
PHPExcel_Calculation_Engineering::OCTTOHEX in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
* OCTTOHEX * * Return an octal value as hex. * * Excel Function: * OCT2HEX(x[,places]) * * @access public * @category Engineering Functions *
PHPExcel_Calculation_Financial::ACCRINT in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* ACCRINT * * Returns the accrued interest for a security that pays periodic interest. * * Excel Function: * ACCRINT(issue,firstinterest,settlement,rate,par,frequency[,basis]) * * @access public * @category Financial Functions *
PHPExcel_Calculation_Financial::ACCRINTM in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* ACCRINTM * * Returns the accrued interest for a security that pays interest at maturity. * * Excel Function: * ACCRINTM(issue,settlement,rate[,par[,basis]]) * * @access public * @category Financial Functions *
PHPExcel_Calculation_Financial::COUPDAYBS in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* COUPDAYBS * * Returns the number of days from the beginning of the coupon period to the settlement date. * * Excel Function: * COUPDAYBS(settlement,maturity,frequency[,basis]) * * @access public * @category Financial Functions *
PHPExcel_Calculation_Financial::COUPDAYS in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* COUPDAYS * * Returns the number of days in the coupon period that contains the settlement date. * * Excel Function: * COUPDAYS(settlement,maturity,frequency[,basis]) * * @access public * @category Financial Functions *
PHPExcel_Calculation_Financial::COUPDAYSNC in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* COUPDAYSNC * * Returns the number of days from the settlement date to the next coupon date. * * Excel Function: * COUPDAYSNC(settlement,maturity,frequency[,basis]) * * @access public * @category Financial Functions *
PHPExcel_Calculation_Financial::COUPNCD in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* COUPNCD * * Returns the next coupon date after the settlement date. * * Excel Function: * COUPNCD(settlement,maturity,frequency[,basis]) * * @access public * @category Financial Functions *
PHPExcel_Calculation_Financial::COUPNUM in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* COUPNUM * * Returns the number of coupons payable between the settlement date and maturity date, * rounded up to the nearest whole coupon. * * Excel Function: * COUPNUM(settlement,maturity,frequency[,basis]) * * @access public *…
PHPExcel_Calculation_Financial::COUPPCD in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* COUPPCD * * Returns the previous coupon date before the settlement date. * * Excel Function: * COUPPCD(settlement,maturity,frequency[,basis]) * * @access public * @category Financial Functions *
PHPExcel_Calculation_Financial::CUMIPMT in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* CUMIPMT * * Returns the cumulative interest paid on a loan between the start and end periods. * * Excel Function: * CUMIPMT(rate,nper,pv,start,end[,type]) * * @access public * @category Financial Functions *
PHPExcel_Calculation_Financial::CUMPRINC in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* CUMPRINC * * Returns the cumulative principal paid on a loan between the start and end periods. * * Excel Function: * CUMPRINC(rate,nper,pv,start,end[,type]) * * @access public * @category Financial Functions *
PHPExcel_Calculation_Financial::DB in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* DB * * Returns the depreciation of an asset for a specified period using the * fixed-declining balance method. * This form of depreciation is used if you want to get a higher depreciation value * at the beginning of the depreciation (as…
PHPExcel_Calculation_Financial::DDB in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* DDB * * Returns the depreciation of an asset for a specified period using the * double-declining balance method or some other method you specify. * * Excel Function: * DDB(cost,salvage,life,period[,factor]) * * @access public *…
PHPExcel_Calculation_Financial::DISC in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* DISC * * Returns the discount rate for a security. * * Excel Function: * DISC(settlement,maturity,price,redemption[,basis]) * * @access public * @category Financial Functions *
PHPExcel_Calculation_Financial::INTRATE in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* INTRATE * * Returns the interest rate for a fully invested security. * * Excel Function: * INTRATE(settlement,maturity,investment,redemption[,basis]) * *
PHPExcel_Calculation_Financial::IPMT in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* IPMT * * Returns the interest payment for a given period for an investment based on periodic, constant payments and a constant interest rate. * * Excel Function: * IPMT(rate,per,nper,pv[,fv][,type]) * *
PHPExcel_Calculation_Financial::IRR in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* IRR * * Returns the internal rate of return for a series of cash flows represented by the numbers in values. * These cash flows do not have to be even, as they would be for an annuity. However, the cash flows must occur * at regular…
PHPExcel_Calculation_Financial::MIRR in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* MIRR * * Returns the modified internal rate of return for a series of periodic cash flows. MIRR considers both * the cost of the investment and the interest received on reinvestment of cash. * * Excel Function: …
PHPExcel_Calculation_Financial::PPMT in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* PPMT * * Returns the interest payment for a given period for an investment based on periodic, constant payments and a constant interest rate. * *
PHPExcel_Calculation_Financial::PRICE in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
PHPExcel_Calculation_Financial::PRICEDISC in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* PRICEDISC * * Returns the price per $100 face value of a discounted security. * *
PHPExcel_Calculation_Financial::PRICEMAT in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* PRICEMAT * * Returns the price per $100 face value of a security that pays interest at maturity. * *
PHPExcel_Calculation_Financial::RECEIVED in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* RECEIVED * * Returns the price per $100 face value of a discounted security. * *
PHPExcel_Calculation_Financial::SLN in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* SLN * * Returns the straight-line depreciation of an asset for one period * *
PHPExcel_Calculation_Financial::SYD in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* SYD * * Returns the sum-of-years' digits depreciation of an asset for a specified period. * *
PHPExcel_Calculation_Financial::TBILLEQ in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* TBILLEQ * * Returns the bond-equivalent yield for a Treasury bill. * *
PHPExcel_Calculation_Financial::TBILLPRICE in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* TBILLPRICE * * Returns the yield for a Treasury bill. * *
PHPExcel_Calculation_Financial::TBILLYIELD in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* TBILLYIELD * * Returns the yield for a Treasury bill. * *
PHPExcel_Calculation_Financial::XIRR in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
PHPExcel_Calculation_Financial::XNPV in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* XNPV * * Returns the net present value for a schedule of cash flows that is not necessarily periodic. * To calculate the net present value for a series of cash flows that is periodic, use the NPV function. * * Excel Function: …
PHPExcel_Calculation_Financial::YIELDDISC in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* YIELDDISC * * Returns the annual yield of a security that pays interest at maturity. * *
PHPExcel_Calculation_Financial::YIELDMAT in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* YIELDMAT * * Returns the annual yield of a security that pays interest at maturity. * *
PHPExcel_Calculation_Functions::IS_EVEN in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Functions.php
* IS_EVEN * *
PHPExcel_Calculation_Functions::IS_ODD in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Functions.php
* IS_ODD * *
PHPExcel_Calculation_Logical::LOGICAL_AND in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Logical.php
* LOGICAL_AND * * Returns boolean TRUE if all its arguments are TRUE; returns FALSE if one or more argument is FALSE. * * Excel Function: * =AND(logical1[,logical2[, ...]]) * * The arguments must evaluate to logical values such as TRUE…
PHPExcel_Calculation_Logical::LOGICAL_OR in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Logical.php
* LOGICAL_OR * * Returns boolean TRUE if any argument is TRUE; returns FALSE if all arguments are FALSE. * * Excel Function: * =OR(logical1[,logical2[, ...]]) * * The arguments must evaluate to logical values such as TRUE or FALSE, or…
PHPExcel_Calculation_Logical::NOT in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Logical.php
* NOT * * Returns the boolean inverse of the argument. * * Excel Function: * =NOT(logical) * * The argument must evaluate to a logical value such as TRUE or FALSE * * Boolean arguments are treated as True or False as appropriate …
PHPExcel_Calculation_LookupRef::CELL_ADDRESS in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/LookupRef.php
* CELL_ADDRESS * * Creates a cell address as text, given specified row and column numbers. * * Excel Function: * =ADDRESS(row, column, [relativity], [referenceStyle], [sheetText]) * *
PHPExcel_Calculation_LookupRef::CHOOSE in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/LookupRef.php
* CHOOSE * * Uses lookup_value to return a value from the list of value arguments. * Use CHOOSE to select one of up to 254 values based on the lookup_value. * * Excel Function: * =CHOOSE(index_num, value1, [value2], ...) * *
PHPExcel_Calculation_LookupRef::COLUMNS in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/LookupRef.php
* COLUMNS * * Returns the number of columns in an array or reference. * * Excel Function: * =COLUMNS(cellAddress) * *
PHPExcel_Calculation_LookupRef::HLOOKUP in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/LookupRef.php
HLOOKUP The HLOOKUP function searches for value in the top-most row of lookup_array and returns the value in the same column based on the index_number.
PHPExcel_Calculation_LookupRef::INDEX in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/LookupRef.php
* INDEX * * Uses an index to choose a value from a reference or array * * Excel Function: * =INDEX(range_array, row_num, [column_num]) * *
PHPExcel_Calculation_LookupRef::ROWS in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/LookupRef.php
* ROWS * * Returns the number of rows in an array or reference. * * Excel Function: * =ROWS(cellAddress) * *
PHPExcel_Calculation_LookupRef::VLOOKUP in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/LookupRef.php
* VLOOKUP * The VLOOKUP function searches for value in the left-most column of lookup_array and returns the value in the same row based on the index_number. *
PHPExcel_Calculation_MathTrig::ATAN2 in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/MathTrig.php
* ATAN2 * * This function calculates the arc tangent of the two variables x and y. It is similar to * calculating the arc tangent of y ÷ x, except that the signs of both arguments are used * to determine the quadrant of the result. * The…
PHPExcel_Calculation_MathTrig::CEILING in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/MathTrig.php
* CEILING * * Returns number rounded up, away from zero, to the nearest multiple of significance. * For example, if you want to avoid using pennies in your prices and your product is * priced at $4.42, use the formula =CEILING(4.42,0.05) to…
PHPExcel_Calculation_MathTrig::COMBIN in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/MathTrig.php
* COMBIN * * Returns the number of combinations for a given number of items. Use COMBIN to * determine the total possible number of groups for a given number of items. * * Excel Function: * COMBIN(numObjs,numInSet) * *…
PHPExcel_Calculation_MathTrig::EVEN in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/MathTrig.php
* EVEN * * Returns number rounded up to the nearest even integer. * You can use this function for processing items that come in twos. For example, * a packing crate accepts rows of one or two items. The crate is full when * the number of…
PHPExcel_Calculation_MathTrig::FACT in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/MathTrig.php
* FACT * * Returns the factorial of a number. * The factorial of a number is equal to 1*2*3*...* number. * * Excel Function: * FACT(factVal) * * @access public * @category Mathematical and Trigonometric Functions *
PHPExcel_Calculation_MathTrig::FACTDOUBLE in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/MathTrig.php
* FACTDOUBLE * * Returns the double factorial of a number. * * Excel Function: * FACTDOUBLE(factVal) * * @access public * @category Mathematical and Trigonometric Functions *
PHPExcel_Calculation_MathTrig::FLOOR in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/MathTrig.php
* FLOOR * * Rounds number down, toward zero, to the nearest multiple of significance. * * Excel Function: * FLOOR(number[,significance]) * * @access public * @category Mathematical and Trigonometric Functions *
PHPExcel_Calculation_MathTrig::GCD in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/MathTrig.php
* GCD * * Returns the greatest common divisor of a series of numbers. * The greatest common divisor is the largest integer that divides both * number1 and number2 without a remainder. * * Excel Function: * GCD(number1[,number2[,…
PHPExcel_Calculation_MathTrig::INT in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/MathTrig.php
* INT * * Casts a floating point value to an integer * * Excel Function: * INT(number) * * @access public * @category Mathematical and Trigonometric Functions *
PHPExcel_Calculation_MathTrig::LCM in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/MathTrig.php
* LCM * * Returns the lowest common multiplier of a series of numbers * The least common multiple is the smallest positive integer that is a multiple * of all integer arguments number1, number2, and so on. Use LCM to add fractions * with…
PHPExcel_Calculation_MathTrig::LOG_BASE in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/MathTrig.php
* LOG_BASE * * Returns the logarithm of a number to a specified base. The default base is 10. * * Excel Function: * LOG(number[,base]) * * @access public * @category Mathematical and Trigonometric Functions *
PHPExcel_Calculation_MathTrig::MDETERM in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/MathTrig.php
* MDETERM * * Returns the matrix determinant of an array. * * Excel Function: * MDETERM(array) * * @access public * @category Mathematical and Trigonometric Functions *
PHPExcel_Calculation_MathTrig::MINVERSE in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/MathTrig.php
* MINVERSE * * Returns the inverse matrix for the matrix stored in an array. * * Excel Function: * MINVERSE(array) * * @access public * @category Mathematical and Trigonometric Functions *
PHPExcel_Calculation_MathTrig::MMULT in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/MathTrig.php
* MMULT * *
PHPExcel_Calculation_MathTrig::MROUND in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/MathTrig.php
* MROUND * * Rounds a number to the nearest multiple of a specified value * *
PHPExcel_Calculation_MathTrig::MULTINOMIAL in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/MathTrig.php
* MULTINOMIAL * * Returns the ratio of the factorial of a sum of values to the product of factorials. * *
PHPExcel_Calculation_MathTrig::ODD in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/MathTrig.php
* ODD * * Returns number rounded up to the nearest odd integer. * *
PHPExcel_Calculation_MathTrig::ROMAN in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/MathTrig.php
PHPExcel_Calculation_MathTrig::ROUNDDOWN in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/MathTrig.php
* ROUNDDOWN * * Rounds a number down to a specified number of decimal places * *
PHPExcel_Calculation_MathTrig::ROUNDUP in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/MathTrig.php
* ROUNDUP * * Rounds a number up to a specified number of decimal places * *
PHPExcel_Calculation_MathTrig::SERIESSUM in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/MathTrig.php
* SERIESSUM * * Returns the sum of a power series * *
PHPExcel_Calculation_MathTrig::SIGN in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/MathTrig.php
* SIGN * * Determines the sign of a number. Returns 1 if the number is positive, zero (0) * if the number is 0, and -1 if the number is negative. * *
PHPExcel_Calculation_MathTrig::SQRTPI in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/MathTrig.php
* SQRTPI * * Returns the square root of (number * pi). * *
PHPExcel_Calculation_MathTrig::SUBTOTAL in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/MathTrig.php
* SUBTOTAL * * Returns a subtotal in a list or database. * *
PHPExcel_Calculation_MathTrig::SUMPRODUCT in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/MathTrig.php
* SUMPRODUCT * * Excel Function: * SUMPRODUCT(value1[,value2[, ...]]) * * @access public * @category Mathematical and Trigonometric Functions *
PHPExcel_Calculation_MathTrig::TRUNC in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/MathTrig.php
* TRUNC * * Truncates value to the number of fractional digits by number_digits. * *
PHPExcel_Calculation_Statistical::BETADIST in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* BETADIST * * Returns the beta distribution. * *
PHPExcel_Calculation_Statistical::BETAINV in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* BETAINV * * Returns the inverse of the beta distribution. * *
PHPExcel_Calculation_Statistical::BINOMDIST in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* BINOMDIST * * Returns the individual term binomial distribution probability. Use BINOMDIST in problems with * a fixed number of tests or trials, when the outcomes of any trial are only success or failure, * when trials are independent, and…
PHPExcel_Calculation_Statistical::CHIDIST in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* CHIDIST * * Returns the one-tailed probability of the chi-squared distribution. * *
PHPExcel_Calculation_Statistical::CHIINV in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* CHIINV * * Returns the one-tailed probability of the chi-squared distribution. * *
PHPExcel_Calculation_Statistical::CONFIDENCE in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* CONFIDENCE * * Returns the confidence interval for a population mean * *
PHPExcel_Calculation_Statistical::CORREL in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* CORREL * * Returns covariance, the average of the products of deviations for each data point pair. * *
PHPExcel_Calculation_Statistical::COVAR in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* COVAR * * Returns covariance, the average of the products of deviations for each data point pair. * *
PHPExcel_Calculation_Statistical::CRITBINOM in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* CRITBINOM * * Returns the smallest value for which the cumulative binomial distribution is greater * than or equal to a criterion value * * See http://support.microsoft.com/kb/828117/ for details of the algorithm used * *
PHPExcel_Calculation_Statistical::EXPONDIST in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* EXPONDIST * * Returns the exponential distribution. Use EXPONDIST to model the time between events, * such as how long an automated bank teller takes to deliver cash. For example, you can * use EXPONDIST to determine the probability that…
PHPExcel_Calculation_Statistical::FISHER in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* FISHER * * Returns the Fisher transformation at x. This transformation produces a function that * is normally distributed rather than skewed. Use this function to perform hypothesis * testing on the correlation coefficient. * *
PHPExcel_Calculation_Statistical::FISHERINV in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* FISHERINV * * Returns the inverse of the Fisher transformation. Use this transformation when * analyzing correlations between ranges or arrays of data. If y = FISHER(x), then * FISHERINV(y) = x. * *
PHPExcel_Calculation_Statistical::FORECAST in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* FORECAST * * Calculates, or predicts, a future value by using existing values. The predicted value is a y-value for a given x-value. * *
PHPExcel_Calculation_Statistical::GAMMADIST in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* GAMMADIST * * Returns the gamma distribution. * *
PHPExcel_Calculation_Statistical::GAMMAINV in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* GAMMAINV * * Returns the inverse of the beta distribution. * *
PHPExcel_Calculation_Statistical::GAMMALN in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* GAMMALN * * Returns the natural logarithm of the gamma function. * *
PHPExcel_Calculation_Statistical::HYPGEOMDIST in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* HYPGEOMDIST * * Returns the hypergeometric distribution. HYPGEOMDIST returns the probability of a given number of * sample successes, given the sample size, population successes, and population size. * *
PHPExcel_Calculation_Statistical::INTERCEPT in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* INTERCEPT * * Calculates the point at which a line will intersect the y-axis by using existing x-values and y-values. * *
PHPExcel_Calculation_Statistical::LARGE in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* LARGE * * Returns the nth largest value in a data set. You can use this function to * select a value based on its relative standing. * * Excel Function: * LARGE(value1[,value2[, ...]],entry) * * @access public * @category…
PHPExcel_Calculation_Statistical::LINEST in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* LINEST * * Calculates the statistics for a line by using the "least squares" method to calculate a straight line that best fits your data, * and then returns an array that describes the line. * *
PHPExcel_Calculation_Statistical::LOGEST in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* LOGEST * * Calculates an exponential curve that best fits the X and Y data series, * and then returns an array that describes the line. * *
PHPExcel_Calculation_Statistical::LOGINV in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* LOGINV * * Returns the inverse of the normal cumulative distribution * *
PHPExcel_Calculation_Statistical::LOGNORMDIST in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* LOGNORMDIST * * Returns the cumulative lognormal distribution of x, where ln(x) is normally distributed * with parameters mean and standard_dev. * *
PHPExcel_Calculation_Statistical::NEGBINOMDIST in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* NEGBINOMDIST * * Returns the negative binomial distribution. NEGBINOMDIST returns the probability that * there will be number_f failures before the number_s-th success, when the constant * probability of a success is probability_s. This…
PHPExcel_Calculation_Statistical::NORMDIST in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* NORMDIST * * Returns the normal distribution for the specified mean and standard deviation. This * function has a very wide range of applications in statistics, including hypothesis * testing. * *
PHPExcel_Calculation_Statistical::NORMINV in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* NORMINV * * Returns the inverse of the normal cumulative distribution for the specified mean and standard deviation. * *
PHPExcel_Calculation_Statistical::PERCENTILE in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* PERCENTILE * * Returns the nth percentile of values in a range.. * * Excel Function: * PERCENTILE(value1[,value2[, ...]],entry) * * @access public * @category Statistical Functions *
PHPExcel_Calculation_Statistical::PERMUT in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* PERMUT * * Returns the number of permutations for a given number of objects that can be * selected from number objects. A permutation is any set or subset of objects or * events where internal order is significant. Permutations are…
PHPExcel_Calculation_Statistical::POISSON in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* POISSON * * Returns the Poisson distribution. A common application of the Poisson distribution * is predicting the number of events over a specific time, such as the number of * cars arriving at a toll plaza in 1 minute. * *
PHPExcel_Calculation_Statistical::QUARTILE in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* QUARTILE * * Returns the quartile of a data set. * * Excel Function: * QUARTILE(value1[,value2[, ...]],entry) * * @access public * @category Statistical Functions *
PHPExcel_Calculation_Statistical::RSQ in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* RSQ * * Returns the square of the Pearson product moment correlation coefficient through data points in known_y's and known_x's. * *
PHPExcel_Calculation_Statistical::SLOPE in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* SLOPE * * Returns the slope of the linear regression line through data points in known_y's and known_x's. * *
PHPExcel_Calculation_Statistical::SMALL in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* SMALL * * Returns the nth smallest value in a data set. You can use this function to * select a value based on its relative standing. * * Excel Function: * SMALL(value1[,value2[, ...]],entry) * * @access public * @category…
PHPExcel_Calculation_Statistical::STANDARDIZE in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* STANDARDIZE * * Returns a normalized value from a distribution characterized by mean and standard_dev. * *
PHPExcel_Calculation_Statistical::STEYX in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* STEYX * * Returns the standard error of the predicted y-value for each x in the regression. * *
PHPExcel_Calculation_Statistical::TDIST in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* TDIST * * Returns the probability of Student's T distribution. * *
PHPExcel_Calculation_Statistical::TINV in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* TINV * * Returns the one-tailed probability of the chi-squared distribution. * *
PHPExcel_Calculation_Statistical::TRIMMEAN in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* TRIMMEAN * * Returns the mean of the interior of a data set. TRIMMEAN calculates the mean * taken by excluding a percentage of data points from the top and bottom tails * of a data set. * * Excel Function: * TRIMEAN(value1[,value2[,…
PHPExcel_Calculation_Statistical::VARA in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* VARA * * Estimates variance based on a sample, including numbers, text, and logical values * * Excel Function: * VARA(value1[,value2[, ...]]) * * @access public * @category Statistical Functions *
PHPExcel_Calculation_Statistical::VARPA in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* VARPA * * Calculates variance based on the entire population, including numbers, text, and logical values * * Excel Function: * VARPA(value1[,value2[, ...]]) * * @access public * @category Statistical Functions *
PHPExcel_Calculation_Statistical::WEIBULL in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* WEIBULL * * Returns the Weibull distribution. Use this distribution in reliability * analysis, such as calculating a device's mean time to failure. * *
PHPExcel_Calculation_TextData::ASCIICODE in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/TextData.php
* ASCIICODE * *
PHPExcel_Calculation_TextData::CHARACTER in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/TextData.php
* CHARACTER * *
PHPExcel_Calculation_TextData::LEFT in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/TextData.php
* LEFT * *
PHPExcel_Calculation_TextData::MID in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/TextData.php
* MID * *
PHPExcel_Calculation_TextData::RIGHT in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/TextData.php
* RIGHT * *
PHPExcel_Calculation_TextData::SEARCHINSENSITIVE in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/TextData.php
* SEARCHINSENSITIVE * *
PHPExcel_Calculation_TextData::SEARCHSENSITIVE in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/TextData.php
* SEARCHSENSITIVE * *
PHPExcel_Calculation_TextData::VALUE in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/TextData.php
* VALUE * *
PHPExcel_Calculation_TextData::_uniord in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/TextData.php
PHPExcel_Shared_Date::stringToExcel in vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/Date.php
* Convert a date/time string to Excel time * *