Hi
[TABLE="width: 500"]
<tbody>[TR]
[TD]Apples [/TD]
[TD]Bananas[/TD]
[TD]Shopping [/TD]
[/TR]
[TR]
[TD][/TD]
[TD]1[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Say i want to put a formula in the shopping column that will put a 1 in the shopping column if there is no figure in Apples and a figure in Bananas.
I also want a want to leave it blank if there is any figures in Apples columns or if there is a number in the apples and banana's column
i have tried the if formula
=IF(SUM(A1+SUM(B1)<>0,1,0)
it doesn't work
Can anyone help I've been trying to work on this for an hour and its doing my brain in
Cheers
Gen
[TABLE="width: 500"]
<tbody>[TR]
[TD]Apples [/TD]
[TD]Bananas[/TD]
[TD]Shopping [/TD]
[/TR]
[TR]
[TD][/TD]
[TD]1[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Say i want to put a formula in the shopping column that will put a 1 in the shopping column if there is no figure in Apples and a figure in Bananas.
I also want a want to leave it blank if there is any figures in Apples columns or if there is a number in the apples and banana's column
i have tried the if formula
=IF(SUM(A1+SUM(B1)<>0,1,0)
it doesn't work
Can anyone help I've been trying to work on this for an hour and its doing my brain in
Cheers
Gen