Lookup Function

Copper Contributor

Lookup Function brings back value to the right of result vector when it finds the next match in list? And no it has nothing to do with absolute values. Already checked. 

1 Reply

@Eedwards656 

=LOOKUP(C16,C3:C14,D3:D14)

 

Lookup performs an approximate match and assumes that the search vector is sorted in ascending order. A better alternative could be using Vlookup with exact match as shown in attached file.