I have a SharePoint list with a field, Field A, holding values such as "Text-11" or "DifferentText-150" and I want a new calculated field, Field B, that only shows the numeric part of Field A (i.e. "11", "150"). The number can be between 1 and 9999 so I can“t take always the last 2 digits.
Does anyone have an idea how to realize that with the calculated field function of SharePoint?