On 2002-10-17 05:17, Andrew Poulsom wrote:
It seems you can't pass an array to SUBSTITUTE. Try:
=SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(A1,"0",""),"1",""),"2","")
But SUBSTITUTE nested within a function which accepts an array (eg SUMPRODUCT) returns an array to that function. I wasn't aware of that, so thanks for the link.
On 2002-10-18 05:48, Emily wrote:
Oh, I missed that
Thanks