Formula to identify date and location from a table and return value

Batley

New Member
Joined
Jun 8, 2022
Messages
14
Office Version
  1. 365
Platform
  1. Windows
I have a huge amount of data which I need to search quickly with a formula here is a snip it:

Salvage by day and date.xlsx
ABCDEFGHIJK
1DateDaySALVAGETrue Store IDStore IDStore NameDepot01/01/2023Aberdeen???
201/01/2023SundayTEST0930930AberdeenDHLSTK
301/01/2023Sunday0125125AltrinchamDHLSTK
401/01/2023Sunday0265265AshfordDHLMER
501/01/2023Sunday0345345Ashton Under LyneDHLSTK
601/01/2023Sunday0155155AylesburyDHLMER
701/01/2023Sunday0750750BallymenaDHLSTK
801/01/2023Sunday0705705BangorDHLSTK
DATA
Cell Formulas
RangeFormula
D2:D8D2=VLOOKUP(F2,Sheet5!C:O,12,FALSE)
E2:E8E2=VLOOKUP(F2,Sheet5!C:O,13,FALSE)


I want to put my formula in K1 and type date into I1 and location into J1 that would return the value "TEST" from C1 as there is a match.
I have tried IF, MATCH and can not get it to work! I know this is really simple was hoping someone would have a quick answer for me.
Thank you for your time
Sara
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
How about
Excel Formula:
=FILTER(C2:C100,(A2:A100=I1)*(F2:F100=J1))
 
Upvote 0
Solution

Forum statistics

Threads
1,223,231
Messages
6,170,884
Members
452,364
Latest member
springate

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