I have a worksheet that returns a value from a different sheet in the sameworkbook (=data!C68) which returns a value.
Ina another cell I want to reference the reference in the original cell but increment the row by 1 – (=data!C69). The cells are not next to each other.
Is this possible either with a function or a fromula?
Thanks
Jonathan
And use the above function in formula with
OFFSETThis is assuming that cell A1 contains the formula
=data!C68.Please note that the VBA code assumes that the formula is simple (i.e.
=somecellreference).