mirror of
https://github.com/Brandon-Rozek/website.git
synced 2024-11-21 15:56:29 -05:00
Corrected sentence in libreoffice calc tips post
This commit is contained in:
parent
149801a366
commit
e26cdb6293
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ INDEX(A:B, MATCH("Bob", B:B, 0), 1)
|
|||
|
||||
**Refer to a value in a nearby cell**
|
||||
|
||||
With the `OFFSET` function you can refer to a cell relative to another. Its three parameters are:
|
||||
With the `OFFSET` function you can refer to a cell relative to another. Its parameters are:
|
||||
|
||||
1. Reference Cell
|
||||
2. Row Offset
|
||||
|
|
Loading…
Reference in a new issue