You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, calculations can only use data from the current row or the current column. For example, SUM^8:14.
However, sometimes to optimize the table structure, it is necessary to reference data from other rows or columns for calculations, such as using SUM?B8:B14 to specify summing the data from the second column.
Currently, calculations can only use data from the current row or the current column. For example,
SUM^8:14.However, sometimes to optimize the table structure, it is necessary to reference data from other rows or columns for calculations, such as using
SUM?B8:B14to specify summing the data from the second column.