https://bz.apache.org/bugzilla/show_bug.cgi?id=65464

--- Comment #3 from PJ Fanning <[email protected]> ---
for some reason, V16 is stored in original doc without being marked as using a
shared formula (t="shared")

```
         <c r="V16" s="5">
            <f>U16/R16</f>
            <v>0.75738345902523652</v>
         </c>
```

so when V15 is no longer a shared formula, the code makes V16 the new master
but doesn't mark it as t="shared"

```
         <c r="V16" s="5">
            <f ref="V16:V29">U16/R16</f>
            <v>0.75738345902523652</v>
         </c>
```

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to