View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
x6v87qe x6v87qe is offline
external usenet poster
 
Posts: 9
Default Find closest match and return next highest number in range

Hi, Group
I have tried doing this with INDEX and MATCH but without success.
I have 2 columns of data, A and B

A B

40 40
100 50
100 70
200 115
400 365
600 40
800 80
1200 985
1600 1150

What I need to do is take
the one value from column B (365 in this case) find the closest value in A
then return the next highest value from column A (600).

Grateful for any help !!