Why does my formula change, when I insert new rows into the source sheet (Formdata)?
=sort(Formdata!B$2:B,1,TRUE)The first row in Formdata is a header.
From time to time I need to empty the Formdata sheet, but the "function" change when I start to insert new data. Example:
=sort(Formdata!B$31:B,1,TRUE)How can I make it, so it always start from the 2nd row? (excluding row 1, the header)