Comparing a cell result with a pre-defined value range

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have an excel file that calculate a number based on several manual cell
inputs. The resultant, if between a range 300-310 needs to then be passed to
another formaula for calculating the adjustment in a cable length
 
Hi
do you mean something like
=IF(AND(A1>=300,A1<=310),your_formula,"")
 

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

Back
Top