diff --git a/docs/src/.vitepress/config.mts b/docs/src/.vitepress/config.mts
index addf97b..b7cd193 100644
--- a/docs/src/.vitepress/config.mts
+++ b/docs/src/.vitepress/config.mts
@@ -71,7 +71,7 @@ export default defineConfig({
{
text: "Lookup and reference",
collapsed: true,
- link: "/functions/lookup_and_reference",
+ link: "/functions/lookup-and-reference",
items: [
{
text: "ADDRESS",
@@ -1214,29 +1214,6 @@ export default defineConfig({
},
],
},
- {
- text: "Uncatogorized",
- collapsed: true,
- link: "/functions/uncatogorized",
- items: [
- {
- text: "REGEXTEST",
- link: "/functions/uncatogorized/regextest",
- },
- {
- text: "REGEXEXTRACT",
- link: "/functions/uncatogorized/regexextract",
- },
- {
- text: "REGEXREPLACE:",
- link: "/functions/uncatogorized/regexreplace:",
- },
- {
- text: "TRIMRANGE",
- link: "/functions/uncatogorized/trimrange",
- },
- ],
- },
{
text: "Text",
collapsed: true,
@@ -1345,9 +1322,9 @@ export default defineConfig({
],
},
{
- text: "Math andtrigonometry",
+ text: "Math and trigonometry",
collapsed: true,
- link: "/functions/math_and_trigonometry",
+ link: "/functions/math-and-trigonometry",
items: [
{
text: "ABS",
@@ -1765,7 +1742,7 @@ export default defineConfig({
{
text: "Date and time",
collapsed: true,
- link: "/functions/date_and_time",
+ link: "/functions/date-and-time",
items: [
{
text: "DATE",
@@ -1960,6 +1937,29 @@ export default defineConfig({
},
],
},
+ {
+ text: "Uncatogorized",
+ collapsed: true,
+ link: "/functions/uncatogorized",
+ items: [
+ {
+ text: "REGEXTEST",
+ link: "/functions/uncatogorized/regextest",
+ },
+ {
+ text: "REGEXEXTRACT",
+ link: "/functions/uncatogorized/regexextract",
+ },
+ {
+ text: "REGEXREPLACE:",
+ link: "/functions/uncatogorized/regexreplace:",
+ },
+ {
+ text: "TRIMRANGE",
+ link: "/functions/uncatogorized/trimrange",
+ },
+ ],
+ },
],
},
{
diff --git a/docs/src/functions/cube.md b/docs/src/functions/cube.md
new file mode 100644
index 0000000..106028d
--- /dev/null
+++ b/docs/src/functions/cube.md
@@ -0,0 +1,19 @@
+---
+layout: doc
+outline: deep
+lang: en-US
+---
+
+# Cube functions
+
+At the moment IronCalc does not support any function in this section. All are planned.
+You can track the progress in this [GitHub issue](https://github.com/ironcalc/IronCalc/issues/58).
+
+| Function | Status | Documentation |
+| ------------------ | ---------------------------------------------- | ------------- |
+| CUBEKPIMEMBER | | – |
+| CUBEMEMBERPROPERTY | | – |
+| CUBERANKEDMEMBER | | – |
+| CUBESET | | – |
+| CUBESETCOUNT | | – |
+| CUBEVALUE | | – |
\ No newline at end of file
diff --git a/docs/src/functions/cube/cubekpimember.md b/docs/src/functions/cube/cubekpimember.md
index f4f0642..32cd83c 100644
--- a/docs/src/functions/cube/cubekpimember.md
+++ b/docs/src/functions/cube/cubekpimember.md
@@ -4,6 +4,11 @@ outline: deep
lang: en-US
---
+::: warning
+**Note:** This function is not yet available in IronCalc 🚧
+[Follow development here](https://github.com/ironcalc/IronCalc/labels/Functions)
+:::
+
::: warning
**Note:** This page is under construction 🚧
:::
diff --git a/docs/src/functions/database.md b/docs/src/functions/database.md
index 4228ab8..f2e28e8 100644
--- a/docs/src/functions/database.md
+++ b/docs/src/functions/database.md
@@ -11,15 +11,15 @@ You can track the progress in this [GitHub issue](https://github.com/ironcalc/Ir
| Function | Status | Documentation |
| -------- | ---------------------------------------------- | ------------- |
-| DAVERAGE | | – |
-| DCOUNT | | – |
-| DCOUNTA | | – |
-| DGET | | – |
-| DMAX | | – |
-| DMIN | | – |
-| DPRODUCT | | – |
-| DSTDEV | | – |
-| DSTDEVP | | – |
-| DSUM | | – |
-| DVAR | | – |
-| DVARP | | – |
+| DAVERAGE | | – |
+| DCOUNT | | – |
+| DCOUNTA | | – |
+| DGET | | – |
+| DMAX | | – |
+| DMIN | | – |
+| DPRODUCT | | – |
+| DSTDEV | | – |
+| DSTDEVP | | – |
+| DSUM | | – |
+| DVAR | | – |
+| DVARP | | – |
diff --git a/docs/src/functions/date-and-time.md b/docs/src/functions/date-and-time.md
index a8ebd52..e48450e 100644
--- a/docs/src/functions/date-and-time.md
+++ b/docs/src/functions/date-and-time.md
@@ -12,27 +12,27 @@ You can track the progress in this [GitHub issue](https://github.com/ironcalc/Ir
| Function | Status | Documentation |
| ---------------- | ---------------------------------------------- | ------------- |
| DATE | | – |
-| DATEDIF | | – |
-| DATEVALUE | | – |
+| DATEDIF | | – |
+| DATEVALUE | | – |
| DAY | | – |
-| DAYS | | – |
-| DAYS360 | | – |
+| DAYS | | – |
+| DAYS360 | | – |
| EDATE | | – |
| EOMONTH | | – |
-| HOUR | | – |
-| ISOWEEKNUM | | – |
-| MINUTE | | – |
+| HOUR | | – |
+| ISOWEEKNUM | | – |
+| MINUTE | | – |
| MONTH | | – |
-| NETWORKDAYS | | – |
-| NETWORKDAYS.INTL | | – |
+| NETWORKDAYS | | – |
+| NETWORKDAYS.INTL | | – |
| NOW | | – |
-| SECOND | | – |
-| TIME | | – |
-| TIMEVALUE | | – |
+| SECOND | | – |
+| TIME | | – |
+| TIMEVALUE | | – |
| TODAY | | – |
-| WEEKDAY | | – |
-| WEEKNUM | | – |
-| WORKDAY | | – |
-| WORKDAY.INTL | | – |
+| WEEKDAY | | – |
+| WEEKNUM | | – |
+| WORKDAY | | – |
+| WORKDAY.INTL | | – |
| YEAR | | – |
-| YEARFRAC | | – |
+| YEARFRAC | | – |
diff --git a/docs/src/functions/financial.md b/docs/src/functions/financial.md
index 9cf82fd..153011d 100644
--- a/docs/src/functions/financial.md
+++ b/docs/src/functions/financial.md
@@ -11,58 +11,58 @@ You can track the progress in this [GitHub issue](https://github.com/ironcalc/Ir
| Function | Status | Documentation |
| ---------- | ---------------------------------------------- | ------------------ |
-| ACCRINT | | – |
-| ACCRINTM | | – |
-| AMORDEGRC | | – |
-| AMORLINC | | – |
-| COUPDAYBS | | – |
-| COUPDAYS | | – |
-| COUPDAYSNC | | – |
-| COUPNCD | | – |
-| COUPNUM | | – |
-| COUPPCD | | – |
+| ACCRINT | | – |
+| ACCRINTM | | – |
+| AMORDEGRC | | – |
+| AMORLINC | | – |
+| COUPDAYBS | | – |
+| COUPDAYS | | – |
+| COUPDAYSNC | | – |
+| COUPNCD | | – |
+| COUPNUM | | – |
+| COUPPCD | | – |
| CUMIPMT | | – |
| CUMPRINC | | – |
| DB | | – |
| DDB | | – |
-| DISC | | – |
+| DISC | | – |
| DOLLARDE | | – |
| DOLLARFR | | – |
-| DURATION | | – |
+| DURATION | | – |
| EFFECT | | – |
| FV | | [FV](financial/fv) |
-| FVSCHEDULE | | – |
-| INTRATE | | – |
+| FVSCHEDULE | | – |
+| INTRATE | | – |
| IPMT | | – |
| IRR | | – |
| ISPMT | | – |
-| MDURATION | | – |
+| MDURATION | | – |
| MIRR | | – |
| NOMINAL | | – |
| NPER | | – |
| NPV | | – |
-| ODDFPRICE | | – |
-| ODDFYIELD | | – |
-| ODDLPRICE | | – |
-| ODDLYIELD | | – |
+| ODDFPRICE | | – |
+| ODDFYIELD | | – |
+| ODDLPRICE | | – |
+| ODDLYIELD | | – |
| PDURATION | | – |
| PMT | | – |
| PPMT | | – |
-| PRICE | | – |
-| PRICEDISC | | – |
-| PRICEMAT | | – |
+| PRICE | | – |
+| PRICEDISC | | – |
+| PRICEMAT | | – |
| PV | | – |
| RATE | | – |
-| RECEIVED | | – |
+| RECEIVED | | – |
| RRI | | - |
| SLN | | – |
| SYD | | – |
| TBILLEQ | | – |
| TBILLPRICE | | – |
| TBILLYIELD | | – |
-| VDB | | – |
+| VDB | | – |
| XIRR | | – |
| XNPV | | – |
-| YIELD | | – |
-| YIELDDISC | | – |
-| YIELDMAT | | – |
+| YIELD | | – |
+| YIELDDISC | | – |
+| YIELDMAT | | – |
diff --git a/docs/src/functions/fv.md b/docs/src/functions/fv.md
deleted file mode 100644
index 85d836c..0000000
--- a/docs/src/functions/fv.md
+++ /dev/null
@@ -1,60 +0,0 @@
----
-layout: doc
-outline: deep
-lang: en-US
----
-
-# FV
-
-## Overview
-
-FV (Future Value) is a function in the Financial category that can be used to predict the future value of an investment or asset based on its present value.
-
-FV can be used to calculate future value over a specified number of compounding periods. A fixed interest rate or yield is assumed over all periods, and a fixed payment or deposit can be applied at the start or end of every period.
-
-If your interest rate varies between periods, use the **FVSCHEDULE** function instead of FV.
-
-## Parameters
-
-**FV(rate, nper, pmt, pv, period_start)**
-
-- _rate_. The fixed percentage interest rate or yield per period.
-- _nper_. The number of compounding periods to be taken into account. While this will often be an integer, non-integer values are also accepted.
-- _pmt_ (optional). The fixed amount paid or deposited each compounding period (default 0).
-- _pv_ (optional). The present value or starting amount of the asset (default 0).
-- _period_start_ (optional). A logical value indicating whether the payment due dates are at the end (0) of the compounding periods or at the beginning (1) (default 0). FV treats any non-zero value as it would the value 1.
-
-### Additional notes
-
-- FV may generate #ERROR!, #VALUE! or #DIV/0! errors. For more details see our Error Types page (link when page written).
-- Make sure that the _rate_ argument specifies the interest rate or yield applicable to the compounding period, based on the value chosen for _nper_.
-- The _pmt_ and _pv_ arguments should be expressed in the same currency unit. FV returns a value in the same currency unit.
-- To ensure a worthwhile result, one of the _pmt_ and _pv_ arguments should be set to a non-zero value.
-- The setting of the _period_start_ argument only affects the calculation for non-zero values of the _pmt_ argument.
-
-## Details
-
-- If _rate_ = 0, FV solves the equation:
-
- $$
- FV = -pv - (pmt \times nper)
- $$
-
-- If _rate_ <> 0 and _period_start_ = 0, FV solves the equation:
- $$
- FV = -pv \times (1 + rate)^{nper} - \dfrac{pmt\times\big({(1+rate)^{nper}-1}\big)}{rate}
- $$
-- If _rate_ <> 0 and _period_start_ <> 0, FV solves the equation:
- $$
- FV = -pv \times (1 + rate)^{nper} - \dfrac{pmt\times\big({(1+rate)^{nper}-1}\big) \times(1+rate)}{rate}
- $$
-
-## Examples
-
-[See this example in IronCalc](https://app.ironcalc.com/?model=h30aj-o2HyK-1jUR8)
-
-## Links
-
-- For more information about the concept of "future value" in finance, visit Wikipedia's [Future value](https://en.wikipedia.org/wiki/Future_value) page.
-
-- Visit Microsoft Excel's [FV function](https://support.microsoft.com/en-gb/office/fv-function-2eef9f44-a084-4c61-bdd8-4fe4bb1b71b3) page.
diff --git a/docs/src/functions/information.md b/docs/src/functions/information.md
index 3675558..cb649fd 100644
--- a/docs/src/functions/information.md
+++ b/docs/src/functions/information.md
@@ -11,24 +11,24 @@ You can track the progress in this [GitHub issue](https://github.com/ironcalc/Ir
| Function | Status | Documentation |
| ---------- | ---------------------------------------------- | ------------- |
-| CELL | | – |
+| CELL | | – |
| ERROR.TYPE | | – |
-| INFO | | – |
+| INFO | | – |
| ISBLANK | | – |
| ISERR | | – |
| ISERROR | | – |
| ISEVEN | | – |
| ISFORMULA | | – |
| ISLOGICAL | | – |
-| ISNA | | – |
+| ISNA | | – |
| ISNONTEXT | | – |
| ISNUMBER | | – |
| ISODD | | – |
-| ISOMITTED | | – |
+| ISOMITTED | | – |
| ISREF | | – |
| ISTEXT | | – |
-| N | | – |
+| N | | – |
| NA | | – |
| SHEET | | – |
-| SHEETS | | – |
+| SHEETS | | – |
| TYPE | | – |
diff --git a/docs/src/functions/logical.md b/docs/src/functions/logical.md
index 36c964c..266c7c1 100644
--- a/docs/src/functions/logical.md
+++ b/docs/src/functions/logical.md
@@ -12,21 +12,21 @@ You can track the progress in this [GitHub issue](https://github.com/ironcalc/Ir
| Function | Status | Documentation |
| --------- | ---------------------------------------------- | ------------- |
| AND | | – |
-| BYCOL | | – |
-| BYROW | | – |
+| BYCOL | | – |
+| BYROW | | – |
| FALSE | | – |
| IF | | – |
| IFERROR | | – |
| IFNA | | – |
| IFS | | – |
-| LAMBDA | | – |
-| LET | | – |
-| MAKEARRAY | | – |
-| MAP | | – |
+| LAMBDA | | – |
+| LET | | – |
+| MAKEARRAY | | – |
+| MAP | | – |
| NOT | | – |
| OR | | – |
-| REDUCE | | – |
-| SCAN | | – |
+| REDUCE | | – |
+| SCAN | | – |
| SWITCH | | – |
| TRUE | | – |
| XOR | | – |
diff --git a/docs/src/functions/lookup-and-reference.md b/docs/src/functions/lookup-and-reference.md
index 5de10cf..250474c 100644
--- a/docs/src/functions/lookup-and-reference.md
+++ b/docs/src/functions/lookup-and-reference.md
@@ -11,40 +11,40 @@ You can track the progress in this [GitHub issue](https://github.com/ironcalc/Ir
| Function | Status | Documentation |
| ------------ | ---------------------------------------------- | ------------- |
-| ADDRESS | | – |
-| AREAS | | – |
+| ADDRESS | | – |
+| AREAS | | – |
| CHOOSE | | – |
-| CHOOSECOLS | | – |
-| CHOOSEROWS | | – |
+| CHOOSECOLS | | – |
+| CHOOSEROWS | | – |
| COLUMN | | – |
| COLUMNS | | – |
-| DROP | | – |
-| EXPAND | | – |
-| FILTER | | – |
-| FORMULATEXT | | – |
-| GETPIVOTDATA | | – |
+| DROP | | – |
+| EXPAND | | – |
+| FILTER | | – |
+| FORMULATEXT | | – |
+| GETPIVOTDATA | | – |
| HLOOKUP | | – |
-| HSTACK | | – |
-| HYPERLINK | | – |
-| IMAGE | | – |
+| HSTACK | | – |
+| HYPERLINK | | – |
+| IMAGE | | – |
| INDEX | | – |
| INDIRECT | | – |
| LOOKUP | | – |
| MATCH | | – |
| OFFSET | | – |
| ROW | | – |
-| ROWS | | – |
-| RTD | | – |
-| SORT | | – |
-| SORTBY | | – |
-| TAKE | | – |
-| TOCOL | | – |
-| TOROW | | – |
-| TRANSPOSE | | – |
-| UNIQUE | | – |
+| ROWS | | – |
+| RTD | | – |
+| SORT | | – |
+| SORTBY | | – |
+| TAKE | | – |
+| TOCOL | | – |
+| TOROW | | – |
+| TRANSPOSE | | – |
+| UNIQUE | | – |
| VLOOKUP | | – |
-| VSTACK | | – |
-| WRAPCOLS | | – |
-| WRAPROWS | | – |
+| VSTACK | | – |
+| WRAPCOLS | | – |
+| WRAPROWS | | – |
| XLOOKUP | | – |
-| XMATCH | | – |
+| XMATCH | | – |
diff --git a/docs/src/functions/math-and-trigonometry.md b/docs/src/functions/math-and-trigonometry.md
index 3ba28be..dbd7629 100644
--- a/docs/src/functions/math-and-trigonometry.md
+++ b/docs/src/functions/math-and-trigonometry.md
@@ -14,82 +14,82 @@ You can track the progress in this [GitHub issue](https://github.com/ironcalc/Ir
| ABS | | – |
| ACOS | | – |
| ACOSH | | – |
-| ACOT | | – |
-| ACOTH | | – |
-| AGGREGATE | | – |
-| ARABIC | | – |
+| ACOT | | – |
+| ACOTH | | – |
+| AGGREGATE | | – |
+| ARABIC | | – |
| ASIN | | – |
| ASINH | | – |
| ATAN | | – |
| ATAN2 | | – |
| ATANH | | – |
-| BASE | | – |
-| CEILING | | – |
-| CEILING.MATH | | – |
-| CEILING.PRECISE | | – |
-| COMBIN | | – |
-| COMBINA | | – |
+| BASE | | – |
+| CEILING | | – |
+| CEILING.MATH | | – |
+| CEILING.PRECISE | | – |
+| COMBIN | | – |
+| COMBINA | | – |
| COS | | – |
| COSH | | – |
-| COT | | – |
-| COTH | | – |
-| CSC | | – |
-| CSCH | | – |
-| DECIMAL | | – |
-| DEGREES | | – |
-| EVEN | | – |
-| EXP | | – |
-| FACT | | – |
-| FACTDOUBLE | | – |
-| FLOOR | | – |
-| FLOOR.MATH | | – |
-| FLOOR.PRECISE | | – |
-| GCD | | – |
-| INT | | – |
-| ISO.CEILING | | – |
-| LCM | | – |
-| LET | | – |
-| LN | | – |
-| LOG | | – |
-| LOG10 | | – |
-| MDETERM | | – |
-| MINVERSE | | – |
-| MMULT | | – |
-| MOD | | – |
-| MROUND | | – |
-| MULTINOMIAL | | – |
-| MUNIT | | – |
-| ODD | | – |
-| PI | | – |
+| COT | | – |
+| COTH | | – |
+| CSC | | – |
+| CSCH | | – |
+| DECIMAL | | – |
+| DEGREES | | – |
+| EVEN | | – |
+| EXP | | – |
+| FACT | | – |
+| FACTDOUBLE | | – |
+| FLOOR | | – |
+| FLOOR.MATH | | – |
+| FLOOR.PRECISE | | – |
+| GCD | | – |
+| INT | | – |
+| ISO.CEILING | | – |
+| LCM | | – |
+| LET | | – |
+| LN | | – |
+| LOG | | – |
+| LOG10 | | – |
+| MDETERM | | – |
+| MINVERSE | | – |
+| MMULT | | – |
+| MOD | | – |
+| MROUND | | – |
+| MULTINOMIAL | | – |
+| MUNIT | | – |
+| ODD | | – |
+| PI | | – |
| POWER | | – |
| PRODUCT | | – |
-| QUOTIENT | | – |
-| RADIANS | | – |
+| QUOTIENT | | – |
+| RADIANS | | – |
| RAND | | – |
-| RANDARRAY | | – |
+| RANDARRAY | | – |
| RANDBETWEEN | | – |
-| ROMAN | | – |
+| ROMAN | | – |
| ROUND | | – |
| ROUNDDOWN | | – |
| ROUNDUP | | – |
-| SEC | | – |
-| SECH | | – |
-| SERIESSUM | | – |
-| SEQUENCE | | – |
-| SIGN | | – |
+| SEC | | – |
+| SECH | | – |
+| SERIESSUM | | – |
+| SEQUENCE | | – |
+| SIGN | | – |
| SIN | | – |
| SINH | | – |
| SQRT | | – |
-| SQRTPI | | – |
-| SUBTOTAL | | – |
+| SQRTPI | | – |
+| SUBTOTAL | | – |
| SUM | | – |
| SUMIF | | – |
-| SUMIFS | | – |
-| SUMPRODUCT | | – |
-| SUMSQ | | – |
-| SUMX2MY2 | | – |
-| SUMX2PY2 | | – |
-| SUMXMY2 | | – |
+| SUMIFS | | – |
+| SUMPRODUCT | | – |
+| SUMSQ | | – |
+| SUMX2MY2 | | – |
+| SUMX2PY2 | | – |
+| SUMXMY2 | | – |
| TAN | | – |
| TANH | | – |
-| TRUNC | | – |
+| TRUNC | | – |
diff --git a/docs/src/functions/statistical.md b/docs/src/functions/statistical.md
index c493ab7..9bd1909 100644
--- a/docs/src/functions/statistical.md
+++ b/docs/src/functions/statistical.md
@@ -11,111 +11,111 @@ You can track the progress in this [GitHub issue](https://github.com/ironcalc/Ir
| Function | Status | Documentation |
| ------------------------ | ---------------------------------------------- | ------------- |
-| AVEDEV | | – |
+| AVEDEV | | – |
| AVERAGE | | – |
| AVERAGEA | | – |
| AVERAGEIF | | – |
| AVERAGEIFS | | – |
-| BETA.DIST | | – |
-| BETA.INV | | – |
-| BINOM.DIST | | – |
-| BINOM.DIST.RANGE | | – |
-| BINOM.INV | | – |
-| CHISQ.DIST | | – |
-| CHISQ.DIST.RT | | – |
-| CHISQ.INV | | – |
-| CHISQ.INV.RT | | – |
-| CHISQ.TEST | | – |
-| CONFIDENCE.NORM | | – |
-| CONFIDENCE.T | | – |
-| CORREL | | – |
+| BETA.DIST | | – |
+| BETA.INV | | – |
+| BINOM.DIST | | – |
+| BINOM.DIST.RANGE | | – |
+| BINOM.INV | | – |
+| CHISQ.DIST | | – |
+| CHISQ.DIST.RT | | – |
+| CHISQ.INV | | – |
+| CHISQ.INV.RT | | – |
+| CHISQ.TEST | | – |
+| CONFIDENCE.NORM | | – |
+| CONFIDENCE.T | | – |
+| CORREL | | – |
| COUNT | | – |
| COUNTA | | – |
| COUNTBLANK | | – |
| COUNTIF | | – |
| COUNTIFS | | – |
-| COVARIANCE.P | | – |
-| COVARIANCE.S | | – |
-| DEVSQ | | – |
-| EXPON.DIST | | – |
-| F.DIST | | – |
-| F.DIST.RT | | – |
-| F.INV | | – |
-| F.INV.RT | | – |
-| F.TEST | | – |
-| FISHER | | – |
-| FISHERINV | | – |
-| FORECAST | | – |
-| FORECAST.ETS | | – |
-| FORECAST.ETS.CONFINT | | – |
-| FORECAST.ETS.SEASONALITY | | – |
-| FORECAST.ETS.STAT | | – |
-| FORECAST.LINEAR | | – |
-| FREQUENCY | | – |
-| GAMMA | | – |
-| GAMMA.DIST | | – |
-| GAMMA.INV | | – |
-| GAMMALN | | – |
-| GAMMALN.PRECISE | | – |
-| GAUSS | | – |
-| GEOMEAN | | – |
-| GROWTH | | – |
-| HARMEAN | | – |
-| HYPGEOM.DIST | | – |
-| INTERCEPT | | – |
-| KURT | | – |
-| LARGE | | – |
-| LINEST | | – |
-| LOGEST | | – |
-| LOGNORM.DIST | | – |
-| LOGNORM.INV | | – |
+| COVARIANCE.P | | – |
+| COVARIANCE.S | | – |
+| DEVSQ | | – |
+| EXPON.DIST | | – |
+| F.DIST | | – |
+| F.DIST.RT | | – |
+| F.INV | | – |
+| F.INV.RT | | – |
+| F.TEST | | – |
+| FISHER | | – |
+| FISHERINV | | – |
+| FORECAST | | – |
+| FORECAST.ETS | | – |
+| FORECAST.ETS.CONFINT | | – |
+| FORECAST.ETS.SEASONALITY | | – |
+| FORECAST.ETS.STAT | | – |
+| FORECAST.LINEAR | | – |
+| FREQUENCY | | – |
+| GAMMA | | – |
+| GAMMA.DIST | | – |
+| GAMMA.INV | | – |
+| GAMMALN | | – |
+| GAMMALN.PRECISE | | – |
+| GAUSS | | – |
+| GEOMEAN | | – |
+| GROWTH | | – |
+| HARMEAN | | – |
+| HYPGEOM.DIST | | – |
+| INTERCEPT | | – |
+| KURT | | – |
+| LARGE | | – |
+| LINEST | | – |
+| LOGEST | | – |
+| LOGNORM.DIST | | – |
+| LOGNORM.INV | | – |
| MAX | | – |
-| MAXA | | – |
+| MAXA | | – |
| MAXIFS | | – |
-| MEDIAN | | – |
-| MODE.MULT | | – |
-| MODE.SNGL | | – |
-| NEGBINOM.DIST | | – |
-| NORM.DIST | | – |
-| NORM.INV | | – |
-| NORM.S.DIST | | – |
-| NORM.S.INV | | – |
-| PEARSON | | – |
-| PERCENTILE.EXC | | – |
-| PERCENTILE.INC | | – |
-| PERCENTRANK.EXC | | – |
-| PERCENTRANK.INC | | – |
-| PERMUT | | – |
-| PERMUTATIONA | | – |
-| PHI | | – |
-| POISSON.DIST | | – |
-| PROB | | – |
-| QUARTILE.EXC | | – |
-| QUARTILE.INC | | – |
-| RANK.AVG | | – |
-| RANK.EQ | | – |
-| RSQ | | – |
-| SKEW | | – |
-| SKEW.P | | – |
-| SLOPE | | – |
-| SMALL | | – |
-| STANDARDIZE | | – |
-| STDEV.P | | – |
-| STDEV.S | | – |
-| STDEVA | | – |
-| STDEVPA | | – |
-| STEYX | | – |
-| T.DIST | | – |
-| T.DIST.2T | | – |
-| T.DIST.RT | | – |
-| T.INV | | – |
-| T.INV.2T | | – |
-| T.TEST | | – |
-| TREND | | – |
-| TRIMMEAN | | – |
-| VAR.P | | – |
-| VAR.S | | – |
-| VARA | | – |
-| VARPA | | – |
-| WEIBULL.DIST | | – |
-| Z.TEST | | – |
+| MEDIAN | | – |
+| MODE.MULT | | – |
+| MODE.SNGL | | – |
+| NEGBINOM.DIST | | – |
+| NORM.DIST | | – |
+| NORM.INV | | – |
+| NORM.S.DIST | | – |
+| NORM.S.INV | | – |
+| PEARSON | | – |
+| PERCENTILE.EXC | | – |
+| PERCENTILE.INC | | – |
+| PERCENTRANK.EXC | | – |
+| PERCENTRANK.INC | | – |
+| PERMUT | | – |
+| PERMUTATIONA | | – |
+| PHI | | – |
+| POISSON.DIST | | – |
+| PROB | | – |
+| QUARTILE.EXC | | – |
+| QUARTILE.INC | | – |
+| RANK.AVG | | – |
+| RANK.EQ | | – |
+| RSQ | | – |
+| SKEW | | – |
+| SKEW.P | | – |
+| SLOPE | | – |
+| SMALL | | – |
+| STANDARDIZE | | – |
+| STDEV.P | | – |
+| STDEV.S | | – |
+| STDEVA | | – |
+| STDEVPA | | – |
+| STEYX | | – |
+| T.DIST | | – |
+| T.DIST.2T | | – |
+| T.DIST.RT | | – |
+| T.INV | | – |
+| T.INV.2T | | – |
+| T.TEST | | – |
+| TREND | | – |
+| TRIMMEAN | | – |
+| VAR.P | | – |
+| VAR.S | | – |
+| VARA | | – |
+| VARPA | | – |
+| WEIBULL.DIST | | – |
+| Z.TEST | | – |
diff --git a/docs/src/functions/text.md b/docs/src/functions/text.md
index 50748bb..4217d90 100644
--- a/docs/src/functions/text.md
+++ b/docs/src/functions/text.md
@@ -11,46 +11,46 @@ You can track the progress in this [GitHub issue](https://github.com/ironcalc/Ir
| Function | Status | Documentation |
| ----------- | ---------------------------------------------- | ------------- |
-| ASC | | – |
-| ARRAYTOTEXT | | – |
-| BAHTTEXT | | – |
-| CHAR | | – |
-| CLEAN | | – |
-| CODE | | – |
+| ASC | | – |
+| ARRAYTOTEXT | | – |
+| BAHTTEXT | | – |
+| CHAR | | – |
+| CLEAN | | – |
+| CODE | | – |
| CONCAT | | – |
| CONCATENATE | | – |
-| DBCS | | – |
-| DOLLAR | | – |
+| DBCS | | – |
+| DOLLAR | | – |
| EXACT | | – |
| FIND | | – |
-| FINDB | | – |
-| FIXED | | – |
+| FINDB | | – |
+| FIXED | | – |
| LEFT | | – |
-| LEFTB | | – |
+| LEFTB | | – |
| LEN | | – |
-| LENB | | – |
-| LOWER | | – |
-| MID | | – |
-| MIDB | | – |
-| NUMBERVALUE | | – |
-| PHONETIC | | – |
-| PROPER | | – |
-| REPLACE | | – |
-| REPLACEB | | – |
+| LENB | | – |
+| LOWER | | – |
+| MID | | – |
+| MIDB | | – |
+| NUMBERVALUE | | – |
+| PHONETIC | | – |
+| PROPER | | – |
+| REPLACE | | – |
+| REPLACEB | | – |
| REPT | | – |
| RIGHT | | – |
-| RIGHTB | | – |
+| RIGHTB | | – |
| SEARCH | | – |
-| SEARCHB | | – |
+| SEARCHB | | – |
| SUBSTITUTE | | – |
| T | | – |
| TEXT | | – |
| TEXTAFTER | | – |
| TEXTBEFORE | | – |
| TEXTJOIN | | – |
-| TEXTSPLIT | | – |
+| TEXTSPLIT | | – |
| TRIM | | – |
-| UNICHAR | | – |
+| UNICHAR | | – |
| UNICODE | | – |
| UPPER | | – |
| VALUE | | – |
diff --git a/docs/src/functions/uncategorized.md b/docs/src/functions/uncategorized.md
new file mode 100644
index 0000000..2effb50
--- /dev/null
+++ b/docs/src/functions/uncategorized.md
@@ -0,0 +1,17 @@
+---
+layout: doc
+outline: deep
+lang: en-US
+---
+
+# Cube functions
+
+At the moment IronCalc does not support any function in this section. All are planned.
+You can track the progress in this [GitHub issue](https://github.com/ironcalc/IronCalc/issues/97) and [GitHub issue](https://github.com/ironcalc/IronCalc/issues/70).
+
+| Function | Status | Documentation |
+| ------------ | ------------------------------------------------ | ------------- |
+| REGEXTEST | | – |
+| REGEXEXTRACT | | – |
+| REGEXREPLACE | | – |
+| TRIMRANGE | | – |