What does those formulas mean?
=IF(C26<100,"",(IF(C26<2100,VLOOKUP(C26,D36:F53,3,TRUE),VLOOKUP(C26,H33:I54,2,TRUE))))
and
=IF(E6=""."",ROUND(VLOOKUP(E6,K48:Q51,5,FALSE),0))
I do have the basic idea, but I'm a bit confused with the D36:F53,3,TRUE thingy. Would someone translate those formulas in English, so I can build a similar data table?
Thx