I have been using Rows, Last, First in the "what" part of the NL function,
Is there a way to return the Second record instead of the first or return last but one record?
I have been using Rows, Last, First in the "what" part of the NL function,
Is there a way to return the Second record instead of the first or return last but one record?
There sure is, Sandeep.
Information about all the parameters is in the NL Function Reference.
For your specific questions:
second: =NL(2,...
last but one: =NL(-2,...
Thank you so much Harry