I have a table with the following columns:
COL A: Caller ID
COL B: Date of Call
COL C: Time of Call (24H, i.e 1-24)
COL D: Duration of Call (sec)
I have a list of about 50k calls (i.e 50k rows)
What I am trying to do it generate a graph that will have the Date on the x axis and the number of unique caller IDs on the y axis.
I have tried using pivot tables to do this but Excel but doesnt seem to account for the fact that on any given date a caller might call more than once. In fact, Excel just counts the number of "Caller IDs" per day where as I would like it to tell me how many Unique Caller ID there where per day. I hope this makes sense...
COL A: Caller ID
COL B: Date of Call
COL C: Time of Call (24H, i.e 1-24)
COL D: Duration of Call (sec)
I have a list of about 50k calls (i.e 50k rows)
What I am trying to do it generate a graph that will have the Date on the x axis and the number of unique caller IDs on the y axis.
I have tried using pivot tables to do this but Excel but doesnt seem to account for the fact that on any given date a caller might call more than once. In fact, Excel just counts the number of "Caller IDs" per day where as I would like it to tell me how many Unique Caller ID there where per day. I hope this makes sense...