Forum Discussion

Murali369's avatar
Murali369
Copper Contributor
Oct 04, 2021
Solved

Column Split by Last Delimiter.

Hi, I need to split column by last delimiter. Pls see the below example. Any help is highly appreciable. Thanks. I need the last set of my Project numbers which has no fixed length.   
  • HansVogelaar's avatar
    Oct 04, 2021

    Murali369 

    Let's say the values are in A2 and down.

    Enter the following formula in another cell in row 2, for example in B2:

    =TRIM(RIGHT(SUBSTITUTE(A2,"-",REPT(" ",255)),255))

    Fill down.

Resources