CELLWIDTH returns the cell width of the optionally provided Cell Reference.
=LAMBDA([Cell],IF(ISOMITTED(Cell),INDEX(CELL("width"),1),INDEX(CELL("width",Cell),1)))
It returns ONLY the cell width, not the Spilled Array CELL("width") now returns. Note that the value returned is the width of the...