I need a formula to identify or select a single occurrence of a duplicate value based upon values in other columns of each row. For instance, in the table below, I would want to select the instance in A4- where none of the other row values were blank. Any advice is appreciated.
[TABLE="width: 750"]
<tbody>[TR]
[TD][/TD]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[TD="align: center"]C[/TD]
[TD="align: center"]D[/TD]
[TD="align: center"]E[/TD]
[TD="align: center"]F[/TD]
[/TR]
[TR]
[TD="align: center"]1[/TD]
[TD="align: center"]ID[/TD]
[TD="align: center"]COLOR[/TD]
[TD="align: center"]TEMP[/TD]
[TD="align: center"]StartDate[/TD]
[TD="align: center"]EndDate[/TD]
[TD="align: center"]Y/N[/TD]
[/TR]
[TR]
[TD="align: center"]2[/TD]
[TD="align: center"]123ABC[/TD]
[TD="align: center"]green[/TD]
[TD="align: center"]hot[/TD]
[TD="align: center"]1/1/2017[/TD]
[TD="align: center"][/TD]
[TD="align: center"]Y[/TD]
[/TR]
[TR]
[TD="align: center"]3[/TD]
[TD="align: center"]123ABC[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"]1/1/2017[/TD]
[TD="align: center"][/TD]
[TD="align: center"]Y[/TD]
[/TR]
[TR]
[TD="align: center"]4[/TD]
[TD="align: center"]123ABC[/TD]
[TD="align: center"]green[/TD]
[TD="align: center"]hot[/TD]
[TD="align: center"]1/1/2017[/TD]
[TD="align: center"]1/31/2017[/TD]
[TD="align: center"]Y[/TD]
[/TR]
[TR]
[TD="align: center"]5[/TD]
[TD="align: center"]123ABC[/TD]
[TD="align: center"][/TD]
[TD="align: center"]hot[/TD]
[TD="align: center"]1/1/2017[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"]6[/TD]
[TD="align: center"]123ABC[/TD]
[TD="align: center"][/TD]
[TD="align: center"]hot[/TD]
[TD="align: center"]1/1/2017[/TD]
[TD="align: center"][/TD]
[TD="align: center"]Y[/TD]
[/TR]
[TR]
[TD="align: center"]7[/TD]
[TD="align: center"]123ABC[/TD]
[TD="align: center"]green[/TD]
[TD="align: center"][/TD]
[TD="align: center"]1/1/2017[/TD]
[TD="align: center"]1/31/2017[/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"]8[/TD]
[TD="align: center"]123ABC[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"]1/1/2017[/TD]
[TD="align: center"][/TD]
[TD="align: center"]Y[/TD]
[/TR]
[TR]
[TD="align: center"]9[/TD]
[TD="align: center"]123ABC[/TD]
[TD="align: center"][/TD]
[TD="align: center"]hot[/TD]
[TD="align: center"]1/1/2017[/TD]
[TD="align: center"][/TD]
[TD="align: center"]Y[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 750"]
<tbody>[TR]
[TD][/TD]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[TD="align: center"]C[/TD]
[TD="align: center"]D[/TD]
[TD="align: center"]E[/TD]
[TD="align: center"]F[/TD]
[/TR]
[TR]
[TD="align: center"]1[/TD]
[TD="align: center"]ID[/TD]
[TD="align: center"]COLOR[/TD]
[TD="align: center"]TEMP[/TD]
[TD="align: center"]StartDate[/TD]
[TD="align: center"]EndDate[/TD]
[TD="align: center"]Y/N[/TD]
[/TR]
[TR]
[TD="align: center"]2[/TD]
[TD="align: center"]123ABC[/TD]
[TD="align: center"]green[/TD]
[TD="align: center"]hot[/TD]
[TD="align: center"]1/1/2017[/TD]
[TD="align: center"][/TD]
[TD="align: center"]Y[/TD]
[/TR]
[TR]
[TD="align: center"]3[/TD]
[TD="align: center"]123ABC[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"]1/1/2017[/TD]
[TD="align: center"][/TD]
[TD="align: center"]Y[/TD]
[/TR]
[TR]
[TD="align: center"]4[/TD]
[TD="align: center"]123ABC[/TD]
[TD="align: center"]green[/TD]
[TD="align: center"]hot[/TD]
[TD="align: center"]1/1/2017[/TD]
[TD="align: center"]1/31/2017[/TD]
[TD="align: center"]Y[/TD]
[/TR]
[TR]
[TD="align: center"]5[/TD]
[TD="align: center"]123ABC[/TD]
[TD="align: center"][/TD]
[TD="align: center"]hot[/TD]
[TD="align: center"]1/1/2017[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"]6[/TD]
[TD="align: center"]123ABC[/TD]
[TD="align: center"][/TD]
[TD="align: center"]hot[/TD]
[TD="align: center"]1/1/2017[/TD]
[TD="align: center"][/TD]
[TD="align: center"]Y[/TD]
[/TR]
[TR]
[TD="align: center"]7[/TD]
[TD="align: center"]123ABC[/TD]
[TD="align: center"]green[/TD]
[TD="align: center"][/TD]
[TD="align: center"]1/1/2017[/TD]
[TD="align: center"]1/31/2017[/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"]8[/TD]
[TD="align: center"]123ABC[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"]1/1/2017[/TD]
[TD="align: center"][/TD]
[TD="align: center"]Y[/TD]
[/TR]
[TR]
[TD="align: center"]9[/TD]
[TD="align: center"]123ABC[/TD]
[TD="align: center"][/TD]
[TD="align: center"]hot[/TD]
[TD="align: center"]1/1/2017[/TD]
[TD="align: center"][/TD]
[TD="align: center"]Y[/TD]
[/TR]
</tbody>[/TABLE]