> Il try your suggests and will see if that works.
It should - see the screenshot of an example in my reply above.
> What are the lowest TOL and CTOL values?
Mathcad uses IEEE format for storing it numbers which usually is good for a precision up to 15 or 16 decimals. So obviously it does not make much sense to set values lower than 10^-15.
Setting TOL (CTOL does not affect the precision in your case) may influence other calculations in your sheet (a numerical integral or a solve block may fail to converge if TOL or CTOL is too low). So you will have to balance the value of TOL in a way your sheet is still working OK.
The variant with the faktor may be a better alternative even though it means more typing and worse readability.
I'd prefer to write my own match or vlookup routines like this: