let's say i use a function in a cell to call data in and the result is an #ERROR!, is it possible to automaticly call this function again for another try ? To be clear, i am not asking for autorefresh with a trigger on settings from a sheet, i talk about a general way to have a workaround.
For example a formula i use for many rows: =if(A2 = FALSE;"";custom_function_1(A2))
This is activating the function when A2 is filled with a value and not empty, but during the loading process sometimes the server answer is not possible or broken or what ever, then i get ofc #ERROR!.
Would be nice to have an Option to force the command again if this happens.