Help! This formula referencing text within the same page, works perfectly in returning the first blank row number:
{=min(if(indirect(“A”&J17):A26=“”,row(indirect(“A”&J17):A26),””))}
However, similar formula below referencing another page returns #VALUE!
{=min(if(indirect(IA&“!A”&J17):A26=“”,row(indirect(IA&“!A”&J17):A26),””))}
IA contains a separate (open) worksheet name.
{=min(if(indirect(“A”&J17):A26=“”,row(indirect(“A”&J17):A26),””))}
However, similar formula below referencing another page returns #VALUE!
{=min(if(indirect(IA&“!A”&J17):A26=“”,row(indirect(IA&“!A”&J17):A26),””))}
IA contains a separate (open) worksheet name.