Formula to determine if a number is BETWEEN set -50 and 50

Mister H

Well-known Member
Joined
Mar 6, 2002
Messages
1,507
Hi All:

I am wondering if there is an easy way to determine if the number (in Column D) is between -50.00 and 50.00 :confused:

Once I get the formula I will try and implement it in one of the codes I am currently using.

THANKS,
Mark :)
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
THANKS Pedie:

That seems to work in most cases but can this formula be modified so that if the number in D5 ( in this example) is NOT between -50.00 and 50.00 then leave the cell containing the formula blank? ALSO if D5 is blank then I also need the cell containing the formula to be blank.

Currently when I use your formula I get the answer YES when there is no Value in D.

Hope this makes sense.

Bye 4 Now,
Mark
 
Upvote 0
Which result do you want if the value in column D is exactly equal to 50 or -50?
 
Upvote 0
Hi Peter_SSs :)

If the value is equal then it can say Yes. What I actually want to happen is that if the number in D is Blank, and Greater then 50.00 or Less then -50.00 then the answer is ""

If the value is equal or between -50.00 and 50.00 then I want the answer to be "DO NOT review"

I figured I could play around and get the final tweak.

Thanks,
Mark
 
Upvote 0
Try

=IF(OR(D2="",MEDIAN(D2,-50,50)<>D2),"","DO NOT review")
 
Upvote 0
Hi Peter_SSs:

THANKS a BUNCH :biggrin:

That seems to work perfectly. Your help and expertise is GREATLY Appreciated. :)

Have a GREAT day,
Mark
:beerchug:
 
Upvote 0

Forum statistics

Threads
1,224,597
Messages
6,179,808
Members
452,944
Latest member
2558216095

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