Hi,
I would like to search for a text in a table and return the column head.
Eg: Table A!:C5
<tbody>
</tbody>
I wud like to search for john(lower case) in say D2 and get Manger in E2.
Tried the formula
=INDEX(A1:C5,1,MATCH("*"&D2&"*",A2:C5,0))
But not working. Please help !!
I would like to search for a text in a table and return the column head.
Eg: Table A!:C5
Sl No | Manager | Trainee |
1 | John | |
2 | Steve | Jeffy |
3 | Harry | Johnson |
4 | Johny |
<tbody>
</tbody>
I wud like to search for john(lower case) in say D2 and get Manger in E2.
Tried the formula
=INDEX(A1:C5,1,MATCH("*"&D2&"*",A2:C5,0))
But not working. Please help !!
Last edited: