Forum Discussion
lamp38
7 years agoNew Member
Imagine we have the following rows:
- Complaint 1: "App is very slow."
- Complaint 2: "App loads slowly."
- Compaint 3: "The app was very slow, and then crashed."
I have to be able to summarize the data as follows:
- Count (slow) = 3
- Count (crashed) = 1
Ashish_Mathur
Super User
7 years agoHi,
See if my solution here helps - Analyse free flowing text data or user entered remarks from multiple perspectives.