Match multiple multiple criteria and Between dates

Nemo74

New Member
Joined
Mar 22, 2013
Messages
38
Hello all,
I'll get right to the point...
I have 2 sheets
Sheet1
ABC
1Bill Murry05/14/2007WI
2Bill Murry02/20/2008TX
3Bill Murry11/12/2008NY

<tbody>
</tbody>

On my second sheet I have
ABCD
1Bill Murry03/02/200708/04/2007**Formula** = WI
2Bill Murry02/15/200809/15/2008**Formula** = TX
3Bill Murry11/15/200812/31/2008**Formula** = ""

<tbody>
</tbody>

What formula can I put in Sheet 2, Col D to pull back that answer?

I tried a {Match(data & data, range & range, 0)} and an index match (if)) for a date range but I'm not any closer.

Thanks for your help. This has been a fun one. I'm open to anything. If I can't I'll have to rearrange a lot of data to try to make it work.


THANKS!
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
Nvm I got it with a slightly different approach,

Code on Sheet2 D1
Code:
{=INDEX('Sheet1'!$C$1:$C$3,MATCH(1,IF('Sheet1'!$A$1:$A$3=A1,IF('Sheet1'!$B$1:$B$3<=B2,1)),1))}

So yeah :)
 
Upvote 0

Forum statistics

Threads
1,215,338
Messages
6,124,351
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