I am looking for a Google Sheets formula to autofill number depending on next column and cell(number-1) like this:
I've tried using =if(ISBLANK(C11);"";ROW(B11)-8)
but the result is like:
What is the right formula?
I am looking for a Google Sheets formula to autofill number depending on next column and cell(number-1) like this:
I've tried using =if(ISBLANK(C11);"";ROW(B11)-8)
but the result is like:
What is the right formula?