

Click Keep Result to enter the result in theĬell with the variable value. A dialog appears informing you that the Solving In this example, the amount invested in Fund X (cell C2) should not be greater than the total amount available (cell C4) and should not be less than 0.

Select Value of and enter 1000 in the field next to it.In this example it is cell B4 containing total interest value. Dimension lines automatically calculate and display linear dimensions as you.
#Openoffice calculate equation of line software
In the sheet, click in the cell that contains the target value. Powered by Apache OpenOffice, this is a premier office software suite for.

Fund X is a low risk fund with 8% interest rate and Fund Let's say you have $10,000 that you want to invest in two mutual funds for one year. Depending on the complexity of the task, this may take some time. Once you have finished setting up the rules, click the Solve button to begin the automatic process of adjusting values and calculating results. You can also define the constraint that one or more variables must be integers (values without decimals), or binary values (where only 0 and 1 are allowed). If you know the result that you want from a formula, but are not sure what input value the formula needs to get that result, use the Goal Seek feature. For example, you can set the constraint that one of the variables or cells must not be bigger than another variable, or not bigger than a given value. For arguments that you would like to change, you need to add two rules to define a range of possible values: the limiting conditions. If you want the argument to remain unchanged, you enter a rule that the cell that contains it should be equal to its current entry. It is specifically designed to minimize or maximize the result according to a set of rules that you define.Įach of these rules defines whether an argument in the formula should be greater than, lesser than, or equal to the figure you enter. The difference is that the Solver deals with equations with multiple unknown variables. And if you format that cell as a date, DD/MM/YYYY HH:MM:SS, then you'll read a pretty " 01:00:00" there.Tools > Solver amounts to a more elaborate form of Goal Seek. And if you sum that number with 25569, you have an OpenOffice day for that timestamp.Īlright, let's put all the pieces together: let's say cell A2 contains a UNIX timestamp 1341104400, then this formula =A2/86400+25569 Now, if you divide a UNIX timestamp by 86400 (the number of seconds in a normal day), that will give you the number of days between the epoch and that timestamp (and some decimal, that you can use to calculate the time of day). As it seems, OpenOffice's "day 0" is December 12th, 1899 that implies that January 1st, 1970 is day 25569 for OpenOffice.
#Openoffice calculate equation of line series
The problem is: you have a time series of data in a spreadsheet, and the time is expressed as UNIX timestamps (seconds since the epoch, 00:00:00 UTC, and not taking into account leap seconds): how can you convert those timestamps in a readable date like, e.g., " 01:00:00"? … I found a very useful suggestion in the OpenOffice community forum. This is not something I discovered myself, rather it's something that I'll need every now and then when doing extemporary reports of UNIX-timestamped data.
