View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
dj479794 dj479794 is offline
external usenet poster
 
Posts: 39
Default How to find a different value within a List

If cell A1 = $13.20
In cell A2 = I want to find the value above $13.20 in the list below:
(ANSWER: $14.40)

Cell C1 = $16.00
Cell C2 = $15.20
Cell C3 = $14.40
Cell C4 = $13.20
Cell C5 = $12.00
Cell C6 = $10.40
....
Where as:
The cell values may change and have no correlation between each other.
The value in C1 Will always equal one of the options from the list.

Thanks,

Dustin