Forum Discussion
Mayukh_Bhattacharya
Aug 31, 2022Iron Contributor
Why does REDUCE Function gives VALUE Error
So I am trying to extract the cities from the string, though I have resolved the issue, with an alternative formula, but my reason to ask this query, is that, I was earlier trying to use the REDUCE()...
Patrick2788
Aug 31, 2022Silver Contributor
It may seem arbitrary but what does this formula return for you when placed in B1?
=REDUCE(A1,TEXT({",",".","-"},";;"),LAMBDA(x,y,SUBSTITUTE(x,y,"")))Mayukh_Bhattacharya
Aug 31, 2022Iron Contributor
Sir, it removes all those characters from a string