Hi all,
I have a data set as follows:
Data Headers A1: U1
Data: A2:U395
The number of rows in the data changes every month, and so I have a dynamic named range I want to use (formula below) which exclude the last non-blank cell in the column. The problem is I need to apply it to the whole range of data!! Can anyone help me??
=Data!$A$2: INDEX(Data!$A:$A,MATCH(1,1/(Data!$A$1:$A$1000=""),0)-1)
Thank You )))
I have a data set as follows:
Data Headers A1: U1
Data: A2:U395
The number of rows in the data changes every month, and so I have a dynamic named range I want to use (formula below) which exclude the last non-blank cell in the column. The problem is I need to apply it to the whole range of data!! Can anyone help me??
=Data!$A$2: INDEX(Data!$A:$A,MATCH(1,1/(Data!$A$1:$A$1000=""),0)-1)
Thank You )))