I'd like to split text into separate columns.
The text (found in one cell) has the following form: company name-document type-yymmdd-version number
E.g. I'd like to split Architecture-Proposal-221129-001 into four columns:
- Company Name
- Document Type
- Date
- Version
Appreciate any help or advice.
Thanks,
Jacob