Hi
I am using this formula to find the last number in a column.
=INDEX(T$1:T601,MAX(IF(LEN(T$1:T601)>0,ROW(T$1:T601),0))

It works expect my data starts at line 5 and not at line 1. When I try to change the T1 reference to T5, the formula does not work. Can someone explain why and how I can solve this issue?
Thanks
Ted