How can I sum these values that are separated by a hyphen other than using =LEFT(A2,FIND("-",A2)-1)+MID(A2,FIND("-",A2)+1,2)
There will always only be one hyphen and the two values will never be over two digits on each side of the hyphen.
Data Range
<tbody>
A
B
1
Count
Total
2...