Hi,
I'm having an issue with counting words across columns. I'm looking for a solution using multiple index formulas
[TABLE="width: 500"]
<tbody>[TR]
[TD]Team 1[/TD]
[TD]Team 2[/TD]
[TD]Team 3[/TD]
[TD]Total[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Keep[/TD]
[TD][/TD]
[TD][/TD]
[TD]=INDEX(A2:C2,1,1)[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Delete[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Keep[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]Keep[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
In the case above Index selects 'Keep' but I'm looking for a formula that will pick the word from each row into the total.
Can anyone advise?
I'm having an issue with counting words across columns. I'm looking for a solution using multiple index formulas
[TABLE="width: 500"]
<tbody>[TR]
[TD]Team 1[/TD]
[TD]Team 2[/TD]
[TD]Team 3[/TD]
[TD]Total[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Keep[/TD]
[TD][/TD]
[TD][/TD]
[TD]=INDEX(A2:C2,1,1)[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Delete[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Keep[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]Keep[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
In the case above Index selects 'Keep' but I'm looking for a formula that will pick the word from each row into the total.
Can anyone advise?