Hello!
I think the title of my topic doesn't help to explain what I'm trying to do very well, so let me try to make things clear:
I joined three different tables, in which I have:
- Table A contains a list of my users;
- Table B contains all activities assigned to the users from Table A;
- Table C contains an activity log done by these users from Table A.
What I need to accomplish: a table (at least I think this is the way to do it, but I'm open to suggestions) with:
- all of the users from Table A,
- how many activities were assigned (from Table B) to each of these users
- how many log entries (from table C) were registrered from each of these users
Any ideas on how I summarize the data in order to get these results? I think I need to use somethink like CountIf, but I'm not sure how to do it.
Thank you very much!