How can I cross reference the data in two excel tables?
Show older comments
Hello-
New Matlab user here! Had a question for y'all:
I have two excel tables that I would like analyze in mat-lab. One table has a bunch of user ids and category groups associated to each user. The second table is ten sets of two columns in which one column has the user id and the other has a user action. What I would like to do is find out how many of each kind of action is associated with each category group. How would I go about doing this?
Thanks!
4 Comments
Bob Thompson
on 22 Mar 2018
Do you have anything written for this so far? I could give a basic layout of what you're going to be looking to do if you don't have anything yet, but it's easier to work with what you already have if you have anything.
Alan Bederka
on 22 Mar 2018
Bob Thompson
on 22 Mar 2018
Ok, so for your actions, how are they represented? Are they just a word, or is it some kind of numerical system?
Are you just looking to determine how many times any specific action happens, or does it need some kind of association with another value?
Alan Bederka
on 22 Mar 2018
Accepted Answer
More Answers (0)
Categories
Find more on Data Import from MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!