I am trying to get the cell index from a cell reference passed to a function and I have no idea how.
eg. In excel
=UDF(D4,...,...,)
What I want is to get is the row and column index for cell D4, not whatever is in cell D4, so I can just click the cell in excel, and drag the formula about etc.