Hi guys I'm trying to return the value for a cell using an equation.
Basically I want it to be like
B5975
B5981
B5987
and so on (a 6 digit increment)
I am using this equation: =INDEX(B:B,(ROWS(1:$5975)-1)*6+1)
But it returns a value of zero, any ideas why??
Thanks!
Bookmarks