4.3.4 Column Short Name Restriction


Since version 2017, the Origin workbook has supported a simplified Spreadsheet Cell Notation (SCN), similar to that used in MS Excel. For users of older versions of Origin, there are a few things to know:

A, B, …, Z, AA, BB, …, ZZ, .etc

If you insert or move columns within the worksheet, you will see that column Short Names are reassigned alphabetically.

When writing column formulas with the new syntax:

Note that the "old" col/wcol syntax is still usable, though some of the advantages afforded by the new syntax are not supported. For instance, if you insert a worksheet column ahead of a column of values derived from an F(x)= or Set Values formula that uses the old syntax, the column formula is not automatically updated to reflect the new column arrangement.

SCN disabled for col.png

Note: When referring to a column by its Short Name in the column formula:

  • The Short Name must be limited to no more than 3 characters. Otherwise such column reference cannot be recognized. When Short Name exceeds 3 characters, use col() or wcol() references.
  • If you use functions with string parameter, such as Token, you should use double quotes instead of single quotes.

Example 1

    Type the following Excel-like formula in F(x) column label row:
    A-abs(B)

    to calculate column A minus the absolute values of column B.

Example 2

    Type following formula in the Set Values dialog:
    B+A2

    to calculate column B plus the second cell in column A.

Example 3

    In the first column of Book1, sheet1, type following formula in F(x) column label row:
    [Book2]Sheet1!A+[Book2]Sheet1!B

    to set values by data in another workbook, [Book2]Sheet1.


To reiterate, when Spreadsheet Cell Notation (SCN) is turned on, the column Short Name cannot be edited.


Note: Workbooks and Projects that use the simplified notation do not work in pre-2017 versions of Origin.


For more on column naming as it relates to worksheet calculations in Origin, see these topics: