From 0bf3986efa0d096981101872c2f10e31a7bcf6b4 Mon Sep 17 00:00:00 2001 From: CoryHrycko <40903917+CoryHrycko@users.noreply.github.com> Date: Sun, 1 Nov 2020 06:05:04 -0500 Subject: [PATCH] Updating a misspelling of a function name. (#1695) This will update the function name DCOUNTA from the misspelling of DCOUNT. --- docs/topics/calculation-engine.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/calculation-engine.md b/docs/topics/calculation-engine.md index d15dbb16..4fd300e8 100644 --- a/docs/topics/calculation-engine.md +++ b/docs/topics/calculation-engine.md @@ -456,7 +456,7 @@ has not yet been implemented in PhpSpreadsheet. #### DCOUNTA -The DCOUNT function returns the count of cells that aren’t blank in a +The DCOUNTA function returns the count of cells that aren’t blank in a column of a list or database and that match conditions that you specify. ##### Syntax