This is my table:
|Number|Name|Age|
|1|Frits|37|
|2|Henk|48|
|3|Tony|85|
|4|Robin|21|
...
This is my code:
DATABASE {.....} \s "SELECT * FROM `Sheet1$A1:C10` WHERE Nummer = 2"
What I want:
- To change that code so that I can select just one cell.
- To change the value of 2 to value X. Where X is a bookmark number somewhere on top of the document
|