Skip to content

Commit 465321f

Browse files
Fix: HF-85 remove DGET/DMAX/DMIN/DPRODUCT bullets — these match Excel
Per sequba review: DGET returning #VALUE! / #NUM! and DMAX/DMIN/DPRODUCT returning 0 for no-match are Excel-identical behaviors, not HyperFormula deviations. They do not belong in known-limitations.md. The SEQUENCE/FILTER parse-time-dimensions bullet remains — that one is a HyperFormula-specific limitation.
1 parent 0c3decd commit 465321f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

docs/guide/known-limitations.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,3 @@ you can't compare the arguments in a formula like this:
3838
* The INDEX function doesn't support returning whole rows or columns of the source range – it always returns the contents of a single cell.
3939
* The FILTER function accepts either single rows of equal width or single columns of equal height. In other words, all arrays passed to the FILTER function must have equal dimensions, and at least one of those dimensions must be 1.
4040
* Array-producing functions (e.g., SEQUENCE, FILTER) require their output dimensions to be determinable at parse time. Passing cell references or formulas as dimension arguments (e.g., `=SEQUENCE(A1)`) results in a `#VALUE!` error, because the output size cannot be resolved before evaluation.
41-
* DGET returns `#VALUE!` when no records match the criteria, and `#NUM!` when more than one record matches.
42-
* DMAX, DMIN, and DPRODUCT return `0` when no records match the criteria.

0 commit comments

Comments
 (0)