I have data in varaiable as string and i need to compair it from excel and need to get the index of row.
if varaible contains string data like “sandhyar” , i need to check in which row exact data is there after ( .
you can seee below image where exact data is in 7 th row but code which i am using giving me wrong index as 1 .
HI @Mathkar_kunal
as per my understanding, you are looking for exact data present in variable, but after the ‘(’ symbol.
can you append ‘(’ and try searching (sandhyar in excel.
Let me know if this was helpful.