Identify Common Phrases

brsawvel

Registered User.
Local time
Today, 01:36
Joined
Sep 19, 2007
Messages
256
Is there an option in excel to identify (and list the number of times) common phrases that appear in the worksheet?

My boss wants me to go through a worksheet of hundreds of customer feedbacks and identify the 10 most common complaints.
 
easier to use access for this. Import your data into access then create a query to count the number of records that a phrase appears in. You could do this in excel as well using the ado or dao library but if you don't know how to do this then I would go down the access path.
 
Hi, brsawvel,

depending on the feedback (free text or a choice from Data/Validation?) you maybe could use TextToColumn and a pivot-table sorted descending (mind the 256 Columns up until Excel2003).

Ciao,
Holger
 
You'd think there would be a free piece of software from google that would do that for you.
 

Users who are viewing this thread

Back
Top Bottom