Finding whether a value is present within multiple ranges

PSI94

New Member
Joined
Mar 11, 2022
Messages
27
Office Version
  1. 2021
Platform
  1. Windows
Good afternoon folks!

I'm incredibly stuck - I've scoured every online resource and keep coming up dry. Hopefully someone may be able to help.

I've attached a pic (I'm using my work PC and it won't allow the add-in). I'm trying to build a formula that will show an X (in column G) if the value in column E is present in the range of numbers - the Start and the End. I'm not bothered outside of these values.

I need the formula to check all ranges in Column A&B and the value in Column E may not necessarily be on the same line as the range to what it may or may not belong.

My heads fried with it! Any help would be much appreciated!

1676308416599.png
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
FYI - The current X's are just to show what it will look like with what im trying to build.
 
Upvote 0
How about
Excel Formula:
=IF(COUNTIFS(A:A,"<="&E3,B:B,">="&E3),"x","")
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,064
Messages
6,122,942
Members
449,094
Latest member
teemeren

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