Find more posts tagged with
Sort by:
1 - 6 of
61
I'm using read excel > processing doc from data if I put sort on after this it sorts the first word in the column,
I want descending order of the occurrences.so that it will be that the largest count of a word is displayed.
this is how i fixed it, there must be easier way but this is what i did.
added word list to data > write to csv > read to csv > sort (sort on the occurancts, desending)
I want descending order of the occurrences.so that it will be that the largest count of a word is displayed.
this is how i fixed it, there must be easier way but this is what i did.
added word list to data > write to csv > read to csv > sort (sort on the occurancts, desending)
Why can't you use Read Excel and use Filter Examples on it? Could you maybe post example data?
~Martin