Trying to display the number between two numbers closest to another value

  • Thread starter Thread starter SwansContracting
  • Start date Start date
S

SwansContracting

I want to display the number closest in value, but not great than 60.

For example:

29
39
64

the number displayed from that range would be 39
 
Try this array formula** :

=MAX(IF(A1:A10<=60,A1:A10))

** array formulas need to be entered using the key combination of
CTRL,SHIFT,ENTER (not just ENTER)
 

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