V
V
Vitaly2019-11-18 14:04:10
Google Apps Script
Vitaly, 2019-11-18 14:04:10

How to access the current cell?

You need to get a pointer to the cell that is equal to the result of the function. For example, the function returns the sum of the values ​​to the left and to the right of the cell on which it is called. How to do it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
Grigory Boev, 2019-11-18
@vitali1995


the function returns the sum of the values ​​to the left and to the right of the cell on which it is called

=ДВССЫЛ("R"&СТРОКА()&"C"&(СТОЛБЕЦ()-1);ЛОЖЬ) + ДВССЫЛ("R"&СТРОКА()&"C"&(СТОЛБЕЦ()+1);ЛОЖЬ)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question