J
Jonsson
Hi all,
I have searched for a way to get the answer of how many of cells in
column returning a value from other cells.
I have tried =count(A1:A10;A12:A19;A21:A30) which works fine althoug
the cells containing formulas, but, when having this formula:
=IF(G44<=20;0;IF(AND(G44=C44;F44<=20;G44>20);(G44-20);IF(AND(G44>C44;C44>20);C44-20;IF(AND(G44<C44;G44>20);G44-20;
")))), I dont get the expected result.
I suppose that somewhere in that formula there is a statement that
mess it up.
Whats wrong, and what to do about it to get the right result
Any ideas anyone?
//Thoma
I have searched for a way to get the answer of how many of cells in
column returning a value from other cells.
I have tried =count(A1:A10;A12:A19;A21:A30) which works fine althoug
the cells containing formulas, but, when having this formula:
=IF(G44<=20;0;IF(AND(G44=C44;F44<=20;G44>20);(G44-20);IF(AND(G44>C44;C44>20);C44-20;IF(AND(G44<C44;G44>20);G44-20;
")))), I dont get the expected result.
I suppose that somewhere in that formula there is a statement that
mess it up.
Whats wrong, and what to do about it to get the right result
Any ideas anyone?
//Thoma