Hello,
I am trying to Sum the budget numbers out of budget number string as shown on the picture.
the result textbox show 1 instead of 100. This ends up storing the value 1 in my SharepointList column called %. I need it to show 100 in the result textbox so that it stores in the % column as 100.
Here is my code: Sum( Filter(Mid( Split(DataCardValue10.Text,Char(10)),16,17),!IsBlank( Result)),Result)
What do I need to adjust so that result shows as 100 instead of 1?
Thank you