Vlookup using multiple criteria

adiles

New Member
Joined
Jun 13, 2020
Messages
41
Office Version
  1. 365
Platform
  1. Windows
I have an excel sheet with details like, date, employee name, and worked hours, i want to display the same details in another sheet with date and hour only, if i type the employee name in one cell the function will have to look into the other cell to get the details

Dateemployee namehr
1-03-23AAA12.5
2-03-23BBB13.5
3-03-23AAA15
5-03-23ZZZ18


Employee name: AAA

Datehr
1-03-2312.5 (this data should be taken from the above excel)
2-03-23
3-03-2315
4-03-23
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
How about just using a SUMIFS?
You match on Date and EE Name, and sum the hr column.
If there is just one value, it will return that value.
 
Upvote 0
Please post exactly how you have written your formula (we cannot analyze/critique it if we cannot see it!)
 
Upvote 0
Please post exactly how you have written your formula (we cannot analyze/critique it if we cannot see it!)
Thanks, i did it with pivot table. Thanks for the support.
 
Upvote 0

Forum statistics

Threads
1,215,336
Messages
6,124,328
Members
449,155
Latest member
ravioli44

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