Index/Match Function for Retrieving a Value with multiple criteria

Johncapov

New Member
Joined
Mar 2, 2020
Messages
9
Office Version
  1. 2016
Platform
  1. Windows
Hello, I have a rotation list of employees and another column that lists out the employees who are out of office on a particular date. I need to create a Index/match function that will retrieve any employee from the rotation list that does not match the name of any of the employees that are out of the office on that particular day. There is other logic that plays into which employee is selected but that will be handled within a different formula. I just am lost on how to make this work.

I believe this formula is very close but it is still not retrieving the desired value:
=IFNA(INDEX($F$3:$F$8,MATCH(TRUE,(C3<>$F$3:$F$8)*(B3&" "&C3<>$I$3:$I$4),0)),"")

See the image below:

1594762187634.png
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"

Forum statistics

Threads
1,215,455
Messages
6,124,935
Members
449,195
Latest member
Stevenciu

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