T
Trent Swain
I am trying to figure out if I can have an offset function indirectly refer
to it¹s own cell so that it can be copied and pasted elsewhere and require
no modification after being pasted. Consider the following function in cell
B1:
=OFFSET(B1,0,-1)
This function refers to cell A1. If I copy and paste it to cell D3, it will
still refer to cell A1 unless I manually change the function¹s base
reference from ³B1² to ³D3².
Is there a simple way that I can have the function be based on whatever cell
contains the function? To illustrate:
=OFFSET([CurrentCellAddress],0,-1)
Thanks.
to it¹s own cell so that it can be copied and pasted elsewhere and require
no modification after being pasted. Consider the following function in cell
B1:
=OFFSET(B1,0,-1)
This function refers to cell A1. If I copy and paste it to cell D3, it will
still refer to cell A1 unless I manually change the function¹s base
reference from ³B1² to ³D3².
Is there a simple way that I can have the function be based on whatever cell
contains the function? To illustrate:
=OFFSET([CurrentCellAddress],0,-1)
Thanks.