Help with tables

SCPbrito

Board Regular
Joined
Aug 1, 2024
Messages
53
Office Version
  1. 365
Platform
  1. Windows
I have a large data set linked below. In it I have user ids of shipments that have been processed. I am trying to track performance metrics down to the hour per user and its not always the same users. So my question: what would be the most efficient way to do this. And I would still like to customize it and add in conditional formatting to clean it up and make easier to read. Can I make a table or array that has user ids and the name that corresponds to it and have report pull those names based on user ids?? Any help would be greatly appreciated.


EDIT:
I'm currently using sumifs (shown below) to display. but I have to go back and manually change user id in formula for each new user.

Rich (BB code):
=ABS(SUMIFS(Items!$L:$L, Items!$F:$F, "Shipment", Items!$U:$U, "Emolina", Items!$E:$E, ">=" & TODAY() + 7/24, Items!$E:$E, "<" & TODAY() + 8/24))
 
Last edited by a moderator:

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.

Forum statistics

Threads
1,223,885
Messages
6,175,180
Members
452,615
Latest member
bogeys2birdies

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