Hello, I have a formula that is kind of working but is out.
[TABLE="class: grid, width: 50"]
<tbody>[TR]
[TD]Responses[/TD]
[TD]Positive[/TD]
[TD]93%[/TD]
[TD]Need[/TD]
[TD]Neutral [/TD]
[TD]Negative[/TD]
[/TR]
[TR]
[TD]100[/TD]
[TD]93[/TD]
[TD]92%[/TD]
[TD]0[/TD]
[TD]6[/TD]
[TD]1[/TD]
[/TR]
</tbody>[/TABLE]
The responses are Positive + Neutral + Negative and the results are calculated by Positive(B2) - Negative(F2) / Responses(A1).
The Formula for that is returning the correct result, but Need(D2) should still be showing 15, as it’s 93% I need, not 92%.
Te formula I’m using is D2 is (ROUNDUP(((LEFT(C1,2)÷100×$A2)−B2)÷(1−(LEFT(C1,2)÷100)),0)
Can anyone notice a mistake?
[TABLE="class: grid, width: 50"]
<tbody>[TR]
[TD]Responses[/TD]
[TD]Positive[/TD]
[TD]93%[/TD]
[TD]Need[/TD]
[TD]Neutral [/TD]
[TD]Negative[/TD]
[/TR]
[TR]
[TD]100[/TD]
[TD]93[/TD]
[TD]92%[/TD]
[TD]0[/TD]
[TD]6[/TD]
[TD]1[/TD]
[/TR]
</tbody>[/TABLE]
The responses are Positive + Neutral + Negative and the results are calculated by Positive(B2) - Negative(F2) / Responses(A1).
The Formula for that is returning the correct result, but Need(D2) should still be showing 15, as it’s 93% I need, not 92%.
Te formula I’m using is D2 is (ROUNDUP(((LEFT(C1,2)÷100×$A2)−B2)÷(1−(LEFT(C1,2)÷100)),0)
Can anyone notice a mistake?