When I try to figure out the stdev of the dataset I have the following formula stdev(number) with dimension letter. But I am having diffculty figuring out formula for stdev divided by sum of stdev. So in A's case it would be 1.581139/(1.581139+1.732051) = 47.72% and B s case it would be 1.732051/(1.581139+1.732051) = 52.27%. I tried sum([stdev of number]) and it give me 0. Please let me know if there is a way to solve this issue.