Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Set Column Value Improvements (ORG-9021)

Formula column label row (ORG-6669)

Right click workbook title and choose View: F(x ) to turn on/off the formula label row. Then type formula directly using the same syntax as used in Set Column Values dialog. E.g. col(B)-col(A), sin(col(A)), i*2, etc.

You can use Set Column Values dialog as before to set formula. The formula label row will update.

An Options menu has been added to Set Values dialog, where you can control whether direct editing of the formula in the label row should be permitted or not. The Formula Text menu item can be used to enter explanatory text for the formula, which will instead be displayed in the fomula label row.

Image Removed

Image Removed

...

(ORG-

...

Subrange notation such as [i-5:i+5] can be used to perform calculations over a range of cells.

For example:

  1. Fill column A with some data
  2. Enter StdDev(col(A)\[i-5:i+5]) as the formula for column B. Then column B will be filled with the running-standard deviation over 11 points, at every row, based on the data in column A.

More built-in Functions added – todo (ORG-8781 ORG-7697 ORG-8945)

Multiple moving average functions have been added under F(X): Statistics: menu:

Exponential Moving Average, Modified Moving Average, Triangular Moving Average, Weighted Moving Average

Image Removed

...

8555)

In past versions, if source columns a column has mixed text and numeric entries, setting values to another column values, performing a transformation of the values using a formula would result in the text values being converted to missing values in rows that had text entries. A Keep Text menu item is now available in the Options menu of the Set Values dialog. This will allow for the text values to be carried over to retained when the output column values are transformed using a formula..

 Image Removed

Image Added