Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi I have the following data with the current data and expected data. What's the best way to get this output ?
Is it perhaps easier to do this in excel ?
Many thanks
Hi Sid,
U can try this,
=mid(CURRENT,Index(CURRENT,'-')+1)
Thanks