Loading...
 
Skip to main content

Features

Spreadsheets help Features
Add row after selection or to the end if no selectionAdd row before selection or to end if no selectionAdd multiple rows after selection or to the end if no selectionDelete selected rowAdd column after selection or to the end if no selectionAdd column before selection or to the end if no selectionAdd multiple columns after selection or to the end if no selectionDelete selected columnGet Cell Range
ABCDEFG
1Function Arguments Example Result Additional Information Sample # Sample Text
2ABS numbers_as_array "=ABS(F4)" 62 23 Hello World
3AVERAGE values_as_array "=AVERAGE(F4:F14)" 46.92307692307692 Synonym:?AVG 45 True
4CEILING numbers_as_array "=CEILING(F4:F14)" 6,21E+016 62 False
5COUNT html_as_string "=COUNT(F2:F14)" 13 108 To High
6DAYSFROM url_as_string "=DAYSFROM(2009,4,15)" -11 200 To Low
7DOLLAR numbers_as_array "=DOLLAR(F13)" $55.00 36 Perfect
8FALSE "=IF(F4 < 100, TRUE(), FALSE())" TRUE 17 number
9FIXED number, decimals, noCommas? "=FIXED(F4+F14)" 41.00 Two decimal places 99 numbers_as_array
10FLOOR numbers_as_array "=FLOOR(F4-F5)" -46 Synonym: INT 100 values_as_array
11HYPERLINK "=HYPERLINK("http://www.jquery.com", "jQuery's website")" jQuery's website -100 html_as_string
12IF IF(logical_test, value_if_true, value_if_false) "=IF(F12 < 100, TRUE(), FALSE())" TRUE Can have nested IF functions. -14 url_as_string
13IMG "=IMG("http://ui.jquery.com/images/logo.gif")" The url can be sensitive to numbers. Also, on initial
load, because the image doesn't really have a size, the
outerheight can be distorted. An easy way to offset this
is to have some text in front of it that's taller than the
image :).
55 values
14MAX values_as_array "=MAX(F3:F13)" 200 -21
15MIN values_as_array "=MIN(F3:F13)" -100
16N numbers_as_array "=N(F3)" 45
17PI "=PI()" 3.141592653589793 If you use "=PI" it will return the actual function as text, which is incorrect. Use "=PI()".
18TODAY "=TODAY()" Wed Sep 15 2010 14:32:35 GMT-0400 (Eastern Daylight Time)
19TRUE "=TRUE() || FALSE()" TRUE
20SUM values_as_array "=SUM(F2:F13)" 631
21ROUND numbers_as_array "=ROUND(1.6)" 2
22RAND "=RAND()" 0.2405688383833392 Synonym: RND
FeaturesUser Interface FeaturesChartsInputsAdvanced Functions