bb19august
New Member
- Joined
- Feb 1, 2019
- Messages
- 18
Excel formula for the following condition given in the table
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]F1[/TD]
[TD]F2[/TD]
[TD]F3[/TD]
[TD]R1[/TD]
[TD]R2[/TD]
[TD]R3[/TD]
[TD]Check[/TD]
[TD]Result[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]2[/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD]2[/TD]
[TD]1[/TD]
[TD]F1[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]2[/TD]
[TD]2[/TD]
[TD]1[/TD]
[TD]2[/TD]
[TD]2[/TD]
[TD]R3[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]2[/TD]
[TD]2[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]F2[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]1[/TD]
[TD][/TD]
[TD]1[/TD]
[TD][/TD]
[TD][/TD]
[TD]R3[/TD]
[TD]0[/TD]
[/TR]
</tbody>[/TABLE]
"Check" column has the header name to be verified and return the cell value in row in the "Results" column
If the cell is blank for a specific header then return '0"
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]F1[/TD]
[TD]F2[/TD]
[TD]F3[/TD]
[TD]R1[/TD]
[TD]R2[/TD]
[TD]R3[/TD]
[TD]Check[/TD]
[TD]Result[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]2[/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD]2[/TD]
[TD]1[/TD]
[TD]F1[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]2[/TD]
[TD]2[/TD]
[TD]1[/TD]
[TD]2[/TD]
[TD]2[/TD]
[TD]R3[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]2[/TD]
[TD]2[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]F2[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]1[/TD]
[TD][/TD]
[TD]1[/TD]
[TD][/TD]
[TD][/TD]
[TD]R3[/TD]
[TD]0[/TD]
[/TR]
</tbody>[/TABLE]
"Check" column has the header name to be verified and return the cell value in row in the "Results" column
If the cell is blank for a specific header then return '0"