I have a very large file (8 million rows) I imported in PowerPivot with an address column I want to split:
I tried LEFT and FIND but couldn't get the output as I wanted.
With data in A1, in B1 enter:
=TRIM(MID(SUBSTITUTE($A1,"#",REPT(" ",999)),COLUMNS($A:A)*999-998,999))
and copy across.