Hi All,
Hi All,
I need a formula to calculate the following in column D (example of returned info in there):
Only bring across the cost (Col C) info from Red (Col A) that is more than £5.00, all others show 0 inc Red, Blue and Green.
I need it for a summary at the bottom (if possible) or could assign to each column D, which I could SUM at the bottom.
Hope this makes sense?
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD="align: center"][/TD]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[TD="align: center"]C[/TD]
[TD="align: center"]D[/TD]
[/TR]
[TR]
[TD="align: center"]1[/TD]
[TD="align: center"]Red[/TD]
[TD="align: center"][/TD]
[TD="align: center"]£2.29[/TD]
[TD="align: center"]£2.29[/TD]
[/TR]
[TR]
[TD="align: center"]2[/TD]
[TD="align: center"]Blue[/TD]
[TD="align: center"][/TD]
[TD="align: center"]£5.14[/TD]
[TD="align: center"]£0[/TD]
[/TR]
[TR]
[TD="align: center"]3[/TD]
[TD="align: center"]Blue[/TD]
[TD="align: center"][/TD]
[TD="align: center"]£1.01[/TD]
[TD="align: center"]£0[/TD]
[/TR]
[TR]
[TD="align: center"]4[/TD]
[TD="align: center"]Red[/TD]
[TD="align: center"][/TD]
[TD="align: center"]£5.85[/TD]
[TD="align: center"]£5.85[/TD]
[/TR]
[TR]
[TD="align: center"]5[/TD]
[TD="align: center"]Green[/TD]
[TD="align: center"][/TD]
[TD="align: center"]£10.47[/TD]
[TD="align: center"]£0[/TD]
[/TR]
[TR]
[TD="align: center"]6[/TD]
[TD="align: center"]Red[/TD]
[TD="align: center"][/TD]
[TD="align: center"]£9.05[/TD]
[TD="align: center"]£9.05[/TD]
[/TR]
</tbody>[/TABLE]
Cheers
Hi All,
I need a formula to calculate the following in column D (example of returned info in there):
Only bring across the cost (Col C) info from Red (Col A) that is more than £5.00, all others show 0 inc Red, Blue and Green.
I need it for a summary at the bottom (if possible) or could assign to each column D, which I could SUM at the bottom.
Hope this makes sense?
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD="align: center"][/TD]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[TD="align: center"]C[/TD]
[TD="align: center"]D[/TD]
[/TR]
[TR]
[TD="align: center"]1[/TD]
[TD="align: center"]Red[/TD]
[TD="align: center"][/TD]
[TD="align: center"]£2.29[/TD]
[TD="align: center"]£2.29[/TD]
[/TR]
[TR]
[TD="align: center"]2[/TD]
[TD="align: center"]Blue[/TD]
[TD="align: center"][/TD]
[TD="align: center"]£5.14[/TD]
[TD="align: center"]£0[/TD]
[/TR]
[TR]
[TD="align: center"]3[/TD]
[TD="align: center"]Blue[/TD]
[TD="align: center"][/TD]
[TD="align: center"]£1.01[/TD]
[TD="align: center"]£0[/TD]
[/TR]
[TR]
[TD="align: center"]4[/TD]
[TD="align: center"]Red[/TD]
[TD="align: center"][/TD]
[TD="align: center"]£5.85[/TD]
[TD="align: center"]£5.85[/TD]
[/TR]
[TR]
[TD="align: center"]5[/TD]
[TD="align: center"]Green[/TD]
[TD="align: center"][/TD]
[TD="align: center"]£10.47[/TD]
[TD="align: center"]£0[/TD]
[/TR]
[TR]
[TD="align: center"]6[/TD]
[TD="align: center"]Red[/TD]
[TD="align: center"][/TD]
[TD="align: center"]£9.05[/TD]
[TD="align: center"]£9.05[/TD]
[/TR]
</tbody>[/TABLE]
Cheers