hello,
I want to use the index-match functions and would like some help.
I wrote this function:
=INDEX($C$212:$AM$212,212,MATCH(>0,$C$212:$AM$212,0))
I want it to search in the range $C$212:$AM$212 and return the location of the first non zero cell.
However, it does not seem to accept the...