@univerjs/sheets-formula-ui 0.12.2 → 0.12.3-experimental.20251205-e439e48
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/index.js +5 -5
- package/lib/cjs/locale/zh-TW.js +13 -13
- package/lib/es/index.js +345 -350
- package/lib/es/locale/zh-TW.js +128 -128
- package/lib/index.js +345 -350
- package/lib/locale/zh-TW.js +128 -128
- package/lib/types/services/utils.d.ts +2 -2
- package/lib/umd/index.js +5 -5
- package/lib/umd/locale/zh-TW.js +12 -12
- package/package.json +14 -14
- package/LICENSE +0 -176
package/lib/locale/zh-TW.js
CHANGED
|
@@ -457,7 +457,7 @@ const t = {
|
|
|
457
457
|
],
|
|
458
458
|
functionParameter: {
|
|
459
459
|
number: { name: "數值", detail: "要找出其排名的數字。" },
|
|
460
|
-
ref: { name: "
|
|
460
|
+
ref: { name: "數字清單", detail: "數字清單的參照。會忽略 ref 中的非數值。" },
|
|
461
461
|
order: { name: "排列方式", detail: "指定排列數值方式的數字。0 或省略為遞減順序排序,非 0 為遞增順序排序。" }
|
|
462
462
|
}
|
|
463
463
|
},
|
|
@@ -472,7 +472,7 @@ const t = {
|
|
|
472
472
|
],
|
|
473
473
|
functionParameter: {
|
|
474
474
|
number1: { name: "數值 1", detail: "對應於總體樣本的第一個數值參數。 " },
|
|
475
|
-
number2: { name: "數值 2", detail: "對應於總體樣本的 2 到 255 個數值參數。
|
|
475
|
+
number2: { name: "數值 2", detail: "對應於總體樣本的 2 到 255 個數值參數。 也可以用單一陣列或對某個陣列的引用來代替用逗號分隔的參數。 " }
|
|
476
476
|
}
|
|
477
477
|
},
|
|
478
478
|
STDEVP: {
|
|
@@ -486,7 +486,7 @@ const t = {
|
|
|
486
486
|
],
|
|
487
487
|
functionParameter: {
|
|
488
488
|
number1: { name: "數值 1", detail: "對應於總體的第一個數值參數。 " },
|
|
489
|
-
number2: { name: "數值 2", detail: "對應於總體的 2 到 255 個數值參數。
|
|
489
|
+
number2: { name: "數值 2", detail: "對應於總體的 2 到 255 個數值參數。 也可以用單一陣列或對某個陣列的引用來代替用逗號分隔的參數。 " }
|
|
490
490
|
}
|
|
491
491
|
},
|
|
492
492
|
TDIST: {
|
|
@@ -709,8 +709,8 @@ const t = {
|
|
|
709
709
|
}
|
|
710
710
|
},
|
|
711
711
|
DCOUNT: {
|
|
712
|
-
description: "
|
|
713
|
-
abstract: "
|
|
712
|
+
description: "計算資料庫中包含數字的儲存格的數量",
|
|
713
|
+
abstract: "計算資料庫中包含數字的儲存格的數量",
|
|
714
714
|
links: [
|
|
715
715
|
{
|
|
716
716
|
title: "教導",
|
|
@@ -724,8 +724,8 @@ const t = {
|
|
|
724
724
|
}
|
|
725
725
|
},
|
|
726
726
|
DCOUNTA: {
|
|
727
|
-
description: "
|
|
728
|
-
abstract: "
|
|
727
|
+
description: "計算資料庫中非空儲存格的數量",
|
|
728
|
+
abstract: "計算資料庫中非空儲存格的數量",
|
|
729
729
|
links: [
|
|
730
730
|
{
|
|
731
731
|
title: "教導",
|
|
@@ -914,7 +914,7 @@ const t = {
|
|
|
914
914
|
}
|
|
915
915
|
],
|
|
916
916
|
functionParameter: {
|
|
917
|
-
dateText: { name: "
|
|
917
|
+
dateText: { name: "日期文字", detail: `表示 Excel 日期格式的日期的文字,或對包含表示 Excel 日期格式的日期的文字的儲存格的引用。 例如,「1/30/2008」或「30-Jan-2008」是表示日期的引號內的文字字串。
|
|
918
918
|
使用 Microsoft Excel for Windows 中的預設日期系統, date_text 參數必須表示 1900 年 1 月 1 日至 9999 年 12 月 31 日的日期。 DATEVALUE 函數回傳 #VALUE! 如果 date_text 參數的值超出此範圍,則為 error 值。
|
|
919
919
|
如果省略參數 date_text 中的年份部分,則 DATEVALUE 函數會使用電腦內建時鐘的目前年份。 參數 date_text 中的時間資訊將被忽略。 ` }
|
|
920
920
|
}
|
|
@@ -1247,8 +1247,8 @@ const t = {
|
|
|
1247
1247
|
}
|
|
1248
1248
|
],
|
|
1249
1249
|
functionParameter: {
|
|
1250
|
-
startDate: { name: "
|
|
1251
|
-
endDate: { name: "
|
|
1250
|
+
startDate: { name: "開始日期", detail: "代表開始日期的日期。" },
|
|
1251
|
+
endDate: { name: "結束日期", detail: "代表結束日期的日期。" },
|
|
1252
1252
|
basis: { name: "基礎類型", detail: "要使用的日計數基礎類型。" }
|
|
1253
1253
|
}
|
|
1254
1254
|
}
|
|
@@ -1310,7 +1310,7 @@ const t = {
|
|
|
1310
1310
|
}
|
|
1311
1311
|
},
|
|
1312
1312
|
BIN2DEC: {
|
|
1313
|
-
description: "
|
|
1313
|
+
description: "將二進位數轉換為十進位數",
|
|
1314
1314
|
abstract: "將二進位數轉換為十進位數",
|
|
1315
1315
|
links: [
|
|
1316
1316
|
{
|
|
@@ -1319,11 +1319,11 @@ const t = {
|
|
|
1319
1319
|
}
|
|
1320
1320
|
],
|
|
1321
1321
|
functionParameter: {
|
|
1322
|
-
number: { name: "
|
|
1322
|
+
number: { name: "二進位數", detail: "要轉換的二進位數。" }
|
|
1323
1323
|
}
|
|
1324
1324
|
},
|
|
1325
1325
|
BIN2HEX: {
|
|
1326
|
-
description: "
|
|
1326
|
+
description: "將二進位數轉換為十六進位數",
|
|
1327
1327
|
abstract: "將二進位數轉換為十六進位數",
|
|
1328
1328
|
links: [
|
|
1329
1329
|
{
|
|
@@ -1332,12 +1332,12 @@ const t = {
|
|
|
1332
1332
|
}
|
|
1333
1333
|
],
|
|
1334
1334
|
functionParameter: {
|
|
1335
|
-
number: { name: "
|
|
1335
|
+
number: { name: "二進位數", detail: "要轉換的二進位數。" },
|
|
1336
1336
|
places: { name: "字元數", detail: "要使用的字元數。" }
|
|
1337
1337
|
}
|
|
1338
1338
|
},
|
|
1339
1339
|
BIN2OCT: {
|
|
1340
|
-
description: "
|
|
1340
|
+
description: "將二進位數轉換為八進位數",
|
|
1341
1341
|
abstract: "將二進位數轉換為八進位數",
|
|
1342
1342
|
links: [
|
|
1343
1343
|
{
|
|
@@ -1346,7 +1346,7 @@ const t = {
|
|
|
1346
1346
|
}
|
|
1347
1347
|
],
|
|
1348
1348
|
functionParameter: {
|
|
1349
|
-
number: { name: "
|
|
1349
|
+
number: { name: "二進位數", detail: "要轉換的二進位數。" },
|
|
1350
1350
|
places: { name: "字元數", detail: "要使用的字元數。" }
|
|
1351
1351
|
}
|
|
1352
1352
|
},
|
|
@@ -1451,7 +1451,7 @@ const t = {
|
|
|
1451
1451
|
}
|
|
1452
1452
|
},
|
|
1453
1453
|
DEC2BIN: {
|
|
1454
|
-
description: "
|
|
1454
|
+
description: "將十進位數轉換為二進位數",
|
|
1455
1455
|
abstract: "將十進位數轉換為二進位數",
|
|
1456
1456
|
links: [
|
|
1457
1457
|
{
|
|
@@ -1460,12 +1460,12 @@ const t = {
|
|
|
1460
1460
|
}
|
|
1461
1461
|
],
|
|
1462
1462
|
functionParameter: {
|
|
1463
|
-
number: { name: "
|
|
1463
|
+
number: { name: "十進位數", detail: "要轉換的十進位數。" },
|
|
1464
1464
|
places: { name: "字元數", detail: "要使用的字元數。" }
|
|
1465
1465
|
}
|
|
1466
1466
|
},
|
|
1467
1467
|
DEC2HEX: {
|
|
1468
|
-
description: "
|
|
1468
|
+
description: "將十進位數轉換為十六進位數",
|
|
1469
1469
|
abstract: "將十進位數轉換為十六進位數",
|
|
1470
1470
|
links: [
|
|
1471
1471
|
{
|
|
@@ -1474,12 +1474,12 @@ const t = {
|
|
|
1474
1474
|
}
|
|
1475
1475
|
],
|
|
1476
1476
|
functionParameter: {
|
|
1477
|
-
number: { name: "
|
|
1477
|
+
number: { name: "十進位數", detail: "要轉換的十進位數。" },
|
|
1478
1478
|
places: { name: "字元數", detail: "要使用的字元數。" }
|
|
1479
1479
|
}
|
|
1480
1480
|
},
|
|
1481
1481
|
DEC2OCT: {
|
|
1482
|
-
description: "
|
|
1482
|
+
description: "將十進位數轉換為八進位數",
|
|
1483
1483
|
abstract: "將十進位數轉換為八進位數",
|
|
1484
1484
|
links: [
|
|
1485
1485
|
{
|
|
@@ -1488,7 +1488,7 @@ const t = {
|
|
|
1488
1488
|
}
|
|
1489
1489
|
],
|
|
1490
1490
|
functionParameter: {
|
|
1491
|
-
number: { name: "
|
|
1491
|
+
number: { name: "十進位數", detail: "要轉換的十進位數。" },
|
|
1492
1492
|
places: { name: "字元數", detail: "要使用的字元數。" }
|
|
1493
1493
|
}
|
|
1494
1494
|
},
|
|
@@ -1574,7 +1574,7 @@ const t = {
|
|
|
1574
1574
|
}
|
|
1575
1575
|
},
|
|
1576
1576
|
HEX2BIN: {
|
|
1577
|
-
description: "
|
|
1577
|
+
description: "將十六進位數轉換為二進位數",
|
|
1578
1578
|
abstract: "將十六進位數轉換為二進位數",
|
|
1579
1579
|
links: [
|
|
1580
1580
|
{
|
|
@@ -1583,12 +1583,12 @@ const t = {
|
|
|
1583
1583
|
}
|
|
1584
1584
|
],
|
|
1585
1585
|
functionParameter: {
|
|
1586
|
-
number: { name: "
|
|
1586
|
+
number: { name: "十六進位數", detail: "要轉換的十六進位數。" },
|
|
1587
1587
|
places: { name: "字元數", detail: "要使用的字元數。" }
|
|
1588
1588
|
}
|
|
1589
1589
|
},
|
|
1590
1590
|
HEX2DEC: {
|
|
1591
|
-
description: "
|
|
1591
|
+
description: "將十六進位數轉換為十進位數",
|
|
1592
1592
|
abstract: "將十六進位數轉換為十進位數",
|
|
1593
1593
|
links: [
|
|
1594
1594
|
{
|
|
@@ -1597,11 +1597,11 @@ const t = {
|
|
|
1597
1597
|
}
|
|
1598
1598
|
],
|
|
1599
1599
|
functionParameter: {
|
|
1600
|
-
number: { name: "
|
|
1600
|
+
number: { name: "十六進位數", detail: "要轉換的十六進位數。" }
|
|
1601
1601
|
}
|
|
1602
1602
|
},
|
|
1603
1603
|
HEX2OCT: {
|
|
1604
|
-
description: "
|
|
1604
|
+
description: "將十六進位數轉換為八進位數",
|
|
1605
1605
|
abstract: "將十六進位數轉換為八進位數",
|
|
1606
1606
|
links: [
|
|
1607
1607
|
{
|
|
@@ -1610,7 +1610,7 @@ const t = {
|
|
|
1610
1610
|
}
|
|
1611
1611
|
],
|
|
1612
1612
|
functionParameter: {
|
|
1613
|
-
number: { name: "
|
|
1613
|
+
number: { name: "十六進位數", detail: "要轉換的十六進位數。" },
|
|
1614
1614
|
places: { name: "字元數", detail: "要使用的字元數。" }
|
|
1615
1615
|
}
|
|
1616
1616
|
},
|
|
@@ -1985,7 +1985,7 @@ const t = {
|
|
|
1985
1985
|
}
|
|
1986
1986
|
},
|
|
1987
1987
|
OCT2BIN: {
|
|
1988
|
-
description: "
|
|
1988
|
+
description: "將八進位數轉換為二進位數",
|
|
1989
1989
|
abstract: "將八進位數轉換為二進位數",
|
|
1990
1990
|
links: [
|
|
1991
1991
|
{
|
|
@@ -1994,12 +1994,12 @@ const t = {
|
|
|
1994
1994
|
}
|
|
1995
1995
|
],
|
|
1996
1996
|
functionParameter: {
|
|
1997
|
-
number: { name: "
|
|
1997
|
+
number: { name: "八進位數", detail: "要轉換的八進位數。" },
|
|
1998
1998
|
places: { name: "字元數", detail: "要使用的字元數。" }
|
|
1999
1999
|
}
|
|
2000
2000
|
},
|
|
2001
2001
|
OCT2DEC: {
|
|
2002
|
-
description: "
|
|
2002
|
+
description: "將八進位數轉換為十進位數",
|
|
2003
2003
|
abstract: "將八進位數轉換為十進位數",
|
|
2004
2004
|
links: [
|
|
2005
2005
|
{
|
|
@@ -2008,11 +2008,11 @@ const t = {
|
|
|
2008
2008
|
}
|
|
2009
2009
|
],
|
|
2010
2010
|
functionParameter: {
|
|
2011
|
-
number: { name: "
|
|
2011
|
+
number: { name: "八進位數", detail: "要轉換的八進位數。" }
|
|
2012
2012
|
}
|
|
2013
2013
|
},
|
|
2014
2014
|
OCT2HEX: {
|
|
2015
|
-
description: "
|
|
2015
|
+
description: "將八進位數轉換為十六進位數",
|
|
2016
2016
|
abstract: "將八進位數轉換為十六進位數",
|
|
2017
2017
|
links: [
|
|
2018
2018
|
{
|
|
@@ -2021,7 +2021,7 @@ const t = {
|
|
|
2021
2021
|
}
|
|
2022
2022
|
],
|
|
2023
2023
|
functionParameter: {
|
|
2024
|
-
number: { name: "
|
|
2024
|
+
number: { name: "八進位數", detail: "要轉換的八進位數。" },
|
|
2025
2025
|
places: { name: "字元數", detail: "要使用的字元數。" }
|
|
2026
2026
|
}
|
|
2027
2027
|
}
|
|
@@ -3433,8 +3433,8 @@ const t = {
|
|
|
3433
3433
|
}
|
|
3434
3434
|
},
|
|
3435
3435
|
MAKEARRAY: {
|
|
3436
|
-
description: "透過應用 LAMBDA
|
|
3437
|
-
abstract: "透過應用 LAMBDA
|
|
3436
|
+
description: "透過應用 LAMBDA 傳回指定列和欄大小的計算陣列",
|
|
3437
|
+
abstract: "透過應用 LAMBDA 傳回指定列和欄大小的計算陣列",
|
|
3438
3438
|
links: [
|
|
3439
3439
|
{
|
|
3440
3440
|
title: "教導",
|
|
@@ -3442,11 +3442,11 @@ const t = {
|
|
|
3442
3442
|
}
|
|
3443
3443
|
],
|
|
3444
3444
|
functionParameter: {
|
|
3445
|
-
number1: { name: "
|
|
3446
|
-
number2: { name: "
|
|
3445
|
+
number1: { name: "列數", detail: "陣列中的列數。 必須大於零" },
|
|
3446
|
+
number2: { name: "欄數", detail: "陣列中的欄數。 必須大於零" },
|
|
3447
3447
|
value3: {
|
|
3448
3448
|
name: "lambda",
|
|
3449
|
-
detail: "呼叫 LAMBDA 來建立陣列。 LAMBDA 接受兩個參數:row
|
|
3449
|
+
detail: "呼叫 LAMBDA 來建立陣列。 LAMBDA 接受兩個參數:row陣列的列索引, col陣列的欄索引"
|
|
3450
3450
|
}
|
|
3451
3451
|
}
|
|
3452
3452
|
},
|
|
@@ -3508,8 +3508,8 @@ const t = {
|
|
|
3508
3508
|
}
|
|
3509
3509
|
},
|
|
3510
3510
|
SCAN: {
|
|
3511
|
-
description: "透過將 LAMBDA
|
|
3512
|
-
abstract: "透過將 LAMBDA
|
|
3511
|
+
description: "透過將 LAMBDA 應用於每個值來掃描陣列,並傳回具有每個中間值的陣列",
|
|
3512
|
+
abstract: "透過將 LAMBDA 套用至每個值來掃描陣列,並傳回具有每個中間值的陣列",
|
|
3513
3513
|
links: [
|
|
3514
3514
|
{
|
|
3515
3515
|
title: "教導",
|
|
@@ -3566,7 +3566,7 @@ const t = {
|
|
|
3566
3566
|
}
|
|
3567
3567
|
}, m = {
|
|
3568
3568
|
ADDRESS: {
|
|
3569
|
-
description: "
|
|
3569
|
+
description: "根據指定列號和欄號獲得工作表中的某個儲存格的位址。 例如,ADDRESS(2,3) 傳回 $C$2。 再例如,ADDRESS(77,300) 回傳 $KN$77。 可以使用其他函數(如 ROW 和 COLUMN 函數)為 ADDRESS 函數提供列號和欄號參數。 ",
|
|
3570
3570
|
abstract: "以文字形式將參考值傳回工作表的單一儲存格",
|
|
3571
3571
|
links: [
|
|
3572
3572
|
{
|
|
@@ -3575,12 +3575,12 @@ const t = {
|
|
|
3575
3575
|
}
|
|
3576
3576
|
],
|
|
3577
3577
|
functionParameter: {
|
|
3578
|
-
row_num: { name: "
|
|
3579
|
-
column_num: { name: "
|
|
3578
|
+
row_num: { name: "列號", detail: "一個數值,指定要使用儲存格的列號。 " },
|
|
3579
|
+
column_num: { name: "欄號", detail: "一個數值,指定要在儲存格參考中使用的欄號。 " },
|
|
3580
3580
|
abs_num: { name: "引用型別", detail: "一個數值,指定要傳回的參考型別。 " },
|
|
3581
3581
|
a1: {
|
|
3582
3582
|
name: "引用樣式",
|
|
3583
|
-
detail: "一個邏輯值,指定 A1 或 R1C1 引用樣式。 在 A1
|
|
3583
|
+
detail: "一個邏輯值,指定 A1 或 R1C1 引用樣式。 在 A1 樣式中,欄和列將分別按字母和數字順序新增標籤。 在 R1C1 引用樣式中,欄和列均會依數字順序新增標籤。 如果參數 A1 為 TRUE 或省略,則 ADDRESS 函數傳回 A1 樣式參考;如果為 FALSE,則 ADDRESS 函數傳回 R1C1 樣式參考。 "
|
|
3584
3584
|
},
|
|
3585
3585
|
sheet_text: {
|
|
3586
3586
|
name: "工作表名稱",
|
|
@@ -3650,8 +3650,8 @@ const t = {
|
|
|
3650
3650
|
}
|
|
3651
3651
|
},
|
|
3652
3652
|
COLUMN: {
|
|
3653
|
-
description: "
|
|
3654
|
-
abstract: "
|
|
3653
|
+
description: "傳回給定儲存格引用的欄號。 ",
|
|
3654
|
+
abstract: "傳回引用的欄號",
|
|
3655
3655
|
links: [
|
|
3656
3656
|
{
|
|
3657
3657
|
title: "教導",
|
|
@@ -3659,12 +3659,12 @@ const t = {
|
|
|
3659
3659
|
}
|
|
3660
3660
|
],
|
|
3661
3661
|
functionParameter: {
|
|
3662
|
-
reference: { name: "引用", detail: "
|
|
3662
|
+
reference: { name: "引用", detail: "要傳回其欄號的儲存格或儲存格範圍。 " }
|
|
3663
3663
|
}
|
|
3664
3664
|
},
|
|
3665
3665
|
COLUMNS: {
|
|
3666
|
-
description: "
|
|
3667
|
-
abstract: "
|
|
3666
|
+
description: "傳回陣列或引用的欄數。 ",
|
|
3667
|
+
abstract: "傳回引用中包含的欄數",
|
|
3668
3668
|
links: [
|
|
3669
3669
|
{
|
|
3670
3670
|
title: "教導",
|
|
@@ -3672,7 +3672,7 @@ const t = {
|
|
|
3672
3672
|
}
|
|
3673
3673
|
],
|
|
3674
3674
|
functionParameter: {
|
|
3675
|
-
array: { name: "陣列", detail: "
|
|
3675
|
+
array: { name: "陣列", detail: "要計算欄數的陣列、陣列公式或是對儲存格區域的參考。 " }
|
|
3676
3676
|
}
|
|
3677
3677
|
},
|
|
3678
3678
|
DROP: {
|
|
@@ -3749,8 +3749,8 @@ const t = {
|
|
|
3749
3749
|
}
|
|
3750
3750
|
},
|
|
3751
3751
|
HLOOKUP: {
|
|
3752
|
-
description: "
|
|
3753
|
-
abstract: "
|
|
3752
|
+
description: "在表格的首列或數值陣列中搜尋值,然後傳回表格或陣列中指定列的所在欄中的值。 ",
|
|
3753
|
+
abstract: "找出陣列的首列,並傳回指定儲存格的值",
|
|
3754
3754
|
links: [
|
|
3755
3755
|
{
|
|
3756
3756
|
title: "教導",
|
|
@@ -3760,15 +3760,15 @@ const t = {
|
|
|
3760
3760
|
functionParameter: {
|
|
3761
3761
|
lookupValue: {
|
|
3762
3762
|
name: "查找值",
|
|
3763
|
-
detail: "要尋找的值。 要尋找的值必須位於 table_array
|
|
3763
|
+
detail: "要尋找的值。 要尋找的值必須位於 table_array 參數中指定的儲存格區域的第一列中。 "
|
|
3764
3764
|
},
|
|
3765
3765
|
tableArray: {
|
|
3766
3766
|
name: "範圍",
|
|
3767
3767
|
detail: "VLOOKUP 在其中搜尋 lookup_value 和傳回值的儲存格區域。在其中尋找資料的資訊表。 使用區域或區域名稱的引用。 "
|
|
3768
3768
|
},
|
|
3769
3769
|
rowIndexNum: {
|
|
3770
|
-
name: "
|
|
3771
|
-
detail: "
|
|
3770
|
+
name: "列號",
|
|
3771
|
+
detail: "列號table_array符合值將傳回的列號(row_index_num為 1,則傳回 table_array 中的第一列值,row_index_num 2 傳回 table_array 中的第二列值)。 "
|
|
3772
3772
|
},
|
|
3773
3773
|
rangeLookup: {
|
|
3774
3774
|
name: "查詢類型",
|
|
@@ -3822,7 +3822,7 @@ const t = {
|
|
|
3822
3822
|
}
|
|
3823
3823
|
},
|
|
3824
3824
|
INDEX: {
|
|
3825
|
-
description: "
|
|
3825
|
+
description: "傳回指定的列與欄交叉處的儲存格參考。 如果引用由不連續的選取區域組成,可以選擇某一選取區域。 ",
|
|
3826
3826
|
abstract: "使用索引從引用或陣列中選擇值",
|
|
3827
3827
|
links: [
|
|
3828
3828
|
{
|
|
@@ -3832,9 +3832,9 @@ const t = {
|
|
|
3832
3832
|
],
|
|
3833
3833
|
functionParameter: {
|
|
3834
3834
|
reference: { name: "引用", detail: "對一個或多個儲存格區域的引用。" },
|
|
3835
|
-
rowNum: { name: "
|
|
3836
|
-
columnNum: { name: "
|
|
3837
|
-
areaNum: { name: "區域編號", detail: "
|
|
3835
|
+
rowNum: { name: "列號", detail: "引用中某列的列號,函數從該列傳回一個引用。 " },
|
|
3836
|
+
columnNum: { name: "欄號", detail: "引用中某欄的欄標,函數從該欄傳回一個引用。 " },
|
|
3837
|
+
areaNum: { name: "區域編號", detail: "選擇要傳回列號和欄號的交叉點的參考區域。" }
|
|
3838
3838
|
}
|
|
3839
3839
|
},
|
|
3840
3840
|
INDIRECT: {
|
|
@@ -3847,8 +3847,8 @@ const t = {
|
|
|
3847
3847
|
}
|
|
3848
3848
|
],
|
|
3849
3849
|
functionParameter: {
|
|
3850
|
-
refText: { name: "
|
|
3851
|
-
a1: { name: "引用類型", detail: "
|
|
3850
|
+
refText: { name: "引用文字", detail: "對包含 A1 樣式引用、R1C1 樣式引用、定義為引用的名稱或作為文字字串引用的儲存格的引用的引用。" },
|
|
3851
|
+
a1: { name: "引用類型", detail: "一個邏輯值,用於指定包含在儲存格引用文字中的引用的類型。" }
|
|
3852
3852
|
}
|
|
3853
3853
|
},
|
|
3854
3854
|
LOOKUP: {
|
|
@@ -3898,15 +3898,15 @@ const t = {
|
|
|
3898
3898
|
],
|
|
3899
3899
|
functionParameter: {
|
|
3900
3900
|
reference: { name: "引用", detail: "要基於偏移量的參考。" },
|
|
3901
|
-
rows: { name: "
|
|
3902
|
-
cols: { name: "
|
|
3903
|
-
height: { name: "
|
|
3904
|
-
width: { name: "
|
|
3901
|
+
rows: { name: "列數", detail: "需要左上角儲存格引用的向上或向下列數。" },
|
|
3902
|
+
cols: { name: "欄數", detail: "需要結果的左上角儲存格引用的從左到右的欄數。" },
|
|
3903
|
+
height: { name: "列高", detail: "需要傳回的引用的列高。列高必須為正數。" },
|
|
3904
|
+
width: { name: "欄寬", detail: "需要傳回的引用的欄寬。欄寬必須為正數。" }
|
|
3905
3905
|
}
|
|
3906
3906
|
},
|
|
3907
3907
|
ROW: {
|
|
3908
|
-
description: "
|
|
3909
|
-
abstract: "
|
|
3908
|
+
description: "傳回給定儲存格引用的列號。 ",
|
|
3909
|
+
abstract: "傳回引用的列號",
|
|
3910
3910
|
links: [
|
|
3911
3911
|
{
|
|
3912
3912
|
title: "教導",
|
|
@@ -3914,12 +3914,12 @@ const t = {
|
|
|
3914
3914
|
}
|
|
3915
3915
|
],
|
|
3916
3916
|
functionParameter: {
|
|
3917
|
-
reference: { name: "引用", detail: "
|
|
3917
|
+
reference: { name: "引用", detail: "需要取得其列號的儲存格或儲存格區域。 " }
|
|
3918
3918
|
}
|
|
3919
3919
|
},
|
|
3920
3920
|
ROWS: {
|
|
3921
|
-
description: "
|
|
3922
|
-
abstract: "
|
|
3921
|
+
description: "傳回陣列或引用的列數。 ",
|
|
3922
|
+
abstract: "傳回引用中的列數",
|
|
3923
3923
|
links: [
|
|
3924
3924
|
{
|
|
3925
3925
|
title: "教導",
|
|
@@ -3927,7 +3927,7 @@ const t = {
|
|
|
3927
3927
|
}
|
|
3928
3928
|
],
|
|
3929
3929
|
functionParameter: {
|
|
3930
|
-
array: { name: "陣列", detail: "
|
|
3930
|
+
array: { name: "陣列", detail: "需要取得其列數的陣列、陣列公式或對儲存格區域的參考。 " }
|
|
3931
3931
|
}
|
|
3932
3932
|
},
|
|
3933
3933
|
RTD: {
|
|
@@ -3955,9 +3955,9 @@ const t = {
|
|
|
3955
3955
|
],
|
|
3956
3956
|
functionParameter: {
|
|
3957
3957
|
array: { name: "陣列", detail: "要排序的範圍或陣列。" },
|
|
3958
|
-
sortIndex: { name: "排序索引", detail: "表示排序依據(
|
|
3958
|
+
sortIndex: { name: "排序索引", detail: "表示排序依據(按列或按欄)的數字。" },
|
|
3959
3959
|
sortOrder: { name: "排序順序", detail: "表示所需排序順序的數字;1表示順序(預設),-1表示降序。" },
|
|
3960
|
-
byCol: { name: "排序方向", detail: "表示所需排序方向的邏輯值;FALSE
|
|
3960
|
+
byCol: { name: "排序方向", detail: "表示所需排序方向的邏輯值;FALSE指依列排序(預設),TRUE指依欄排序。" }
|
|
3961
3961
|
}
|
|
3962
3962
|
},
|
|
3963
3963
|
SORTBY: {
|
|
@@ -4059,8 +4059,8 @@ const t = {
|
|
|
4059
4059
|
}
|
|
4060
4060
|
},
|
|
4061
4061
|
VLOOKUP: {
|
|
4062
|
-
description: "
|
|
4063
|
-
abstract: "
|
|
4062
|
+
description: "需要在表格或區域中按列查找內容時,請使用 VLOOKUP。 例如,按零件號碼找出汽車零件的價格,或根據員工 ID 尋找員工姓名。 ",
|
|
4063
|
+
abstract: "在陣列第一欄中查找,然後在列之間移動以返回儲存格的值",
|
|
4064
4064
|
links: [
|
|
4065
4065
|
{
|
|
4066
4066
|
title: "教導",
|
|
@@ -4070,14 +4070,14 @@ const t = {
|
|
|
4070
4070
|
functionParameter: {
|
|
4071
4071
|
lookupValue: {
|
|
4072
4072
|
name: "查找值",
|
|
4073
|
-
detail: "要尋找的值。 要尋找的值必須位於 table_array
|
|
4073
|
+
detail: "要尋找的值。 要尋找的值必須位於 table_array 參數中指定的儲存格區域的第一欄。 "
|
|
4074
4074
|
},
|
|
4075
4075
|
tableArray: {
|
|
4076
4076
|
name: "範圍",
|
|
4077
|
-
detail: "VLOOKUP 在其中搜尋 lookup_value 和傳回值的儲存格區域。
|
|
4077
|
+
detail: "VLOOKUP 在其中搜尋 lookup_value 和傳回值的儲存格區域。 可以使用命名區域或表,並且可以在參數中使用名稱,而不是儲存格參考。 "
|
|
4078
4078
|
},
|
|
4079
4079
|
colIndexNum: {
|
|
4080
|
-
name: "
|
|
4080
|
+
name: "欄號",
|
|
4081
4081
|
detail: "其中包含傳回值的儲存格的編號(table_array 最左側儲存格為 1 開始編號)。 "
|
|
4082
4082
|
},
|
|
4083
4083
|
rangeLookup: {
|
|
@@ -4152,7 +4152,7 @@ const t = {
|
|
|
4152
4152
|
},
|
|
4153
4153
|
matchMode: {
|
|
4154
4154
|
name: "符合類型",
|
|
4155
|
-
detail: "指定符合類型: 0 - 完全符合。 如果未找到,則傳回 #N/A。預設選項。 -1 - 完全匹配。 如果沒有找到,則傳回下一個較小的項。 1 - 完全匹配。 如果沒有找到,則傳回下一個較大的項。 2 -
|
|
4155
|
+
detail: "指定符合類型: 0 - 完全符合。 如果未找到,則傳回 #N/A。預設選項。 -1 - 完全匹配。 如果沒有找到,則傳回下一個較小的項。 1 - 完全匹配。 如果沒有找到,則傳回下一個較大的項。 2 - 萬用字元匹配,其中 *, ? 和 ~ 有特殊意義。 "
|
|
4156
4156
|
},
|
|
4157
4157
|
searchMode: {
|
|
4158
4158
|
name: "搜尋模式",
|
|
@@ -4176,7 +4176,7 @@ const t = {
|
|
|
4176
4176
|
0 - 完全匹配(預設值)
|
|
4177
4177
|
-1 - 完全匹配或下一個最小項
|
|
4178
4178
|
1 - 完全匹配或下一個最大項
|
|
4179
|
-
2 -
|
|
4179
|
+
2 - 萬用字元匹配,其中*, ? 和~ 有特殊意義。 ` },
|
|
4180
4180
|
searchMode: { name: "搜尋類型", detail: `指定搜尋類型:
|
|
4181
4181
|
1 - 搜尋從第一到最後一個(預設值)
|
|
4182
4182
|
-1 - 搜尋從最後到第一個(反向搜尋)。
|
|
@@ -4741,7 +4741,7 @@ const t = {
|
|
|
4741
4741
|
}
|
|
4742
4742
|
},
|
|
4743
4743
|
MDETERM: {
|
|
4744
|
-
description: "
|
|
4744
|
+
description: "傳回陣列的矩陣行列式的值",
|
|
4745
4745
|
abstract: "傳回陣列的矩陣行列式的值",
|
|
4746
4746
|
links: [
|
|
4747
4747
|
{
|
|
@@ -4754,8 +4754,8 @@ const t = {
|
|
|
4754
4754
|
}
|
|
4755
4755
|
},
|
|
4756
4756
|
MINVERSE: {
|
|
4757
|
-
description: "
|
|
4758
|
-
abstract: "
|
|
4757
|
+
description: "傳回陣列的逆矩陣",
|
|
4758
|
+
abstract: "傳回陣列的逆矩陣",
|
|
4759
4759
|
links: [
|
|
4760
4760
|
{
|
|
4761
4761
|
title: "教導",
|
|
@@ -4924,8 +4924,8 @@ const t = {
|
|
|
4924
4924
|
functionParameter: {}
|
|
4925
4925
|
},
|
|
4926
4926
|
RANDARRAY: {
|
|
4927
|
-
description: "RANDARRAY 函數傳回 0 和 1
|
|
4928
|
-
abstract: "RANDARRAY 函數傳回 0 和 1
|
|
4927
|
+
description: "RANDARRAY 函數傳回 0 和 1 之間的隨機數字陣列。但是,你可以指定要填滿的列數和欄數、最小值和最大值,以及是否會傳回整個數字或小數值。",
|
|
4928
|
+
abstract: "RANDARRAY 函數傳回 0 和 1 之間的隨機數字陣列。",
|
|
4929
4929
|
links: [
|
|
4930
4930
|
{
|
|
4931
4931
|
title: "教導",
|
|
@@ -5157,7 +5157,7 @@ const t = {
|
|
|
5157
5157
|
}
|
|
5158
5158
|
],
|
|
5159
5159
|
functionParameter: {
|
|
5160
|
-
functionNum: { name: "函數編號", detail: "數字 1-11 或 101-111,用於指定要為分類總和所使用的函數。 如果使用 1-11
|
|
5160
|
+
functionNum: { name: "函數編號", detail: "數字 1-11 或 101-111,用於指定要為分類總和所使用的函數。 如果使用 1-11,將包括手動隱藏的列,如果使用 101-111,則排除手動隱藏的列;始終排除已篩選掉的儲存格。 " },
|
|
5161
5161
|
ref1: { name: "引用1", detail: "要對其進行分類總和計算的第一個命名區域或引用。 " },
|
|
5162
5162
|
ref2: { name: "引用2", detail: "要對其進行分類匯總計算的第 2 個至第 254 個命名區域或引用。 " }
|
|
5163
5163
|
}
|
|
@@ -5184,7 +5184,7 @@ const t = {
|
|
|
5184
5184
|
},
|
|
5185
5185
|
SUMIF: {
|
|
5186
5186
|
description: "範圍中符合指定條件的值求和。 ",
|
|
5187
|
-
abstract: "
|
|
5187
|
+
abstract: "按給定條件對指定儲存格求和",
|
|
5188
5188
|
links: [
|
|
5189
5189
|
{
|
|
5190
5190
|
title: "教導",
|
|
@@ -5198,7 +5198,7 @@ const t = {
|
|
|
5198
5198
|
},
|
|
5199
5199
|
criteria: {
|
|
5200
5200
|
name: "條件",
|
|
5201
|
-
detail: "
|
|
5201
|
+
detail: "以數字、表達式、儲存格引用、文字或函數的形式來定義將要新增哪些儲存格。可包含的萬用字元 - 問號(?)以匹配任意單個字符,星號(*)以匹配任意字符序列。 如果要尋找實際的問號或星號,請在該字元前鍵入波形符號(~)。 "
|
|
5202
5202
|
},
|
|
5203
5203
|
sumRange: {
|
|
5204
5204
|
name: "求和範圍",
|
|
@@ -5216,9 +5216,9 @@ const t = {
|
|
|
5216
5216
|
}
|
|
5217
5217
|
],
|
|
5218
5218
|
functionParameter: {
|
|
5219
|
-
sumRange: { name: "求和範圍", detail: "
|
|
5219
|
+
sumRange: { name: "求和範圍", detail: "要求和的儲存格區域。 " },
|
|
5220
5220
|
criteriaRange1: { name: "條件範圍 1", detail: "使用條件 1 測試的區域。條件範圍 1 和條件 1 設定用於搜尋某個區域是否符合特定條件的搜尋對。 一旦在該區域中找到了項,將計算求和範圍中的相應值的總和。 " },
|
|
5221
|
-
criteria1: { name: "條件 1", detail: '定義將計算條件範圍 1
|
|
5221
|
+
criteria1: { name: "條件 1", detail: '定義將計算條件範圍 1 中的哪些儲存格的和的條件。 例如,條件可以輸入為 32、">32"、B4、"蘋果" 或 "32"。 ' },
|
|
5222
5222
|
criteriaRange2: { name: "條件範圍 2", detail: "附加的區域,最多可以輸入 127 個區域。 " },
|
|
5223
5223
|
criteria2: { name: "條件 2", detail: "附加的關聯條件,最多可以輸入 127 個條件。 " }
|
|
5224
5224
|
}
|
|
@@ -5252,8 +5252,8 @@ const t = {
|
|
|
5252
5252
|
}
|
|
5253
5253
|
},
|
|
5254
5254
|
SUMX2MY2: {
|
|
5255
|
-
description: "
|
|
5256
|
-
abstract: "
|
|
5255
|
+
description: "傳回兩陣列中對應值平方差之和",
|
|
5256
|
+
abstract: "傳回兩陣列中對應值平方差之和",
|
|
5257
5257
|
links: [
|
|
5258
5258
|
{
|
|
5259
5259
|
title: "教導",
|
|
@@ -5266,8 +5266,8 @@ const t = {
|
|
|
5266
5266
|
}
|
|
5267
5267
|
},
|
|
5268
5268
|
SUMX2PY2: {
|
|
5269
|
-
description: "
|
|
5270
|
-
abstract: "
|
|
5269
|
+
description: "傳回兩陣列中對應值的平方和總和",
|
|
5270
|
+
abstract: "傳回兩陣列中對應值的平方和總和",
|
|
5271
5271
|
links: [
|
|
5272
5272
|
{
|
|
5273
5273
|
title: "教導",
|
|
@@ -5405,8 +5405,8 @@ const t = {
|
|
|
5405
5405
|
}
|
|
5406
5406
|
},
|
|
5407
5407
|
AVERAGEIF: {
|
|
5408
|
-
description: "
|
|
5409
|
-
abstract: "
|
|
5408
|
+
description: "返回區域中滿足給定條件的所有儲存格的平均值(算術平均值)。 ",
|
|
5409
|
+
abstract: "返回區域中滿足給定條件的所有儲存格的平均值(算術平均值)",
|
|
5410
5410
|
links: [
|
|
5411
5411
|
{
|
|
5412
5412
|
title: "教導",
|
|
@@ -5416,12 +5416,12 @@ const t = {
|
|
|
5416
5416
|
functionParameter: {
|
|
5417
5417
|
range: { name: "範圍", detail: "要計算平均值的一個或多個儲存格,其中包含數字或包含數字的名稱、陣列或參考。 " },
|
|
5418
5418
|
criteria: { name: "條件", detail: '形式為數字、表達式、儲存格引用或文字的條件,用來定義將計算平均值的儲存格。 例如,條件可以表示為 32、"32"、">32"、"蘋果" 或 B4。 ' },
|
|
5419
|
-
averageRange: { name: "平均範圍", detail: "
|
|
5419
|
+
averageRange: { name: "平均範圍", detail: "計算平均值的實際儲存格組。 如果省略,則使用 range。 " }
|
|
5420
5420
|
}
|
|
5421
5421
|
},
|
|
5422
5422
|
AVERAGEIFS: {
|
|
5423
5423
|
description: "傳回滿足多個條件的所有儲存格的平均值(算術平均值)。 ",
|
|
5424
|
-
abstract: "
|
|
5424
|
+
abstract: "返回所有滿足多個條件的儲存格的平均值(算術平均值)",
|
|
5425
5425
|
links: [
|
|
5426
5426
|
{
|
|
5427
5427
|
title: "教導",
|
|
@@ -5429,8 +5429,8 @@ const t = {
|
|
|
5429
5429
|
}
|
|
5430
5430
|
],
|
|
5431
5431
|
functionParameter: {
|
|
5432
|
-
averageRange: { name: "平均值範圍", detail: "
|
|
5433
|
-
criteriaRange1: { name: "條件範圍 1", detail: "
|
|
5432
|
+
averageRange: { name: "平均值範圍", detail: "要計算平均值的一個或多個儲存格,其中包含數字或包含數字的名稱、陣列或引用。 " },
|
|
5433
|
+
criteriaRange1: { name: "條件範圍 1", detail: "是一組用於條件計算的儲存格。 " },
|
|
5434
5434
|
criteria1: { name: "條件 1", detail: '用來定義將計算平均值的儲存格。 例如,條件可以表示為 32、"32"、">32"、"蘋果" 或 B4' },
|
|
5435
5435
|
criteriaRange2: { name: "條件範圍 2", detail: "附加區域。 最多可輸入 127 個區域。 " },
|
|
5436
5436
|
criteria2: { name: "條件 2", detail: "附加關聯條件。 最多可以輸入 127 個條件。 " }
|
|
@@ -5634,7 +5634,7 @@ const t = {
|
|
|
5634
5634
|
}
|
|
5635
5635
|
},
|
|
5636
5636
|
COUNT: {
|
|
5637
|
-
description: "
|
|
5637
|
+
description: "計算包含數字的儲存格數以及參數列表中數字的個數。 ",
|
|
5638
5638
|
abstract: "計算參數清單中數字的個數",
|
|
5639
5639
|
links: [
|
|
5640
5640
|
{
|
|
@@ -5645,7 +5645,7 @@ const t = {
|
|
|
5645
5645
|
functionParameter: {
|
|
5646
5646
|
value1: {
|
|
5647
5647
|
name: "值 1",
|
|
5648
|
-
detail: "
|
|
5648
|
+
detail: "要計算其中數字的數量的第一項、儲存格引用或區域。 "
|
|
5649
5649
|
},
|
|
5650
5650
|
value2: {
|
|
5651
5651
|
name: "值 2",
|
|
@@ -5675,7 +5675,7 @@ const t = {
|
|
|
5675
5675
|
}
|
|
5676
5676
|
},
|
|
5677
5677
|
COUNTBLANK: {
|
|
5678
|
-
description: "
|
|
5678
|
+
description: "計算區域內空白儲存格的數量。 ",
|
|
5679
5679
|
abstract: "計算區域內空白儲存格的數量",
|
|
5680
5680
|
links: [
|
|
5681
5681
|
{
|
|
@@ -5684,12 +5684,12 @@ const t = {
|
|
|
5684
5684
|
}
|
|
5685
5685
|
],
|
|
5686
5686
|
functionParameter: {
|
|
5687
|
-
range: { name: "範圍", detail: "
|
|
5687
|
+
range: { name: "範圍", detail: "需要計算其中空白儲存格數的區域。 " }
|
|
5688
5688
|
}
|
|
5689
5689
|
},
|
|
5690
5690
|
COUNTIF: {
|
|
5691
|
-
description: "
|
|
5692
|
-
abstract: "
|
|
5691
|
+
description: "計算區域內符合給定條件的儲存格的數量。 ",
|
|
5692
|
+
abstract: "計算區域內符合給定條件的儲存格的數量",
|
|
5693
5693
|
links: [
|
|
5694
5694
|
{
|
|
5695
5695
|
title: "教導",
|
|
@@ -5697,15 +5697,15 @@ const t = {
|
|
|
5697
5697
|
}
|
|
5698
5698
|
],
|
|
5699
5699
|
functionParameter: {
|
|
5700
|
-
range: { name: "範圍", detail: "
|
|
5700
|
+
range: { name: "範圍", detail: "要進行計數的儲存格組。 區域可以包括數字、陣列、命名區域或包含數字的引用。 空白和文字值將被忽略。 " },
|
|
5701
5701
|
criteria: { name: "條件", detail: `用來決定要統計哪些儲存格的數量的數字、表達式、儲存格參考或文字字串。
|
|
5702
|
-
例如,可以使用 32 之類數字,「>32」之類比較,B4
|
|
5702
|
+
例如,可以使用 32 之類數字,「>32」之類比較,B4 之類儲存格,或「蘋果」之類單字。
|
|
5703
5703
|
COUNTIF 只使用一個條件。 如果要使用多個條件,請使用 COUNTIFS。 ` }
|
|
5704
5704
|
}
|
|
5705
5705
|
},
|
|
5706
5706
|
COUNTIFS: {
|
|
5707
|
-
description: "
|
|
5708
|
-
abstract: "
|
|
5707
|
+
description: "計算區域內符合多個條件的儲存格的數量。 ",
|
|
5708
|
+
abstract: "計算區域內符合多個條件的儲存格的數量",
|
|
5709
5709
|
links: [
|
|
5710
5710
|
{
|
|
5711
5711
|
title: "教導",
|
|
@@ -5714,7 +5714,7 @@ COUNTIF 只使用一個條件。 如果要使用多個條件,請使用 COUNTIF
|
|
|
5714
5714
|
],
|
|
5715
5715
|
functionParameter: {
|
|
5716
5716
|
criteriaRange1: { name: "條件範圍 1", detail: "在其中計算關聯條件的第一個區域。 " },
|
|
5717
|
-
criteria1: { name: "條件 1", detail: '
|
|
5717
|
+
criteria1: { name: "條件 1", detail: '條件的形式為數字、表達式、儲存格引用或文本,它定義了要計數的儲存格範圍。 例如,條件可以表示為 32、">32"、B4、"apples"或 "32"。 ' },
|
|
5718
5718
|
criteriaRange2: { name: "條件範圍 2", detail: "附加區域。 最多可輸入 127 個區域。 " },
|
|
5719
5719
|
criteria2: { name: "條件 2", detail: "附加關聯條件。 最多可以輸入 127 個條件。 " }
|
|
5720
5720
|
}
|
|
@@ -6275,8 +6275,8 @@ COUNTIF 只使用一個條件。 如果要使用多個條件,請使用 COUNTIF
|
|
|
6275
6275
|
}
|
|
6276
6276
|
},
|
|
6277
6277
|
MAXIFS: {
|
|
6278
|
-
description: "
|
|
6279
|
-
abstract: "
|
|
6278
|
+
description: "傳回一組給定條件或標準指定的儲存格之間的最大值",
|
|
6279
|
+
abstract: "傳回一組給定條件或標準指定的儲存格之間的最大值",
|
|
6280
6280
|
links: [
|
|
6281
6281
|
{
|
|
6282
6282
|
title: "教導",
|
|
@@ -6285,7 +6285,7 @@ COUNTIF 只使用一個條件。 如果要使用多個條件,請使用 COUNTIF
|
|
|
6285
6285
|
],
|
|
6286
6286
|
functionParameter: {
|
|
6287
6287
|
maxRange: { name: "最大值範圍", detail: "確定最大值的實際儲存格區域。 " },
|
|
6288
|
-
criteriaRange1: { name: "條件範圍 1", detail: "
|
|
6288
|
+
criteriaRange1: { name: "條件範圍 1", detail: "是一組用於條件計算的儲存格。 " },
|
|
6289
6289
|
criteria1: { name: "條件 1", detail: "用來決定哪些儲存格是最大值的條件,格式為數字、表達式或文字。 一組相同的條件適用於 MINIFS、SUMIFS 和 AVERAGEIFS 函數。 " },
|
|
6290
6290
|
criteriaRange2: { name: "條件範圍 2", detail: "附加區域。 最多可輸入 127 個區域。 " },
|
|
6291
6291
|
criteria2: { name: "條件 2", detail: "附加關聯條件。 最多可以輸入 127 個條件。 " }
|
|
@@ -6340,8 +6340,8 @@ COUNTIF 只使用一個條件。 如果要使用多個條件,請使用 COUNTIF
|
|
|
6340
6340
|
}
|
|
6341
6341
|
},
|
|
6342
6342
|
MINIFS: {
|
|
6343
|
-
description: "
|
|
6344
|
-
abstract: "
|
|
6343
|
+
description: "傳回一組給定條件或標準指定的儲存格之間的最小值。 ",
|
|
6344
|
+
abstract: "傳回一組給定條件或標準指定的儲存格之間的最小值",
|
|
6345
6345
|
links: [
|
|
6346
6346
|
{
|
|
6347
6347
|
title: "教導",
|
|
@@ -6349,8 +6349,8 @@ COUNTIF 只使用一個條件。 如果要使用多個條件,請使用 COUNTIF
|
|
|
6349
6349
|
}
|
|
6350
6350
|
],
|
|
6351
6351
|
functionParameter: {
|
|
6352
|
-
minRange: { name: "最小值範圍", detail: "
|
|
6353
|
-
criteriaRange1: { name: "條件範圍 1", detail: "
|
|
6352
|
+
minRange: { name: "最小值範圍", detail: "確定最小值的實際儲存格區域。 " },
|
|
6353
|
+
criteriaRange1: { name: "條件範圍 1", detail: "是一組用於條件計算的儲存格。 " },
|
|
6354
6354
|
criteria1: { name: "條件 1", detail: "用來決定哪些儲存格是最小值的條件,格式為數字、表達式或文字。 一組相同的條件適用於 MAXIFS、SUMIFS 和 AVERAGEIFS 函數。 " },
|
|
6355
6355
|
criteriaRange2: { name: "條件範圍 2", detail: "附加區域。 最多可輸入 127 個區域。 " },
|
|
6356
6356
|
criteria2: { name: "條件 2", detail: "附加關聯條件。 最多可以輸入 127 個條件。 " }
|
|
@@ -7111,8 +7111,8 @@ COUNTIF 只使用一個條件。 如果要使用多個條件,請使用 COUNTIF
|
|
|
7111
7111
|
}
|
|
7112
7112
|
],
|
|
7113
7113
|
functionParameter: {
|
|
7114
|
-
text1: { name: "文字 1", detail: "要聯結的文字項目。
|
|
7115
|
-
text2: { name: "文字 2", detail: "要聯結的其他文字項目。 文本項最多可以有 253 個文字參數。
|
|
7114
|
+
text1: { name: "文字 1", detail: "要聯結的文字項目。 字串或字串陣列,如儲存格範圍。 " },
|
|
7115
|
+
text2: { name: "文字 2", detail: "要聯結的其他文字項目。 文本項最多可以有 253 個文字參數。 每個參數可以是一個字串或字串陣列,如儲存格範圍。 " }
|
|
7116
7116
|
}
|
|
7117
7117
|
},
|
|
7118
7118
|
CONCATENATE: {
|
|
@@ -7614,8 +7614,8 @@ COUNTIF 只使用一個條件。 如果要使用多個條件,請使用 COUNTIF
|
|
|
7614
7614
|
}
|
|
7615
7615
|
},
|
|
7616
7616
|
TEXTSPLIT: {
|
|
7617
|
-
description: "
|
|
7618
|
-
abstract: "
|
|
7617
|
+
description: "使用欄分隔符號和列分隔符號拆分文字字串",
|
|
7618
|
+
abstract: "使用欄分隔符號和列分隔符號拆分文字字串",
|
|
7619
7619
|
links: [
|
|
7620
7620
|
{
|
|
7621
7621
|
title: "教導",
|
|
@@ -7624,9 +7624,9 @@ COUNTIF 只使用一個條件。 如果要使用多個條件,請使用 COUNTIF
|
|
|
7624
7624
|
],
|
|
7625
7625
|
functionParameter: {
|
|
7626
7626
|
text: { name: "文字", detail: "要拆分的文字。" },
|
|
7627
|
-
colDelimiter: { name: "
|
|
7628
|
-
rowDelimiter: { name: "
|
|
7629
|
-
ignoreEmpty: { name: "
|
|
7627
|
+
colDelimiter: { name: "欄分隔符", detail: "若要拆分欄依據的字元或字串。" },
|
|
7628
|
+
rowDelimiter: { name: "列分隔符", detail: "若要拆分列依據的字元或字串。" },
|
|
7629
|
+
ignoreEmpty: { name: "忽略空白儲存格", detail: "是否忽略空白儲存格。預設為 FALSE。" },
|
|
7630
7630
|
matchMode: { name: "匹配模式", detail: "搜尋文字中的分隔符號匹配。預設情況下,會進行區分大小寫的匹配。" },
|
|
7631
7631
|
padWith: { name: "填充值", detail: "用於填充的值。預設情況下,使用 #N/A。" }
|
|
7632
7632
|
}
|
|
@@ -7843,7 +7843,7 @@ COUNTIF 只使用一個條件。 如果要使用多個條件,請使用 COUNTIF
|
|
|
7843
7843
|
num: "數值錯誤",
|
|
7844
7844
|
na: "值不可用",
|
|
7845
7845
|
cycle: "循環引用",
|
|
7846
|
-
ref: "
|
|
7846
|
+
ref: "無效的儲存格引用",
|
|
7847
7847
|
spill: "溢出區域不是空白區域",
|
|
7848
7848
|
calc: "計算錯誤",
|
|
7849
7849
|
error: "錯誤",
|
|
@@ -7864,7 +7864,7 @@ COUNTIF 只使用一個條件。 如果要使用多個條件,請使用 COUNTIF
|
|
|
7864
7864
|
cube: "多維資料集",
|
|
7865
7865
|
compatibility: "相容性",
|
|
7866
7866
|
web: "Web",
|
|
7867
|
-
array: "
|
|
7867
|
+
array: "陣列",
|
|
7868
7868
|
univer: "Univer",
|
|
7869
7869
|
user: "使用者自訂",
|
|
7870
7870
|
definedname: "定義名稱"
|