I want to delete a set of characters which are behind a backslash in LibreOffice Calc. For example:
My/Name
Is/Jeff
where I would like to delete My
and Is
such that only /Name
and /Jeff
remain.
Does Libre's inbuilt functionality allow something like this or will I need to write some sort of script?