prochasska
New Member
- Joined
- Jan 16, 2018
- Messages
- 9
Hi,
I have a big table where I need a formula to do the following:
Example:
[TABLE="width: 99"]
<colgroup><col></colgroup><tbody>[TR]
[TD]column N[/TD]
[/TR]
[TR]
[TD]Los Angeles[/TD]
[/TR]
[TR]
[TD]Los Angeles[/TD]
[/TR]
[TR]
[TD]Los Angeles[/TD]
[/TR]
[TR]
[TD]Los Angeles[/TD]
[/TR]
[TR]
[TD]Los Angeles[/TD]
[/TR]
[TR]
[TD]Los Angeles[/TD]
[/TR]
</tbody>[/TABLE]
Example:
[TABLE="width: 99"]
<colgroup><col></colgroup><tbody>[TR]
[TD]column N[/TD]
[/TR]
[TR]
[TD]Los Angeles[/TD]
[/TR]
[TR]
[TD]Los Angeles[/TD]
[/TR]
[TR]
[TD]Los Angeles[/TD]
[/TR]
[TR]
[TD]Barcelona[/TD]
[/TR]
[TR]
[TD]Barcelona[/TD]
[/TR]
[TR]
[TD]Rome[/TD]
[/TR]
</tbody>[/TABLE]
I have tried to use if and countif, but the formula returns "yes" only for the first cell. I need the formula to return yes for all six cells.
I hope someone can help with this formula.
I have a big table where I need a formula to do the following:
- if six cells in a column contain the same value, the formula should return "yes"
Example:
[TABLE="width: 99"]
<colgroup><col></colgroup><tbody>[TR]
[TD]column N[/TD]
[/TR]
[TR]
[TD]Los Angeles[/TD]
[/TR]
[TR]
[TD]Los Angeles[/TD]
[/TR]
[TR]
[TD]Los Angeles[/TD]
[/TR]
[TR]
[TD]Los Angeles[/TD]
[/TR]
[TR]
[TD]Los Angeles[/TD]
[/TR]
[TR]
[TD]Los Angeles[/TD]
[/TR]
</tbody>[/TABLE]
- if six cells in a column contain different values, the formula should return "no"
Example:
[TABLE="width: 99"]
<colgroup><col></colgroup><tbody>[TR]
[TD]column N[/TD]
[/TR]
[TR]
[TD]Los Angeles[/TD]
[/TR]
[TR]
[TD]Los Angeles[/TD]
[/TR]
[TR]
[TD]Los Angeles[/TD]
[/TR]
[TR]
[TD]Barcelona[/TD]
[/TR]
[TR]
[TD]Barcelona[/TD]
[/TR]
[TR]
[TD]Rome[/TD]
[/TR]
</tbody>[/TABLE]
I have tried to use if and countif, but the formula returns "yes" only for the first cell. I need the formula to return yes for all six cells.
I hope someone can help with this formula.