DV-0249
hyperformula: COLUMN/ROW return scalar instead of broadcasting over the input range
Subjects (2)
Tests (2)
matches canonical diverges no fixture in this DV's cluster
| Test | Formula | Canonical | gsheets | excel | lattice | ironcalc | hyperformula | libreoffice | formulas | pycel |
|---|---|---|---|---|---|---|---|---|---|---|
volatile/3cdbe4 |
=ROW(A1:A3) |
{1; 2; 3} | gsheets{1; 2; 3} | excel{1; 2; 3} | lattice{1; 2; 3} | ironcalc1 | hyperformula1 | libreoffice— | formulas— | pycel— |
volatile/a82317 |
=COLUMN(A1:C1) |
{1, 2, 3} | gsheets{1, 2, 3} | excel{1, 2, 3} | lattice{1, 2, 3} | ironcalc1 | hyperformula1 | libreoffice— | formulas— | pycel— |