Hello, a have a special request where i have a remove part of the string in a dimension containing a code.
As shown by the sample value below, the 5 "sections" separated by a semicolon, and the number of characters in each "section" varies.
Since the lenght of the whole string is not fixed I need a formula that removes whatever comes after the 4:th semicolon.
Is this possible since Pos() only finds the position of the first instance of a specific character?
BMW; C4; 428; 2; 244
Best regards,
Axel