Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wadetb committed Aug 30, 2014
1 parent d587cae commit 96fc27d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ When defining ranges, the `start` cell is updated, but the `end` cell is not. T
Row and column numbers in ranges may be prefixed with `+` or `-`, which makes them relative to the formula's location in the document.

- `[:,-1]` Updates all cells in the column immediately to the left of the formula.
- `[:,+1:+3]` Updates all cells in the two columns immediate to the right of the formula .
- `[:,+1:+3]` Updates all cells in the two columns immediately to the right of the formula .

For convenience, the range may be shifted one cell in any direction by prefixing the `=` character with a direction modifier.

Expand Down

0 comments on commit 96fc27d

Please sign in to comment.