bb19august
New Member
- Joined
- Feb 1, 2019
- Messages
- 18
Dear All,
Need help with a excel formula to compare various cells in a row and give result if it is common data in multiple cells
Condition:
- if the cells have a common alphanumeric in a row, at least two or above, then print it as result else "No Result"
- different alphanumeric can be separated by commas also in the cells
- If there are two alphanumeric, common in the cells then the result to be separated by comma
- if there are no data (blank) in the cells then result is "No result"
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Car[/TD]
[TD]Bus[/TD]
[TD]Train[/TD]
[TD]Result[/TD]
[/TR]
[TR]
[TD]F1, F2, F3[/TD]
[TD]F1[/TD]
[TD]F1[/TD]
[TD]F1[/TD]
[/TR]
[TR]
[TD]F1, F2, F3[/TD]
[TD]F1, F2, F4[/TD]
[TD]F2, F5, F6[/TD]
[TD]F1, F2[/TD]
[/TR]
[TR]
[TD]F1, R1[/TD]
[TD]R2[/TD]
[TD]F3, F4, R7[/TD]
[TD]No Result[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]R1[/TD]
[TD]No Result[/TD]
[/TR]
</tbody>[/TABLE]
Need help with a excel formula to compare various cells in a row and give result if it is common data in multiple cells
Condition:
- if the cells have a common alphanumeric in a row, at least two or above, then print it as result else "No Result"
- different alphanumeric can be separated by commas also in the cells
- If there are two alphanumeric, common in the cells then the result to be separated by comma
- if there are no data (blank) in the cells then result is "No result"
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Car[/TD]
[TD]Bus[/TD]
[TD]Train[/TD]
[TD]Result[/TD]
[/TR]
[TR]
[TD]F1, F2, F3[/TD]
[TD]F1[/TD]
[TD]F1[/TD]
[TD]F1[/TD]
[/TR]
[TR]
[TD]F1, F2, F3[/TD]
[TD]F1, F2, F4[/TD]
[TD]F2, F5, F6[/TD]
[TD]F1, F2[/TD]
[/TR]
[TR]
[TD]F1, R1[/TD]
[TD]R2[/TD]
[TD]F3, F4, R7[/TD]
[TD]No Result[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]R1[/TD]
[TD]No Result[/TD]
[/TR]
</tbody>[/TABLE]