Formula not working for match with criteria

SuzyQPA2

Board Regular
Joined
Oct 28, 2004
Messages
90
I am comparing two different worksheet columns and if SSN from worksheet AM-FID is not found on worksheet AM-IBX and the person is identified as "active assignment" in column I on worksheet AM-FID then...
I want to either highlight it (which i tried with conditional formatting and wouldn't work across worksheets) or have a column for True/False or have it bring that Row that doesn't have a SSN on both sheets and doesn't have active assignment to AM-differences worksheet

I got a matching formula working
=ISNA(MATCH(D3,'AM-IBX'!$C$2:$C$110,0))
it identified if the item wasn't on the other sheet with a true/false, but i couldn't add a condition that if column I = "active assignment" vs terminated then bring the data to a different worksheet from that row or, even identify it as true....

I tried this as well but it didn't work.
=INDEX('AM-IBX'!$C$2:$C$110,MATCH(D3,IF('AM-FID'!$I$3:$I$181="active assignment",TRUE),0))
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
Excel Workbook
ABCDEFGHIJKLMNOPQRST
2Orig.Date EnteredLast Date UpdatedSSNEmployee NameEmployee #Assignment #Prmary AssignmentAssignment StatusPayrollEmployment CategoryDept/Cost CenterDept/Cost Center #Work Location DescriptionPlan TypePlan CodePlan NamePrimary CarrierCoverage Option DescriptionCoverage TypeNot on IBC
39/8/20109/8/2010867532011Doe, Jane11YActive AssignmentAMFulltime-Regular55NJMedical*Waived***FALSE
43/9/20113/31/2011551551234Mouse, Mickey22YTerminate AssignmentAMFulltime-Regular88NJMedicalHLFAHMO LOW FT- AMERIHEALTHAMERIHEALTHHMOSINGLETRUE
AM-FID
 
Upvote 0

Forum statistics

Threads
1,224,576
Messages
6,179,639
Members
452,935
Latest member
mm1t1

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