You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: support/Excel Functions.sublime-completions
+37-37Lines changed: 37 additions & 37 deletions
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,7 @@
123
123
"trigger": "ASC",
124
124
"contents": "ASC($1)",
125
125
"annotation": "Text",
126
-
"details": "Changes full-width ($1)",
126
+
"details": "Changes full-width (double-byte) English letters or katakana within a character string to half-width (single-byte) characters.",
127
127
"kind": "function"
128
128
},
129
129
{
@@ -186,56 +186,56 @@
186
186
"trigger": "AVERAGEIF",
187
187
"contents": "AVERAGEIF($1)",
188
188
"annotation": "Statistical",
189
-
"details": "Returns the average ($1)",
189
+
"details": "Returns the average (arithmetic mean) of all the cells in a range that meet a given criteria.",
190
190
"kind": "function"
191
191
},
192
192
{
193
193
"trigger": "AVERAGEIFS",
194
194
"contents": "AVERAGEIFS($1)",
195
195
"annotation": "Statistical",
196
-
"details": "Returns the average ($1)",
196
+
"details": "Returns the average (arithmetic mean) of all cells that meet multiple criteria.",
197
197
"kind": "function"
198
198
},
199
199
{
200
200
"trigger": "BAHTTEXT",
201
201
"contents": "BAHTTEXT($1)",
202
202
"annotation": "Text",
203
-
"details": "Converts a number to text, using the \u00df ($1)",
203
+
"details": "Converts a number to text, using the \u00df (baht) currency format.",
204
204
"kind": "function"
205
205
},
206
206
{
207
207
"trigger": "BASE",
208
208
"contents": "BASE($1)",
209
209
"annotation": "Math and trigonometry",
210
-
"details": "Converts a number into a text representation with the given radix ($1)",
210
+
"details": "Converts a number into a text representation with the given radix (base).",
211
211
"kind": "function"
212
212
},
213
213
{
214
214
"trigger": "BESSELI",
215
215
"contents": "BESSELI($1)",
216
216
"annotation": "Engineering",
217
-
"details": "Returns the modified Bessel function In($1)",
217
+
"details": "Returns the modified Bessel function In(x).",
218
218
"kind": "function"
219
219
},
220
220
{
221
221
"trigger": "BESSELJ",
222
222
"contents": "BESSELJ($1)",
223
223
"annotation": "Engineering",
224
-
"details": "Returns the Bessel function Jn($1)",
224
+
"details": "Returns the Bessel function Jn(x).",
225
225
"kind": "function"
226
226
},
227
227
{
228
228
"trigger": "BESSELK",
229
229
"contents": "BESSELK($1)",
230
230
"annotation": "Engineering",
231
-
"details": "Returns the modified Bessel function Kn($1)",
231
+
"details": "Returns the modified Bessel function Kn(x).",
232
232
"kind": "function"
233
233
},
234
234
{
235
235
"trigger": "BESSELY",
236
236
"contents": "BESSELY($1)",
237
237
"annotation": "Engineering",
238
-
"details": "Returns the Bessel function Yn($1)",
238
+
"details": "Returns the Bessel function Yn(x).",
239
239
"kind": "function"
240
240
},
241
241
{
@@ -732,7 +732,7 @@
732
732
"trigger": "CUBEKPIMEMBER",
733
733
"contents": "CUBEKPIMEMBER($1)",
734
734
"annotation": "Cube",
735
-
"details": "Returns a key performance ($1)",
735
+
"details": "Returns a key performance (KPI) name, property, and measure, and displays the name and property in the cell. A KPI is a quantifiable measurement, such as monthly gross profit or quarterly employee turnover, used to monitor an organization's performance.",
736
736
"kind": "function"
737
737
},
738
738
{
@@ -851,7 +851,7 @@
851
851
"trigger": "DBCS",
852
852
"contents": "DBCS($1)",
853
853
"annotation": "Text",
854
-
"details": "Changes half-width ($1)",
854
+
"details": "Changes half-width (single-byte) English letters or katakana within a character string to full-width (double-byte) characters.",
855
855
"kind": "function"
856
856
},
857
857
{
@@ -956,7 +956,7 @@
956
956
"trigger": "DOLLAR",
957
957
"contents": "DOLLAR($1)",
958
958
"annotation": "Text",
959
-
"details": "Converts a number to text, using the $ ($1)",
959
+
"details": "Converts a number to text, using the $ (dollar) currency format.",
960
960
"kind": "function"
961
961
},
962
962
{
@@ -1145,28 +1145,28 @@
1145
1145
"trigger": "F.DIST",
1146
1146
"contents": "F.DIST($1)",
1147
1147
"annotation": "Statistical",
1148
-
"details": "Returns the ($1)",
1148
+
"details": "Returns the (left-tailed) F probability distribution (degree of diversity) for two data sets.",
1149
1149
"kind": "function"
1150
1150
},
1151
1151
{
1152
1152
"trigger": "F.DIST.RT",
1153
1153
"contents": "F.DIST.RT($1)",
1154
1154
"annotation": "Statistical",
1155
-
"details": "Returns the ($1)",
1155
+
"details": "Returns the (right-tailed) F probability distribution (degree of diversity) for two data sets.",
1156
1156
"kind": "function"
1157
1157
},
1158
1158
{
1159
1159
"trigger": "F.INV",
1160
1160
"contents": "F.INV($1)",
1161
1161
"annotation": "Statistical",
1162
-
"details": "Returns the inverse of the ($1)",
1162
+
"details": "Returns the inverse of the (left-tailed) F probability distribution.",
1163
1163
"kind": "function"
1164
1164
},
1165
1165
{
1166
1166
"trigger": "F.INV.RT",
1167
1167
"contents": "F.INV.RT($1)",
1168
1168
"annotation": "Statistical",
1169
-
"details": "Returns the inverse of the ($1)",
1169
+
"details": "Returns the inverse of the (right-tailed) F probability distribution.",
1170
1170
"kind": "function"
1171
1171
},
1172
1172
{
@@ -1285,7 +1285,7 @@
1285
1285
"trigger": "FORECAST.ETS",
1286
1286
"contents": "FORECAST.ETS($1)",
1287
1287
"annotation": "Statistical",
1288
-
"details": "Returns a future value based on existing ($1)",
1288
+
"details": "Returns a future value based on existing (historical) values by using the AAA version of the Exponential Smoothing (ETS) algorithm. This function isn't available in Excel 2016 for Mac.",
1289
1289
"kind": "function"
1290
1290
},
1291
1291
{
@@ -1390,14 +1390,14 @@
1390
1390
"trigger": "GAMMALN",
1391
1391
"contents": "GAMMALN($1)",
1392
1392
"annotation": "Statistical",
1393
-
"details": "Returns the natural logarithm of the gamma function, \u0393($1)",
1393
+
"details": "Returns the natural logarithm of the gamma function, \u0393(x).",
1394
1394
"kind": "function"
1395
1395
},
1396
1396
{
1397
1397
"trigger": "GAMMALN.PRECISE",
1398
1398
"contents": "GAMMALN.PRECISE($1)",
1399
1399
"annotation": "Statistical",
1400
-
"details": "Returns the natural logarithm of the gamma function, \u0393($1)",
1400
+
"details": "Returns the natural logarithm of the gamma function, \u0393(x).",
1401
1401
"kind": "function"
1402
1402
},
1403
1403
{
@@ -1544,7 +1544,7 @@
1544
1544
"trigger": "IMABS",
1545
1545
"contents": "IMABS($1)",
1546
1546
"annotation": "Engineering",
1547
-
"details": "Returns the absolute value ($1)",
1547
+
"details": "Returns the absolute value (modulus) of a complex number.",
1548
1548
"kind": "function"
1549
1549
},
1550
1550
{
@@ -1929,7 +1929,7 @@
1929
1929
"trigger": "LEFT",
1930
1930
"contents": "LEFT($1)",
1931
1931
"annotation": "Text",
1932
-
"details": "Extracts a specified number of characters from the start ($1)",
1932
+
"details": "Extracts a specified number of characters from the start (left) of a text string.",
1933
1933
"kind": "function"
1934
1934
},
1935
1935
{
@@ -2006,14 +2006,14 @@
2006
2006
"trigger": "LOGNORM.DIST",
2007
2007
"contents": "LOGNORM.DIST($1)",
2008
2008
"annotation": "Statistical",
2009
-
"details": "Returns the lognormal distribution of x, where ln($1)",
2009
+
"details": "Returns the lognormal distribution of x, where ln(x) is normally distributed with parameters Mean and Standard_dev.",
2010
2010
"kind": "function"
2011
2011
},
2012
2012
{
2013
2013
"trigger": "LOGNORM.INV",
2014
2014
"contents": "LOGNORM.INV($1)",
2015
2015
"annotation": "Statistical",
2016
-
"details": "Returns the inverse of the lognormal cumulative distribution function of x, where ln($1)",
2016
+
"details": "Returns the inverse of the lognormal cumulative distribution function of x, where ln(x) is normally distributed with parameters Mean and Standard_dev.",
2017
2017
"kind": "function"
2018
2018
},
2019
2019
{
@@ -2048,7 +2048,7 @@
2048
2048
"trigger": "MAP",
2049
2049
"contents": "MAP($1)",
2050
2050
"annotation": "Array",
2051
-
"details": "Returns an array formed by 'mapping' each value in the array($1)",
2051
+
"details": "Returns an array formed by 'mapping' each value in the array(s) to a new value by applying a lambda to create a new value.",
2052
2052
"kind": "function"
2053
2053
},
2054
2054
{
@@ -2228,7 +2228,7 @@
2228
2228
},
2229
2229
{
2230
2230
"trigger": "NA",
2231
-
"contents": "=NA($1)",
2231
+
"contents": "NA($1)",
2232
2232
"annotation": "Information",
2233
2233
"details": "Returns the error value #N/A.",
2234
2234
"kind": "function"
@@ -2333,7 +2333,7 @@
2333
2333
},
2334
2334
{
2335
2335
"trigger": "NOW",
2336
-
"contents": "=NOW($1)",
2336
+
"contents": "NOW($1)",
2337
2337
"annotation": "Date and time",
2338
2338
"details": "Returns the serial number of the current date and time.",
2339
2339
"kind": "function"
@@ -2475,7 +2475,7 @@
2475
2475
"trigger": "PERCENTRANK.EXC",
2476
2476
"contents": "PERCENTRANK.EXC($1)",
2477
2477
"annotation": "Statistical",
2478
-
"details": "Returns the rank of a value in a data set as a percentage ($1)",
2478
+
"details": "Returns the rank of a value in a data set as a percentage (0..1, exclusive) of the data set.",
2479
2479
"kind": "function"
2480
2480
},
2481
2481
{
@@ -2496,7 +2496,7 @@
2496
2496
"trigger": "PERMUTATIONA",
2497
2497
"contents": "PERMUTATIONA($1)",
2498
2498
"annotation": "Statistical",
2499
-
"details": "Returns the number of permutations for a given number of objects ($1)",
2499
+
"details": "Returns the number of permutations for a given number of objects (with repetitions) that can be selected from the total objects.",
2500
2500
"kind": "function"
2501
2501
},
2502
2502
{
@@ -2510,12 +2510,12 @@
2510
2510
"trigger": "PHONETIC",
2511
2511
"contents": "PHONETIC($1)",
2512
2512
"annotation": "Text",
2513
-
"details": "Extracts the phonetic ($1)",
2513
+
"details": "Extracts the phonetic (furigana) characters from a text string.",
2514
2514
"kind": "function"
2515
2515
},
2516
2516
{
2517
2517
"trigger": "PI",
2518
-
"contents": "=PI($1)",
2518
+
"contents": "PI($1)",
2519
2519
"annotation": "Math and trigonometry",
2520
2520
"details": "Returns the value of pi.",
2521
2521
"kind": "function"
@@ -2641,7 +2641,7 @@
2641
2641
},
2642
2642
{
2643
2643
"trigger": "RAND",
2644
-
"contents": "=RAND($1)",
2644
+
"contents": "RAND($1)",
2645
2645
"annotation": "Math and trigonometry",
2646
2646
"details": "Returns a random number between 0 and 1.",
2647
2647
"kind": "function"
@@ -2741,7 +2741,7 @@
2741
2741
"trigger": "RIGHT",
2742
2742
"contents": "RIGHT($1)",
2743
2743
"annotation": "Text",
2744
-
"details": "Extracts a specified number of characters from the end ($1)",
2744
+
"details": "Extracts a specified number of characters from the end (right) of a text string.",
2745
2745
"kind": "function"
2746
2746
},
2747
2747
{
@@ -2965,7 +2965,7 @@
2965
2965
"trigger": "SQRTPI",
2966
2966
"contents": "SQRTPI($1)",
2967
2967
"annotation": "Math and trigonometry",
2968
-
"details": "Returns the square root of ($1)",
2968
+
"details": "Returns the square root of (number * pi).",
2969
2969
"kind": "function"
2970
2970
},
2971
2971
{
@@ -3278,7 +3278,7 @@
3278
3278
},
3279
3279
{
3280
3280
"trigger": "TODAY",
3281
-
"contents": "=TODAY($1)",
3281
+
"contents": "TODAY($1)",
3282
3282
"annotation": "Date and time",
3283
3283
"details": "Returns the serial number of today's date.",
3284
3284
"kind": "function"
@@ -3350,7 +3350,7 @@
3350
3350
"trigger": "UNICODE",
3351
3351
"contents": "UNICODE($1)",
3352
3352
"annotation": "Text",
3353
-
"details": "Returns the number ($1)",
3353
+
"details": "Returns the number (code point) that corresponds to the first character of the text.",
3354
3354
"kind": "function"
3355
3355
},
3356
3356
{
@@ -3525,7 +3525,7 @@
3525
3525
"trigger": "XLOOKUP",
3526
3526
"contents": "XLOOKUP($1)",
3527
3527
"annotation": "Lookup and reference",
3528
-
"details": "Searches a range or an array, and returns an item corresponding to the first match it finds. If a match doesn't exist,then XLOOKUP can return the closest ($1)",
3528
+
"details": "Searches a range or an array, and returns an item corresponding to the first match it finds. If a match doesn't exist,then XLOOKUP can return the closest (approximate) match.",
3529
3529
"kind": "function"
3530
3530
},
3531
3531
{
@@ -3598,5 +3598,5 @@
3598
3598
"details": "Returns the one-tailed probability-value of a z-test. In Excel 2007, this is a Statistical function.",
0 commit comments