You are here: All Help Topics > Other Information > Cell Functions > CELLCALC function

CELLCALC Function

The CELLCALC function returns the calculation of the current cell as a string into the current cell.

CELLCALC(<cell number>)

If a cell number is specified, it returns the cell calculation of that cell as a string. This reference must be a direct cell reference. If a cell is not identified, then the function returns the cell calculation of the current cell.

Enter CELLCALC() in a cell and it returns CELLCALC().

Enter CELLCALC(ABC.D3) returns the cell calculation of cell ABC.D3. For example if cell ABC.D3 had a cell calculation of "GRP("1","100","BA")", returns "GRP("1","100","BA")".

Related Topics