I have a quick question.
I have an Excel sheet.. which contains descriptions of certain items:For example:
1) Awesome mirror
2) Another Awesome mirror
3) beautiful table
4) Pretty beautiful lovely sofa
5) one more mirror
and so on...
So lets say, I want to place all the mirrors together, all the tables together…
and so on… so basically something which can return me all the instances which contain the word “mirror”.
Any ideas on how to solve about this?
You could use a formula solution as below:
will give
tablea score of 1mirrora score of 100sofaa score of 1000allowing an easy numerical sort.
If it was possible that a cell could contain both
mirrorandsofathen it would get a score of 101. In this case you may either: