it's probably not as performant but I prefer the "apply a function, then add zero to the result" to get you a 1 or 0.
Ultimately though, this is 81 records with an error which could/should have been solved just by editing the cell with the error.
I think the question here is:
how do you edit cells without physically interacting with them?
it's probably not as performant but I prefer the "apply a function, then add zero to the result" to get you a 1 or 0.
Ultimately though, this is 81 records with an error which could/should have been solved just by editing the cell with the error.
I think the question here is:
how do you edit cells without physically interacting with them?
would a replace work?
=REPLACE(A2,1,LEN(A2),A2)
yes. yes it would.