Count entries by person by date?

chadlaw32

Board Regular
Joined
Jul 29, 2014
Messages
84
Office Version
  1. 365
  2. 2019
  3. 2016
Platform
  1. Windows
I have a sheet where multiple people add tickets every day I am trying to count the number of entries made by each person on each day Co column I has the person who created the entry and column O has the date, any ideas?
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
For what i need a pivot table will not work, which sucks
 
Upvote 0
I have it figured out just not happy with the outcome since I must have the second sheet open for the data to populate.
 
Upvote 0
I assume you meant second workbook (instead of sheet) must be opened.
If so, you may be able to use SUMPRODUCT which I believe will work with a closed workbook.

See example of SUMPRODCT below. You will need to change ranges to match your data and workbook(s).
Excel Workbook
CDEFGINO
1NameCountDate1/15/2019NameDate
2N12N11/15/2019
3N21N21/15/2019
4N30N11/15/2019
5N41N41/15/2019
6N21/18/2019
7N31/18/2019
8N41/18/2019
9N31/18/2019
Sheet
 
Upvote 0
Solution
For the sheet I am working with I cannot use a pivot table
 
Upvote 0

Forum statistics

Threads
1,215,746
Messages
6,126,645
Members
449,325
Latest member
Hardey6ix

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top