H
hochedez
Hello!
***If I use If()
=IF(N82:N84="N/A",0,SUM(O82:O84)/SUM(M82:M84)*S82)
The formula box shows the results below:
logical_test = {FALSE;TRUE;TRUE}
value if true = 0
Value if false = 0.8
={0.8;0;0}
=0.8
But I have a problem!!!
My cell shows = 0 (and this is not due to any kind of formatting)
***Now I have the same problem is the logical test is (as shown in th
formula box)
{TRUE;FALSE;FALSE}
={0;0;0.8}
=0.8
My cell actually shows =0
***However if my logical test is (as shown in the formula box)
{TRUE;FALSE;TRUE}
={0;0.8;0}
=0.8
Then my cell will finally shows the right number =0.8
Am I missing something here?
How come the formula box gives me the correct result but doesn't sho
it the right way on my cell?
Thank you for your help,
Benoi
***If I use If()
=IF(N82:N84="N/A",0,SUM(O82:O84)/SUM(M82:M84)*S82)
The formula box shows the results below:
logical_test = {FALSE;TRUE;TRUE}
value if true = 0
Value if false = 0.8
={0.8;0;0}
=0.8
But I have a problem!!!
My cell shows = 0 (and this is not due to any kind of formatting)
***Now I have the same problem is the logical test is (as shown in th
formula box)
{TRUE;FALSE;FALSE}
={0;0;0.8}
=0.8
My cell actually shows =0
***However if my logical test is (as shown in the formula box)
{TRUE;FALSE;TRUE}
={0;0.8;0}
=0.8
Then my cell will finally shows the right number =0.8
Am I missing something here?

How come the formula box gives me the correct result but doesn't sho
it the right way on my cell?
Thank you for your help,
Benoi