Lookup multiple criteria backwards

Montanes

New Member
Joined
Aug 18, 2016
Messages
39
Office Version
  1. 365
Platform
  1. Windows
TAB1 has various data across from column A-J.

In Column A, i have a date and in Column J i have the same date plus 7 days with a whole load of other stuff in between.

In TAB2, i want to select a month in CELL A1 and have the lines below show the data from TAB1 where the date in Column J falls within that month.

In case i haven't explained that very well:

TAB1:
A B C D J
1 01/01/2018 SH31 ENG Accounts Early 08/01/2018
2 15/01/2018 FG19 SCO Cleansing Late 22/01/2018
3 25/01/2018 TY51 WAL Engineering Early 01/02/2018

If i now select "January" in TAB2 A1, the data below should come back with the first 2 lines from TAB1 (above).

Thanks in advance for your help.
 
Last edited:

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
I have tried this:

=SUMPRODUCT(--(INDEX(TAB1!A1:J1840,,6)=B1),--(TEXT(INDEX(TAB1!A1:I1840,,10),"mmmyyyy")=TEXT(A1,"mmmyyyy")))

but its doesn't work. (B1 has matching criteria i should find in TAB1, column F and A1 has Jan-18 that should be found in column J of TAB1

Never mind, i just saw the typo mistake!! Oops.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,216,099
Messages
6,128,816
Members
449,469
Latest member
Kingwi11y

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