I need to get the last split value from the cell.
The input cell C1 value = main\java\com\tms\vsc\ppo\data\domain\Ppo.java
which must be copied to another cell B1 Expected output in B1 is Ppo.java
Below is the formula tried over in cell B1
=RIGHT(RIGHT(C1,FIND("\",C1)),256)
and
=RIGHT(C1,FIND("\",C1))
Can anyone help me out. Its a pure excel and not VBA