Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
so i have this formula a-b/a+b and i get 2 %. I want to get 98 %. How do i do this?
I guess you mean (a-b)/(a+b) ?
Then your expected result would be
1-(a-b)/(a+b)
or
(2*b)/(a+b)
Do you have some sample data/results to verify?
May be this
Sum(Sales) / Sum(Total Sales)
I guess you mean (a-b)/(a+b) ?
Then your expected result would be
1-(a-b)/(a+b)
or
(2*b)/(a+b)
Do you have some sample data/results to verify?