I have a excel file which has header row and many columns. In row 1, column 10 i have cell value as 'Request'. i need to get this cell index by searching with the value "Request". Is there any way without iterating through columns (without using for loop).
Sample: You are looking in range C2:J2
and H2
has "Request"
:
=MATCH("Request"; C2:J2; 0)
will return 6
(column H is the 6th column counting from column C).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With