How do I find out the row the function is executed in? Just an example:
Function getRowNumber () as Integer
getRowNumber = ???
End Function
I need this because I wrote a function that is supposed to return values from the same row (formular gets its own column and then calculates more than 300 different values for these 300+ rows). Or is there another way how I address values in the row?