Welcome to the board...
Try
=INDEX(validate,0,1)
Note, that will error by itself, because it's just a range, it's not doing anthying with it.
It's like writing just
=A1:A100 - doesn't make sense...
You have to then do something with it like...
=SUM(INDEX(validate,0,1))
Hope that helps.