Work orders per person per day - with duplicate dates and ID#s

luckeyjune

New Member
Joined
Jun 28, 2021
Messages
12
Office Version
  1. 2016
Platform
  1. Windows
Hi, after searching for days I figure I'll ask for help with this. I'm trying to get a 1,0 result to assist with summing in a pivot. The dataset is too big for an array formula.
Basically I am trying to obtain the metric work orders per person per day. I figure if I'm able to return a 1 for each Employee ID#, but only 1 for the unique day worked. There are duplicates of the ID#s and dates for each employee since there are many work types, statuses, etc. Here's an example of what I am trying to achieve. So if I were to SUM in a pivot ID 5046 for 10/21/2021 it would only return 1. I don't know how something so seemingly simple has stumped me so terribly! Thanks : )
1635434164480.png
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
How about
Excel Formula:
=IF(COUNTIFS(A$2:A2,A2,B$2:B2,B2)=1,1,0)
 
Upvote 0
Solution
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,591
Messages
6,120,428
Members
448,961
Latest member
nzskater

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