string compare in one cell
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (1)
Walter Roberson
il 24 Ott 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 Commenti
Vedere anche
Categorie
Scopri di più su Spreadsheets in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!