Bug 68034 - Goal Seek unsuccessful if variable cell is empty
Summary: Goal Seek unsuccessful if variable cell is empty
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Spreadsheet (show other bugs)
Version: 3.6.7.2 release
Hardware: Other All
: medium enhancement
Assignee: Not Assigned
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-12 21:04 UTC by Eike Rathke
Modified: 2013-08-12 21:52 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Eike Rathke 2013-08-12 21:04:44 UTC
New spreadsheet
A1: =SQRT(B1)
Do not enter any value in B1

Tools->GoalSeek
Formula cell: $A$1
Target value: 2
Variable cell: $B$1

OK => not successful, closest value 0

Expected: successful, value 4
Comment 1 Eike Rathke 2013-08-12 21:52:43 UTC
Detail: current implementation needs an existing value cell as variable cell that can be changed and the change broadcasted to recalculate the dependent formula cell(s). Probably that value cell needs to be temporarily added to the document if it doesn't exist. Needs to be checked though if doing so would interfere with ChangeTracking or cell protection or have other unwanted side effects.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.