November 8, 200817 yr Hi, In a lookup when there's no exact match, how can I get the average between the lower and the higher value? Thanx
November 8, 200817 yr Try a calculation field along the lines of: ( LookupNext ( Related::Value ; lower ) + LookupNext ( Related::Value ; higher ) ) / 2
Create an account or sign in to comment