string compare in one cell
1 view (last 30 days)
Show older comments
I have a data which I export to excel using xlswrite. Now I want to compare strings but within one cell only. For example, one cell in excel contains 3 values which are separated by lines
100
150
200
How can I do that?
See attached for example
0 Comments
Answers (1)
Walter Roberson
on 24 Oct 2015
How to compare strings within Excel is a question about Excel that should be addressed to a resource that deals with Excel.
If you have data that you export to Excel and you want to pull it back from Excel to do comparisons, then the answer appears obvious: do the comparisons on the data you used to export instead of bothering to read it back from Excel
0 Comments
See Also
Categories
Find more on Spreadsheets in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!