Find input value in table with multiple criteria

bwrengels

New Member
Joined
Sep 29, 2014
Messages
6
Hi! I'm stuck with my Excel-sheet, and I hope someone can help me out! It's about the following issue:

I want to check whether a certain input value (in this case a certain species at a certain live webcam location) is present within the species' list of that specific location. So, my input value is "honey badger" (image 1; column E) at a certain location (webcam), in this case "DJ" (column C). Now, I want to check whether this combination is possible, and visualize this in the "Check"-column (F) by copying the specific value of that combination (species and webcam) from the table (image 2). How can I achieve this?

I hope someone can help me out!

Thank you in advance!
 

Attachments

  • 1.png
    1.png
    45.4 KB · Views: 7
  • 2.png
    2.png
    54.4 KB · Views: 8

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
Hi @bwrengels. Thanks for posting on the forum.

Check if any of these 2 options works for you:

Option 1:
Dante Amor
ABCDEFGHIJKLMN
1KeyDateWebcamTimeSpeciesCheckSpeciesDJEPNPTE
21DJHoney Badger African Bush Elephant
32DJSouthern Giraffe Hippopotamus
43DJBurchell's Zebra Southern Giraffe
54EPCape Bushbuck Steenbok00
65NPAfrican Bush Elephant Cape Bushbuck
76NPSouthern Giraffe Honey Badger
87TESteenbok0Burchell's Zebra
s1
Cell Formulas
RangeFormula
F2:F8F2=IF(INDEX($K$2:$N$18,MATCH(E2,$J$2:$J$18,0),MATCH(C2,$K$1:$N$1,0))="","",INDEX($K$2:$N$18,MATCH(E2,$J$2:$J$18,0),MATCH(C2,$K$1:$N$1,0)))


Option 2:
Dante Amor
ABCDEFGHIJKLMN
1KeyDateWebcamTimeSpeciesCheckSpeciesDJEPNPTE
21DJHoney Badger0African Bush Elephant
32DJSouthern Giraffe0Hippopotamus
43DJBurchell's Zebra0Southern Giraffe
54EPCape Bushbuck0Steenbokxx
65NPAfrican Bush Elephant0Cape Bushbuck
76NPSouthern Giraffe0Honey Badger
87TESteenbokxBurchell's Zebra
s2
Cell Formulas
RangeFormula
F2:F8F2=INDEX($K$2:$N$18,MATCH(E2,$J$2:$J$18,0),MATCH(C2,$K$1:$N$1,0))


----------------------------------
Note XL2BB:
For the future, it would help greatly if you could give us the sample data in a form that we can copy to test with, rather that a picture.
MrExcel has a tool called “XL2BB” that lets you post samples of your data that will allow us to copy/paste it to our Excel spreadsheets, so we can work with the same copy of data that you are. Instructions on using this tool can be found here: XL2BB Add-in
Note that there is also a "Test Here” forum on this board. This is a place where you can test using this tool (or any other posting techniques that you want to test) before trying to use those tools in your actual posts.

--------------
Let me know the result and I'll get back to you as soon as I can.
Sincerely
Dante Amor
--------------
 
Upvote 1
Solution
Wow! That was quick, and it worked out perfectly! Thank you so much for your help. I'll use the XL2BB-function in the future for sure. Thanks again!
 
Upvote 1

Forum statistics

Threads
1,214,983
Messages
6,122,591
Members
449,089
Latest member
Motoracer88

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