MATLAB: Looking for a string in Excel file with multiple sheets

excelMATLABsearch stringSpreadsheet Link

Hello,
I want to read an Excel file with multiple sheets. From the file, I want to search for a particular string.
How shall I do it?
Any ideas?
Thanks

Best Answer

You should try looking up the xlsread, strmatch, find and strncmp functions in the help. There are comprehensive examples that should demonstrate what you need to do.
If you are still struggling then please upload some sample data.
Related Question