https://bugs.documentfoundation.org/show_bug.cgi?id=150816
--- Comment #2 from aplatypus <[email protected]> --- * This bug might be related to the 'Sparkline rules' (or limits) that I've seen. * I have had different examples of what I think of as valid formulae Not work with Sparklines. * I have determined that Sparkline only work for... * A contiguous cell range * Must include worksheet name * cell reference must be absolue: x "'daily summary'!U76:X76" -- worked, but: x "$U$76:$X$76" -- fails x "$U$76,$V$76,$W$76,$X$76" -- fails x "U76,V76,W76,X76" -- fails * The merged cell probably doesn't look like a contiguoue range * If you include the formerly merged (unmerged cells) as a range,it might work. * You might also need to recalc to see results/changes. -- You are receiving this mail because: You are the assignee for the bug.
