Pulling data from a search criteria

Berandon

New Member
Joined
Sep 8, 2014
Messages
36
I have a payroll google sheet for tracking labor to employees and customer's. There is a dropdown for customer information, and i know I want to search that information. But, i want it to return ALL Labor associated with that customer. So, if we paid someone 3 months apart, i want it to show all labor assigned to that customer record.

Here is a basic screenshot of what i am looking for. The data set I have is 3k+ lines and growing. The customer name and employee names are drop downs, so exact matching shouldn't be an issue. I have a pivot table for week by week breakdown for the bookkeeper, but trying by customer when there are thousands just seems messy. And i don't need it to stay populated, just search, report, and search the next.

I hope i am making some kind of sense and that there is a solution to my needs.

TIA
 

Attachments

  • data sample.png
    data sample.png
    40.6 KB · Views: 6
  • data 2.png
    data 2.png
    37.2 KB · Views: 6

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
You can use FILTER function to do this. Put following formula into F6
Excel Formula:
=FILTER($A$3:$D$7, $A$4:$A$7=$F$3)
 
Upvote 0

Forum statistics

Threads
1,215,073
Messages
6,122,975
Members
449,095
Latest member
Mr Hughes

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