Skip to content

Commit e1b1cef

Browse files
committed
fix my botched Find and Replace All operation
1 parent 1bcaf36 commit e1b1cef

File tree

1 file changed

+37
-37
lines changed

1 file changed

+37
-37
lines changed

support/Excel Functions.sublime-completions

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"trigger": "ASC",
124124
"contents": "ASC($1)",
125125
"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.",
127127
"kind": "function"
128128
},
129129
{
@@ -186,56 +186,56 @@
186186
"trigger": "AVERAGEIF",
187187
"contents": "AVERAGEIF($1)",
188188
"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.",
190190
"kind": "function"
191191
},
192192
{
193193
"trigger": "AVERAGEIFS",
194194
"contents": "AVERAGEIFS($1)",
195195
"annotation": "Statistical",
196-
"details": "Returns the average ($1)",
196+
"details": "Returns the average (arithmetic mean) of all cells that meet multiple criteria.",
197197
"kind": "function"
198198
},
199199
{
200200
"trigger": "BAHTTEXT",
201201
"contents": "BAHTTEXT($1)",
202202
"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.",
204204
"kind": "function"
205205
},
206206
{
207207
"trigger": "BASE",
208208
"contents": "BASE($1)",
209209
"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).",
211211
"kind": "function"
212212
},
213213
{
214214
"trigger": "BESSELI",
215215
"contents": "BESSELI($1)",
216216
"annotation": "Engineering",
217-
"details": "Returns the modified Bessel function In($1)",
217+
"details": "Returns the modified Bessel function In(x).",
218218
"kind": "function"
219219
},
220220
{
221221
"trigger": "BESSELJ",
222222
"contents": "BESSELJ($1)",
223223
"annotation": "Engineering",
224-
"details": "Returns the Bessel function Jn($1)",
224+
"details": "Returns the Bessel function Jn(x).",
225225
"kind": "function"
226226
},
227227
{
228228
"trigger": "BESSELK",
229229
"contents": "BESSELK($1)",
230230
"annotation": "Engineering",
231-
"details": "Returns the modified Bessel function Kn($1)",
231+
"details": "Returns the modified Bessel function Kn(x).",
232232
"kind": "function"
233233
},
234234
{
235235
"trigger": "BESSELY",
236236
"contents": "BESSELY($1)",
237237
"annotation": "Engineering",
238-
"details": "Returns the Bessel function Yn($1)",
238+
"details": "Returns the Bessel function Yn(x).",
239239
"kind": "function"
240240
},
241241
{
@@ -732,7 +732,7 @@
732732
"trigger": "CUBEKPIMEMBER",
733733
"contents": "CUBEKPIMEMBER($1)",
734734
"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.",
736736
"kind": "function"
737737
},
738738
{
@@ -851,7 +851,7 @@
851851
"trigger": "DBCS",
852852
"contents": "DBCS($1)",
853853
"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.",
855855
"kind": "function"
856856
},
857857
{
@@ -956,7 +956,7 @@
956956
"trigger": "DOLLAR",
957957
"contents": "DOLLAR($1)",
958958
"annotation": "Text",
959-
"details": "Converts a number to text, using the $ ($1)",
959+
"details": "Converts a number to text, using the $ (dollar) currency format.",
960960
"kind": "function"
961961
},
962962
{
@@ -1145,28 +1145,28 @@
11451145
"trigger": "F.DIST",
11461146
"contents": "F.DIST($1)",
11471147
"annotation": "Statistical",
1148-
"details": "Returns the ($1)",
1148+
"details": "Returns the (left-tailed) F probability distribution (degree of diversity) for two data sets.",
11491149
"kind": "function"
11501150
},
11511151
{
11521152
"trigger": "F.DIST.RT",
11531153
"contents": "F.DIST.RT($1)",
11541154
"annotation": "Statistical",
1155-
"details": "Returns the ($1)",
1155+
"details": "Returns the (right-tailed) F probability distribution (degree of diversity) for two data sets.",
11561156
"kind": "function"
11571157
},
11581158
{
11591159
"trigger": "F.INV",
11601160
"contents": "F.INV($1)",
11611161
"annotation": "Statistical",
1162-
"details": "Returns the inverse of the ($1)",
1162+
"details": "Returns the inverse of the (left-tailed) F probability distribution.",
11631163
"kind": "function"
11641164
},
11651165
{
11661166
"trigger": "F.INV.RT",
11671167
"contents": "F.INV.RT($1)",
11681168
"annotation": "Statistical",
1169-
"details": "Returns the inverse of the ($1)",
1169+
"details": "Returns the inverse of the (right-tailed) F probability distribution.",
11701170
"kind": "function"
11711171
},
11721172
{
@@ -1285,7 +1285,7 @@
12851285
"trigger": "FORECAST.ETS",
12861286
"contents": "FORECAST.ETS($1)",
12871287
"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.",
12891289
"kind": "function"
12901290
},
12911291
{
@@ -1390,14 +1390,14 @@
13901390
"trigger": "GAMMALN",
13911391
"contents": "GAMMALN($1)",
13921392
"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).",
13941394
"kind": "function"
13951395
},
13961396
{
13971397
"trigger": "GAMMALN.PRECISE",
13981398
"contents": "GAMMALN.PRECISE($1)",
13991399
"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).",
14011401
"kind": "function"
14021402
},
14031403
{
@@ -1544,7 +1544,7 @@
15441544
"trigger": "IMABS",
15451545
"contents": "IMABS($1)",
15461546
"annotation": "Engineering",
1547-
"details": "Returns the absolute value ($1)",
1547+
"details": "Returns the absolute value (modulus) of a complex number.",
15481548
"kind": "function"
15491549
},
15501550
{
@@ -1929,7 +1929,7 @@
19291929
"trigger": "LEFT",
19301930
"contents": "LEFT($1)",
19311931
"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.",
19331933
"kind": "function"
19341934
},
19351935
{
@@ -2006,14 +2006,14 @@
20062006
"trigger": "LOGNORM.DIST",
20072007
"contents": "LOGNORM.DIST($1)",
20082008
"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.",
20102010
"kind": "function"
20112011
},
20122012
{
20132013
"trigger": "LOGNORM.INV",
20142014
"contents": "LOGNORM.INV($1)",
20152015
"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.",
20172017
"kind": "function"
20182018
},
20192019
{
@@ -2048,7 +2048,7 @@
20482048
"trigger": "MAP",
20492049
"contents": "MAP($1)",
20502050
"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.",
20522052
"kind": "function"
20532053
},
20542054
{
@@ -2228,7 +2228,7 @@
22282228
},
22292229
{
22302230
"trigger": "NA",
2231-
"contents": "=NA($1)",
2231+
"contents": "NA($1)",
22322232
"annotation": "Information",
22332233
"details": "Returns the error value #N/A.",
22342234
"kind": "function"
@@ -2333,7 +2333,7 @@
23332333
},
23342334
{
23352335
"trigger": "NOW",
2336-
"contents": "=NOW($1)",
2336+
"contents": "NOW($1)",
23372337
"annotation": "Date and time",
23382338
"details": "Returns the serial number of the current date and time.",
23392339
"kind": "function"
@@ -2475,7 +2475,7 @@
24752475
"trigger": "PERCENTRANK.EXC",
24762476
"contents": "PERCENTRANK.EXC($1)",
24772477
"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.",
24792479
"kind": "function"
24802480
},
24812481
{
@@ -2496,7 +2496,7 @@
24962496
"trigger": "PERMUTATIONA",
24972497
"contents": "PERMUTATIONA($1)",
24982498
"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.",
25002500
"kind": "function"
25012501
},
25022502
{
@@ -2510,12 +2510,12 @@
25102510
"trigger": "PHONETIC",
25112511
"contents": "PHONETIC($1)",
25122512
"annotation": "Text",
2513-
"details": "Extracts the phonetic ($1)",
2513+
"details": "Extracts the phonetic (furigana) characters from a text string.",
25142514
"kind": "function"
25152515
},
25162516
{
25172517
"trigger": "PI",
2518-
"contents": "=PI($1)",
2518+
"contents": "PI($1)",
25192519
"annotation": "Math and trigonometry",
25202520
"details": "Returns the value of pi.",
25212521
"kind": "function"
@@ -2641,7 +2641,7 @@
26412641
},
26422642
{
26432643
"trigger": "RAND",
2644-
"contents": "=RAND($1)",
2644+
"contents": "RAND($1)",
26452645
"annotation": "Math and trigonometry",
26462646
"details": "Returns a random number between 0 and 1.",
26472647
"kind": "function"
@@ -2741,7 +2741,7 @@
27412741
"trigger": "RIGHT",
27422742
"contents": "RIGHT($1)",
27432743
"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.",
27452745
"kind": "function"
27462746
},
27472747
{
@@ -2965,7 +2965,7 @@
29652965
"trigger": "SQRTPI",
29662966
"contents": "SQRTPI($1)",
29672967
"annotation": "Math and trigonometry",
2968-
"details": "Returns the square root of ($1)",
2968+
"details": "Returns the square root of (number * pi).",
29692969
"kind": "function"
29702970
},
29712971
{
@@ -3278,7 +3278,7 @@
32783278
},
32793279
{
32803280
"trigger": "TODAY",
3281-
"contents": "=TODAY($1)",
3281+
"contents": "TODAY($1)",
32823282
"annotation": "Date and time",
32833283
"details": "Returns the serial number of today's date.",
32843284
"kind": "function"
@@ -3350,7 +3350,7 @@
33503350
"trigger": "UNICODE",
33513351
"contents": "UNICODE($1)",
33523352
"annotation": "Text",
3353-
"details": "Returns the number ($1)",
3353+
"details": "Returns the number (code point) that corresponds to the first character of the text.",
33543354
"kind": "function"
33553355
},
33563356
{
@@ -3525,7 +3525,7 @@
35253525
"trigger": "XLOOKUP",
35263526
"contents": "XLOOKUP($1)",
35273527
"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.",
35293529
"kind": "function"
35303530
},
35313531
{
@@ -3598,5 +3598,5 @@
35983598
"details": "Returns the one-tailed probability-value of a z-test. In Excel 2007, this is a Statistical function.",
35993599
"kind": "function"
36003600
}
3601-
]
3601+
]
36023602
}

0 commit comments

Comments
 (0)