Thread
:
Find the closest value
View Single Post
#
1
Posted to microsoft.public.excel.programming
Volker
external usenet poster
Posts: 2
Find the closest value
Hello Tim,
Are you sure that you use the suggested formula?
I used
=INDEX(D1:D50,MATCH(MIN(ABS(C1:C50-A1)),ABS(C1:C50-A1),))
(as array formula!) and it worked.
Regards,
Volker
Reply With Quote
Volker
View Public Profile
Find all posts by Volker