Hello
Column DY in sheet Data W1 is populated by a number in the following row each minute by a third party program. I would like a formula to return the second last value in the column and thought the following would work but it actually returns the 3rd last value. Can anyone see where I'm going wrong?
Thank you
Column DY in sheet Data W1 is populated by a number in the following row each minute by a third party program. I would like a formula to return the second last value in the column and thought the following would work but it actually returns the 3rd last value. Can anyone see where I'm going wrong?
Code:
=IF(A6<>"",INDEX('Data W1'!$DZ:$DZ,COUNTA('Data W1'!$DZ:$DZ)-0),"")
Thank you