greater then...

R

refaeldakar

hello,
i want to find the minimal number that's greater then a curtain number
i provide. all in a curtain array of numbers.

thanks
refael
 
B

Bob Phillips

As an example

=MIN(IF(A1:A10>5,A1:A10))

which is an array formula, it should be committed with Ctrl-Shift-Enter, not
just Enter.

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"refaeldakar" <[email protected]>
wrote in message
news:[email protected]...
 
R

refaeldakar

no the numbers aren't ascending.
the array of numbers are numbers in a curtain range in the worksheet.
 
Top