Nested IF statement within a index match

Pika735

New Member
Joined
Sep 14, 2020
Messages
15
Office Version
  1. 2019
Platform
  1. MacOS
  2. Web
I have a data set where the data looks like this
Bad ActordateID
Good ActordateID
Neutral ActordateID

I need to be able to match the date of the bad actor and only the bad actor linked with the ID on a new sheet. I tried a few variations of IF statements with an index match, but I wasn't getting the date.

The problem lies in that the same ID can be linked with all three, but I only need one, the bad actor. Any help would be appreciated!
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
If you mean that you want to use the above column 1 and column 3 to lookup another sheet and return the value for colummn 2, then either give us an XL2BB for both the above and the other sheet.
If you can't do XL2BB we need the column letters for the above and the name of the other sheet and the column references in the other sheet for Bad Actor, ID & Date.
My preference would be to use =Lookup(2,1/(expression1*expression2),lookuparray)
 
Upvote 0

Forum statistics

Threads
1,215,479
Messages
6,125,041
Members
449,206
Latest member
Healthydogs

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