Forum Discussion
Anonymous
4 years agoNot applicable
Split text in calculated column
Hi All, Need some urgent help , I need to split text in calculated column as below please note it is a claculated column so please do not suggest any power quesry tricks it wont work it has to do wit...
- 4 years ago
Anonymous , Check this
Column = RIGHT([Column1],LEN([Column1]) -SEARCH(" ",[Column1],,0))
Anonymous
4 years agoNot applicable
Hi Amit it is throwing error search has the wrong data type or invalid value
amitchandak
4 years agoSuper User
Anonymous , Check this
Column = RIGHT([Column1],LEN([Column1]) -SEARCH(" ",[Column1],,0))