I am trying to extract data from a cell(s) that contains surname, first name, middle name. e.g
bloggs, john charles
I am just after the surname e.g. bloggs
The following formula works well for my data.
=TRIM(MID(SUBSTITUTE(SUBSTITUTE($H12020,",","")," ",REPT("...