Origin suggests in Smart Hint pop-up window:
quote:
Origin introduces Spreadsheet Cell Notation in workbook to make column formula easier.
Use A to refer to column A.
Use A1 instead of col(A)[1] for 1st cell of column A.
Use Sheet1!A to directly refer to column A in other worksheet.
If you continue to use Col(A) notation, formula will not update when moving/inserting/deleting columns.
Change notation mode by right clicking on book title and choosing Properties.
Click here to learn more.
I convert the suggested:
1!wcol(col(A)[i])[col(B)[i]]
to Spreadsheet Cell Notation:
1!wcol(A[i])[C[i]]
However the last line returns "--".
Why is that happening?
---
Andrey