excel - I am trying to find a formula where the outcome can add or subtract a value from a row number. -
i trying find formula outcome can add or subtract value row number. e.g.
the formula looking should (imaginary) =cel(d(5+1), refers cel c6 instead of c5, +1 or -1 should outcome of formula or in separate cel, can refer or in formula itself.
does have solution?
rene
one way using index
function, formula give nth cell in column c
=index(c:c,n)
so can derive n formula or include row number, e.g.
=index(c:c,row()+1)
Comments
Post a Comment