Please Help greater than

CARLPARRY22

New Member
Joined
Sep 8, 2020
Messages
1
Office Version
  1. 365
Platform
  1. Windows
Hi, all - I have been banging my head on the desk over this one...it's gotta be so simple?

i am trying to create a formula where by if the figure inputted into B6 is equal to and greater than 200 but equal and smaller than 200.04 "pass" but if B6 is smaller than 200 "fail" and if greater than 200.4 "fail"
so far i have the following which works but i cant piece the "fail" side of things.

=IF(AND(B6>200,B6<200.04),"PASS")

Please help.
Many thanks
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
Hi & welcome to MrExcel.
You just need to use the if false argument
Excel Formula:
 =IF(AND(B6>=200,B6<=200.04),"PASS","FAIL")
 
Upvote 0

Forum statistics

Threads
1,214,927
Messages
6,122,311
Members
449,080
Latest member
jmsotelo

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