Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have Acct column in xls data file.
Values are like 111A,112N,1234,5674, so on..
How to remove char values from acct column of xls file with transformations.
Thanks in advance.
HI
try like this
=KeepChar( Acct column,'0123456789')