Formula for > but <

  • Thread starter Thread starter Bhuktar S
  • Start date Start date
B

Bhuktar S

For excel sheet, is there any other way than the formula I put in cel
B1 as:
=If(AND(A1>100,A1<200),"Yes","No")
i.e. I want to detect the value in A1 if it is >100 but <200
 
i
what's wrong with this kind of formula. Not really a beter
way available. You may try
=If((A1>100)*(A1<200),"Yes","No")
 
Bhuktar,

You could use Conditional Formatting to change the color or borders of the
cell itself when the value is in our range of values.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Excel Need Countifs Formula Help 0
Nested if with "wild card" 3
auto fill code 3
SUMPRODUCT QUESTION?, Ratios 3
"Up to" function? 3
Function Argument Question 4
Sumif less than x 3
IF function 3

Back
Top