I have to get the current row number of a column in google sheet.
like, someone writing in C4, then in D4, my function will be: DIVIDE(C4, 2),and in E4, SUM(C4, D4)
that means i wanna update row by row in a one query
I have to get the current row number of a column in google sheet.
like, someone writing in C4, then in D4, my function will be: DIVIDE(C4, 2),and in E4, SUM(C4, D4)
that means i wanna update row by row in a one query