Complete regex noob in Excel here
I have a column which contains a combination of multiple fields with only a space to separate them (despite spaces being elsewhere in the field).
The only way to tell the parts apart is that the first part is all caps where as the second can be anything (and while it can contain a capital letter, I have confirmed that it is never exclusively all capital letters).
I need to extract the all caps part, and remove everything afterwards.
I've looked for RegEx in Excel and have only been pointed towards VBA. Is there another approach that is possible?