Thread
:
Array formula
View Single Post
#
4
Posted to microsoft.public.excel.misc
Don Guillett
external usenet poster
Posts: 10,124
Array formula
=MIN(IF(A1:A100B1,A1:A100))
--
Don Guillett
Microsoft MVP Excel
SalesAid Software
"Farhad" wrote in message
...
Hi,
i have a range say A1:A100 containing numbers and i have a number in a
cell
say B1, what i want to do is to have smillest number in the range A1:A100
that is bigger than the number that i have in B1, i tried the formula
below
as an array formula but it does not work
=MIN(A1:A100B1)
any help would be appreciatd.
Thanks,
--
Farhad Hodjat
Reply With Quote
Don Guillett
View Public Profile
Find all posts by Don Guillett