Commit 74c4397
committed
Fix: HF-85 propagate CellError from criteria header cells
Per Cursor Bugbot review and Excel behavior — when a criteria header
cell evaluates to a CellError (e.g., #REF!, #DIV/0!), the D-function
should return that error rather than silently mapping the column to
-1 and continuing. This aligns the header-cell behavior with the data
cell behavior at the same location (lines 535-537), which already
propagated CellError.1 parent 09a0585 commit 74c4397
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
502 | 502 | | |
503 | 503 | | |
504 | 504 | | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
505 | 513 | | |
506 | 514 | | |
507 | 515 | | |
| |||
0 commit comments