N
Niek Otten
Hi Jerome,
What should the cell be if A2 not =1?
Let's say zero. To be able to sum, don't use quotes, it will make the cell
text instead of number,so it can not be summed.
=IF(A2=1,90,0)
What should the cell be if A2 not =1?
Let's say zero. To be able to sum, don't use quotes, it will make the cell
text instead of number,so it can not be summed.
=IF(A2=1,90,0)