I'm working on a small project and am looking to make counting of records easier on our admins. Values are typed in quotes below. What we have is a table that has a column of the type of sales activity ("call", "meeting", "event", "conference") and a column that has all of our team's participants that went to that specific activity in one field ("Tim, Jeff, Dana", "Tim", "Roger, Jim, Jeanne", ect).
What I'm trying to do is create a reports page...a bunch of fields that essentially say
COUNT the number of times an activity cell = "call" AND the participants cell CONTAINS "Jeanne".
This then reports on each activity. I'd like the report's content to read like this:
Jeanne (# of calls, # of meetings, # of conference, # of events)
Tim (# of calls, # of meetings, # of conference, # of events)
Dana (# of calls, # of meetings, # of conference, # of events)
Roger (# of calls, # of meetings, # of conference, # of events)
Am I missing something simple? It's possible to do in Excel...I cant figure out this one...
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
RyanSpaulding
Hey all -
I'm working on a small project and am looking to make counting of records easier on our admins. Values are typed in quotes below. What we have is a table that has a column of the type of sales activity ("call", "meeting", "event", "conference") and a column that has all of our team's participants that went to that specific activity in one field ("Tim, Jeff, Dana", "Tim", "Roger, Jim, Jeanne", ect).
What I'm trying to do is create a reports page...a bunch of fields that essentially say
COUNT the number of times an activity cell = "call" AND the participants cell CONTAINS "Jeanne".
This then reports on each activity. I'd like the report's content to read like this:
Jeanne (# of calls, # of meetings, # of conference, # of events)
Tim (# of calls, # of meetings, # of conference, # of events)
Dana (# of calls, # of meetings, # of conference, # of events)
Roger (# of calls, # of meetings, # of conference, # of events)
Am I missing something simple? It's possible to do in Excel...I cant figure out this one...
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.