I am trying to figure out how to get the right formula to output the column header i need. I tried isnumber with index match and i'm getting n/a or value errors.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]US1[/TD]
[TD]US2[/TD]
[TD]US3[/TD]
[TD]US4[/TD]
[TD]US5[/TD]
[TD]US6[/TD]
[TD]US7[/TD]
[TD]US8[/TD]
[TD]US9[/TD]
[TD]US10[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]456[/TD]
[TD]SERV678[/TD]
[TD][/TD]
[TD]542[/TD]
[TD]369[/TD]
[TD][/TD]
[TD]87[/TD]
[TD]654879[/TD]
[TD]14[/TD]
[/TR]
</tbody>[/TABLE]
I need to find the cell the has "SERV" and then output the column that it is located. For instance here would b e US3.
Thanks in advanced!!
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]US1[/TD]
[TD]US2[/TD]
[TD]US3[/TD]
[TD]US4[/TD]
[TD]US5[/TD]
[TD]US6[/TD]
[TD]US7[/TD]
[TD]US8[/TD]
[TD]US9[/TD]
[TD]US10[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]456[/TD]
[TD]SERV678[/TD]
[TD][/TD]
[TD]542[/TD]
[TD]369[/TD]
[TD][/TD]
[TD]87[/TD]
[TD]654879[/TD]
[TD]14[/TD]
[/TR]
</tbody>[/TABLE]
I need to find the cell the has "SERV" and then output the column that it is located. For instance here would b e US3.
Thanks in advanced!!