If Then V lookup Multiple Criteria

shaftdx

Board Regular
Joined
Aug 20, 2018
Messages
136
Office Version
  1. 2011
Platform
  1. MacOS
OK I will be honest here I am trying to do this in Google sheets but if it can not be done I can switch it over to Excel I am just hoping the formula would cross over easily.

I have one workbook with 3 tabs. "Employees" "Call Out Sheet" & "Summary Sheet"
Employee Sheet is just a simple list of names for me to make a pull down Data Verification

Call Out Sheet is a list. Column A is the pull down list of the employees, Col B the date they are calling out this is an ever increasing list that I just add more rows as needed

Summary Sheet Right now has one Pull down menu where I will pick one of the employees names and from that I want a summary of all the times they called out during that pay period. (along with other things but once I learn how to do this the rest I can make it apply)

As it stands right now I have a list of the dates in the pay period listed that I can change easily

Basically I want it that when I choose the employee name it will match both the Name and the date and display it in one place (Summary sheet.)

any ideas?
 

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
are you still using excel version 2011 ?

Filter and UNIQUE appear to work on google sheets - BUT i dont use at all

so in excel 365 version
not sure about excel 2011 having UNIQUE or FILTER
But a start
I have put all on 1 sheet for display here
and the date and Name are criteria for the Filter

I search to see what functions are in google sheets


Book1
ABCDEFGHIJK
1namedatetimedateName
2A15/19/229:005/19/22A1A15/19/229:00
3A15/19/2210:00A15/19/2210:00
4A15/19/2211:00A15/19/2211:00
5A15/19/2212:00A15/19/2212:00
6A15/19/2213:00A15/19/2213:00
7A15/19/2214:00A15/19/2214:00
8A15/19/2215:00A15/19/2215:00
9A15/19/2216:00A15/19/2216:00
10A15/19/2217:00A15/19/2217:00
11A25/19/229:30
12A25/19/2210:30
13A25/19/2211:30
14A25/19/2212:30
15A25/19/2213:30
16A25/19/2214:30
17A25/19/2215:30
18A25/19/2216:30
19A25/19/2217:30
20A25/19/2218:30
21A25/19/2219:30
22A25/19/2220:30
23A25/19/2221:30
24
Sheet2
Cell Formulas
RangeFormula
I2:K10I2=UNIQUE(FILTER(A2:C23,(A2:A23=H2)*(B2:B23=G2)))
Dynamic array formulas.
 
Upvote 0

Forum statistics

Threads
1,214,991
Messages
6,122,628
Members
449,095
Latest member
bsb1122

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