Hi All,
I was unable to find a reference to this, but I'm trying to use INDEX/MATCH to return the first non-blank result like
but due to the size of data, I can't use an array...
Any ideas?
I was unable to find a reference to this, but I'm trying to use INDEX/MATCH to return the first non-blank result like
{=INDEX(range,MATCH(FALSE,ISBLANK(range),0))}
but due to the size of data, I can't use an array...
Any ideas?