string compare in one cell
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Walter Roberson
am 24 Okt. 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 Kommentare
Siehe auch
Kategorien
Mehr zu Spreadsheets finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!