check row in range where value is pulled

hajiali

Well-known Member
Joined
Sep 8, 2018
Messages
624
Office Version
  1. 2016
Platform
  1. Windows
Code:
=IFERROR(INDEX('EMPLOYEE LIST'!$BK$2:$BK$1000,AGGREGATE(15,6,(ROW('EMPLOYEE LIST'!$BK$2:$BK$1000)-ROW('EMPLOYEE LIST'!BL$2)+1)/(('EMPLOYEE LIST'!$U$2:$BF$1000=$A$4)),COLUMNS($C$4:C4))),"")

I'm using the above code to pull everyone that has the date that matches A4 in range 'EMPLOYEE LIST'!$U$2:$BF$1000.

What im needing added to the code above is if date (A4) is found in Range 'EMPLOYEE LIST'!$U$2:$AS$1000 in the same row where the name was pulled to CONCATENATE("name","DAT") if false CONCATENATE("name","FTO")

If there is a better route to getting this done or anything that I can add to get the result is greatly appreciated.
 

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,214,643
Messages
6,120,702
Members
448,980
Latest member
CarlosWin

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