DanielBellfield
New Member
- Joined
- Mar 16, 2012
- Messages
- 36
Good afternoon all,
Looking for some help on the below. Basically i am trying to get the cell to be blank if there is no date in another coloum. It works fine, but if the cell above it is also blank it displays #value. The dates change accoarding to month and therefore i want to keep the formula the same but edit the dates.
Heres where i'm upto.
[TABLE="class: grid, width: 892"]
<tbody>[TR]
[TD]Order Intake[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Month:[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Daily Target:[/TD]
[TD]17500[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Daily Total[/TD]
[TD][/TD]
[TD][/TD]
[TD]Running Total[/TD]
[TD]Daily Average Running Total[/TD]
[/TR]
[TR]
[TD]Monday[/TD]
[TD][/TD]
[TD][/TD]
[TD]=IF(C5="","",C5)[/TD]
[TD]=IF(B5=0," ",$B$3)[/TD]
[/TR]
[TR]
[TD]Tuesday[/TD]
[TD][/TD]
[TD][/TD]
[TD]=IF(C6="","",C6+D5)[/TD]
[TD]=IF(B6=0," ",$B$3+E5)[/TD]
[/TR]
[TR]
[TD]Wednesday[/TD]
[TD][/TD]
[TD][/TD]
[TD]=IF(C7="","",C7)[/TD]
[TD]=IF(B7=0," ",$B$3+E6)[/TD]
[/TR]
[TR]
[TD]Thursday[/TD]
[TD][/TD]
[TD][/TD]
[TD]=IF(C8="","",C8+D7)[/TD]
[TD]=IF(B8=0," ",$B$3+E7)[/TD]
[/TR]
[TR]
[TD]Friday[/TD]
[TD]42552[/TD]
[TD][/TD]
[TD]=IF(C9="","",C9)[/TD]
[TD]=IF(B9=0," ",$B$3+E8)[/TD]
[/TR]
</tbody>[/TABLE]
Help please!
Thank you.
Dan
Looking for some help on the below. Basically i am trying to get the cell to be blank if there is no date in another coloum. It works fine, but if the cell above it is also blank it displays #value. The dates change accoarding to month and therefore i want to keep the formula the same but edit the dates.
Heres where i'm upto.
[TABLE="class: grid, width: 892"]
<tbody>[TR]
[TD]Order Intake[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Month:[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Daily Target:[/TD]
[TD]17500[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Daily Total[/TD]
[TD][/TD]
[TD][/TD]
[TD]Running Total[/TD]
[TD]Daily Average Running Total[/TD]
[/TR]
[TR]
[TD]Monday[/TD]
[TD][/TD]
[TD][/TD]
[TD]=IF(C5="","",C5)[/TD]
[TD]=IF(B5=0," ",$B$3)[/TD]
[/TR]
[TR]
[TD]Tuesday[/TD]
[TD][/TD]
[TD][/TD]
[TD]=IF(C6="","",C6+D5)[/TD]
[TD]=IF(B6=0," ",$B$3+E5)[/TD]
[/TR]
[TR]
[TD]Wednesday[/TD]
[TD][/TD]
[TD][/TD]
[TD]=IF(C7="","",C7)[/TD]
[TD]=IF(B7=0," ",$B$3+E6)[/TD]
[/TR]
[TR]
[TD]Thursday[/TD]
[TD][/TD]
[TD][/TD]
[TD]=IF(C8="","",C8+D7)[/TD]
[TD]=IF(B8=0," ",$B$3+E7)[/TD]
[/TR]
[TR]
[TD]Friday[/TD]
[TD]42552[/TD]
[TD][/TD]
[TD]=IF(C9="","",C9)[/TD]
[TD]=IF(B9=0," ",$B$3+E8)[/TD]
[/TR]
</tbody>[/TABLE]
Help please!
Thank you.
Dan