Incoming/Outgoing per person per day? & Create weekly report

M

Melissa B.

I need to keep a spreadsheet of the number of incoming and outgoing calls per
person per daily and create a report on a weekly basis with a chart. This is
hard to do when in excel such as keeping the formula when new employeed come
in to the picture, etc. How can I do this...I tried Access however I just do
not seem to be proficient in it like i thought I was.
 
D

Dave F

I would create a table like the following and run a pivot table off it:

Day | Caller | Number of calls
1 Joe 2
1 Mary 4
1 Bob 10
2 Joe 1
2 Mary 0
2 Bob 100

Alternetively, you can create a separate lookup table with all callers'
names and run SUMPRODUCTs on each caller's name.
 
Top