Dear Community
I need a formula that highlight values which total is zero but have the same reference ID
I want to have the below results.
[TABLE="width: 289"]
<colgroup><col span="2"><col></colgroup><tbody>[TR]
[TD]ID[/TD]
[TD]Value[/TD]
[TD]Result[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD="align: center"]1[/TD]
[TD]highlighted on color green[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD="align: center"]2[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD="align: center"]-1[/TD]
[TD]highlighted on color green[/TD]
[/TR]
[TR]
[TD]C[/TD]
[TD="align: center"]4[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]C[/TD]
[TD="align: center"]-2[/TD]
[TD]highlighted on color green[/TD]
[/TR]
[TR]
[TD]C[/TD]
[TD="align: center"]2[/TD]
[TD]highlighted on color green[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD="align: center"]3[/TD]
[TD="align: center"] [/TD]
[/TR]
</tbody>[/TABLE]
I will really appreciate if you can support
Thank you in advance.
I need a formula that highlight values which total is zero but have the same reference ID
I want to have the below results.
[TABLE="width: 289"]
<colgroup><col span="2"><col></colgroup><tbody>[TR]
[TD]ID[/TD]
[TD]Value[/TD]
[TD]Result[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD="align: center"]1[/TD]
[TD]highlighted on color green[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD="align: center"]2[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD="align: center"]-1[/TD]
[TD]highlighted on color green[/TD]
[/TR]
[TR]
[TD]C[/TD]
[TD="align: center"]4[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]C[/TD]
[TD="align: center"]-2[/TD]
[TD]highlighted on color green[/TD]
[/TR]
[TR]
[TD]C[/TD]
[TD="align: center"]2[/TD]
[TD]highlighted on color green[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD="align: center"]3[/TD]
[TD="align: center"] [/TD]
[/TR]
</tbody>[/TABLE]
I will really appreciate if you can support
Thank you in advance.