Fixed typo in docs

This commit is contained in:
Dhruva Sagar
2014-04-28 14:14:26 +05:30
parent 766066394c
commit 6007953f0e
2 changed files with 2 additions and 2 deletions

View File

@@ -119,7 +119,7 @@ Formula Expressions :
special functions 'Sum' and 'Average'. Both these functions take a
range as input. A range can be of two forms :
'n,m': This represents cells in the current column from row
'n:m': This represents cells in the current column from row
'n' through 'm'. If 'm' is negative it represents 'm' row
above the current row (of the target cell).