Versions Compared

Key

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

(ORG-6669)

Entering Column Formula on F(

...

x) Row

You may notice when you first start Origin 9.1, that  a new label row named F(x) has been added to the default worksheet. This label row will allow you to directly enter and edit formula for setting column values in the column. The calculation will be set to recalculate automatically by default.

...

  1. Start with a new workbook
  2. Double-click in the F(x) cell of Column A, type
    i
    then press TAB to go to Col B formula cellcolumn B F(x) cell, and enter
    sin(col(a))
    then press enter Enter. Column B will be computed based on values in column A, and the recalculate mode will be set to Auto.

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 Values dialog. E.g. col(B)-col(A), sin(col(A)), i*2, etc.

...