https://bugs.documentfoundation.org/show_bug.cgi?id=124103
Roland Kurmann <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|NEW |ASSIGNED Assignee|[email protected] |[email protected] |desktop.org | --- Comment #5 from Roland Kurmann <[email protected]> --- Repro in Version: 7.4.0.0.alpha0+ / LibreOffice Community Build ID: d272bf4f8f3a083b8c37f7b10f89cd2bf76b7d21 CPU threads: 4; OS: Linux 5.3; UI render: default; VCL: x11 Locale: en-US (en_US.UTF-8); UI: en-US Calc: threaded My proposition: Count non-sequential cells if either rows or columns remain the same and are sequential. Examples: A1, A2, A4 -> 3 rows, 1 column A1, A2, A4, B4 -> do not show any count A1, A2, A4, B1, B2, B4 -> 3 rows, 2 columns A1, A2, A4, B1, B2, B3, B4 -> do not show any count A1, B1, D1 -> 1 row, 3 columns A1, B1, D1, D2 -> do not show any count I'm working on a patch. -- You are receiving this mail because: You are the assignee for the bug.
