Thread: lookup table
View Single Post
  #1   Report Post  
Nathan
 
Posts: n/a
Default lookup table

I have a table setup much like this.

TW Sq Ft
0-255
1 .743
2 .745
3 .746
4 .748

If I enter a value of 245 and 4 I want it to return .748 because it is
between 0 and 255 and a TW of 4. Im lost.